-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#2 Create sia2024 page and move the content
- Loading branch information
baptiste.bernard
committed
Jan 21, 2025
1 parent
cc4e711
commit 5a94361
Showing
3 changed files
with
33 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
title: Retour sur la première mondiale au SIA 2024 | ||
layout: home | ||
description: Retour sur la première mondiale au SIA 2024 | ||
permalink: /sia2024/ | ||
--- | ||
|
||
<section id="sia2024" class="bg-gray-light"> | ||
<div class="container-lg p-responsive py-5 py-md-6 text-center"> | ||
<h3 class="alt-h2 mb-4">Retour sur la première mondiale au SIA 2024</h3> | ||
<div class="media-grid"> | ||
<a href="https://www.bfmtv.com/tech/au-salon-de-l-agriculture-le-premier-hackathon-du-monde-dedie-a-l-agriculture_VN-202403020088.html" target='_blank' title="Reportage BFM"> | ||
<img class="avatar" src="/assets/img/bfm_tc.jpeg" width="100"/> | ||
</a> | ||
<a href="https://www.ouest-france.fr/economie/agriculture/salon/salon-de-lagriculture-lintelligence-artificielle-promise-a-un-bel-avenir-dans-les-fermes-7eae41de-d579-11ee-96ef-9660257def44" target='_blank' title="Article"> | ||
<img class="avatar" src="/assets/img/ouest_france.png" width="100"/> | ||
</a> | ||
<a href="https://www.reussir.fr/des-chat-gpt-pour-lagriculture" target='_blank' title="Article"> | ||
<img class="avatar" src="/assets/img/reussir.png" width="100"/> | ||
</a> | ||
<a href="https://www.terre-net.fr/numerique/article/863818/au-sia2024-l-intelligence-artificielle-prend-une-place-d-honneur" target='_blank' title="Article"> | ||
<img class="avatar" src="/assets/img/terre-net.png" width="100"/> | ||
</a> | ||
<a href="https://parolesdelus.com/actualites/smart-territoires/applications-et-usages/sia-2024-retour-sur-la-hackathon-gaiai-de-la-ferme-digitale-et-de-mistral-ia-avec-david-joulin/" target='_blank' title="Article"> | ||
<img class="avatar" src="/assets/img/paroledelus.svg" width="100"/> | ||
</a> | ||
<a href="https://www.lafranceagricole.fr/salon-de-l-agriculture/article/860803/le-sia-pro-propose-un-hackathon-sur-l-intelligence-artificielle" target='_blank' title="Article"> | ||
<img class="avatar" src="/assets/img/france-agricole.png" height="100"/> | ||
</a> | ||
</div> | ||
</div> | ||
</section> |