Initial commit
This commit is contained in:
84
templates/core/home.html
Normal file
84
templates/core/home.html
Normal file
@@ -0,0 +1,84 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}Jool International — Solutions AgriTech pour l'Afrique{% endblock %}
|
||||
{% block title_plain %}Jool International — Solutions AgriTech pour l'Afrique{% endblock %}
|
||||
|
||||
{% block meta_description %}Jool International propose des solutions AgriTech innovantes pour l'agriculture africaine : KIRIQ AI (diagnostic satellitaire), Jool Monitor (cartographie drone) et Jool ID (digitalisation producteurs). Optimisez vos exploitations agricoles en Côte d'Ivoire et en Afrique.{% endblock %}
|
||||
|
||||
{% block og_title %}Jool International — Solutions AgriTech pour l'Afrique{% endblock %}
|
||||
{% block og_description %}KIRIQ AI, Jool Monitor et Jool ID : les outils de précision pour piloter vos exploitations agricoles en Afrique.{% endblock %}
|
||||
{% block twitter_title %}Jool International — Solutions AgriTech pour l'Afrique{% endblock %}
|
||||
{% block twitter_description %}KIRIQ AI, Jool Monitor et Jool ID : les outils de précision pour piloter vos exploitations agricoles en Afrique.{% endblock %}
|
||||
|
||||
{% block schema_org %}
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Organization",
|
||||
"name": "Jool International",
|
||||
"url": "https://jool-int.com",
|
||||
"logo": "https://jool-int.com/static/img/logo.png",
|
||||
"description": "Solutions AgriTech pour l'agriculture africaine : analyse satellitaire IA, cartographie drone et digitalisation des producteurs.",
|
||||
"address": {
|
||||
"@type": "PostalAddress",
|
||||
"addressLocality": "Abidjan",
|
||||
"addressCountry": "CI"
|
||||
},
|
||||
"contactPoint": {
|
||||
"@type": "ContactPoint",
|
||||
"email": "info@jool-int.com",
|
||||
"telephone": "+22527225578825",
|
||||
"contactType": "customer service"
|
||||
},
|
||||
"sameAs": [
|
||||
"https://www.linkedin.com/company/jool-international/"
|
||||
],
|
||||
"hasOfferCatalog": {
|
||||
"@type": "OfferCatalog",
|
||||
"name": "Solutions AgriTech",
|
||||
"itemListElement": [
|
||||
{
|
||||
"@type": "Offer",
|
||||
"itemOffered": {
|
||||
"@type": "SoftwareApplication",
|
||||
"name": "KIRIQ AI",
|
||||
"description": "Diagnostic satellitaire et analyse IA des cultures agricoles.",
|
||||
"applicationCategory": "AgricultureApplication"
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Offer",
|
||||
"itemOffered": {
|
||||
"@type": "SoftwareApplication",
|
||||
"name": "Jool Monitor",
|
||||
"description": "Cartographie drone haute résolution pour la surveillance des parcelles.",
|
||||
"applicationCategory": "AgricultureApplication"
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Offer",
|
||||
"itemOffered": {
|
||||
"@type": "SoftwareApplication",
|
||||
"name": "Jool ID",
|
||||
"description": "Digitalisation et gestion des producteurs agricoles.",
|
||||
"applicationCategory": "AgricultureApplication"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
</script>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{% include "core/partials/_hero.html" %}
|
||||
{% include "core/partials/_trust_strip.html" %}
|
||||
{% include "core/partials/_section_kiriq.html" %}
|
||||
{% include "core/partials/_section_monitor.html" %}
|
||||
{% include "core/partials/_section_joolid.html" %}
|
||||
{% include "core/partials/_stats.html" %}
|
||||
{% include "core/partials/_trusted_by.html" %}
|
||||
{% include "core/partials/_features.html" %}
|
||||
{% include "core/partials/_faq.html" %}
|
||||
{% include "core/partials/_cta_final.html" %}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user