templates/home/hack.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block body %}
  3.     <!-- Navbar Start -->
  4.     <div class="container-fluid position-relative p-0">
  5.        <div class="container-fluid bg-primary py-5 bg-header" style="margin-bottom: 90px;">
  6.             <div class="row py-5">
  7.                 <div class="col-12 pt-lg-5 mt-lg-5 text-center">
  8.                     <h1 class="display-4 text-white animated zoomIn">Nautx Eca Hackathon</h1>
  9.                     <a href="{{ path('home') }}" class="h5 text-white">Accueil</a>
  10.                     <i class="far fa-circle text-white px-2"></i>
  11.                     <a href="" class="h5 text-white">Nautx Eca Hackathon</a>
  12.                 </div>
  13.             </div>
  14.         </div>
  15.     </div>
  16.     <!-- Navbar End -->
  17.     <!-- Full Screen Search Start -->
  18.     <div class="modal fade" id="searchModal" tabindex="-1">
  19.         <div class="modal-dialog modal-fullscreen">
  20.             <div class="modal-content" style="background: rgba(9, 30, 62, .7);">
  21.                 <div class="modal-header border-0">
  22.                     <button type="button" class="btn bg-white btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
  23.                 </div>
  24.                 <div class="modal-body d-flex align-items-center justify-content-center">
  25.                     <div class="input-group" style="max-width: 600px;">
  26.                         <input type="text" class="form-control bg-transparent border-primary p-3" placeholder="Type search keyword">
  27.                         <button class="btn btn-primary px-4"><i class="bi bi-search"></i></button>
  28.                     </div>
  29.                 </div>
  30.             </div>
  31.         </div>
  32.     </div>
  33.     <!-- Full Screen Search End -->
  34.     <!-- Blog Start -->
  35.     <div class="container-fluid py-5 wow fadeInUp" data-wow-delay="0.1s">
  36.         <div class="container py-5">
  37.             <div class="row g-5">
  38.                 <div class="col-lg-8">
  39.                     <!-- Blog Detail Start -->
  40.                     <div class="mb-5">
  41.                         <h1 class="mb-4">Nautx Eca Hackathon</h1>                    
  42.                         <br>
  43.                            
  44.                           <img src="{{asset('assets/img/bloc1.jpg')}}" width="100%" height="100%" alt="Image du produit 1"> <br>
  45.                         <p align="justify">
  46.                             We are pleased to announce that NAUTX, a young African tech company, has received the "Grand Prix" at 
  47.                             the ECA Hackathon 2023, organized by the Economic Commission for Africa (CEA) in Niamey, Niger. This year's 
  48.                             Hackathon focused on the theme of leveraging digital technologies for climate resilience and adaptation, 
  49.                             and NAUTX project NATAL was recognized for its innovative approach to collecting real-time data on meteorological 
  50.                             and climatic conditions using artificial intelligence (AI) to forecast weather patterns and map ground quality and 
  51.                             weather conditions by country/region.
  52.                         </p>    
  53.                         <img src="{{asset('assets/img/bloc1_1.jpg')}}" width="100%" height="100%" alt="Image du produit 1"> <br>
  54.                         <p align="justify"> 
  55.                             NATAL plays a significant role in the economic situation and accessibility of food exchanges, helping farmers adapt
  56.                              and be more resilient to climate change. The project won a grand prize, competing against over 90 applications from 
  57.                              young innovators and tech enthusiasts across the five regions of Africa.
  58.                         </p>
  59.                         <img src="{{asset('assets/img/bloc1_2.jpg')}}" width="100%" height="100%" alt="Image du produit 1"> <br>
  60.                         <p align="justify"> 
  61.                             The ECA Hackathon featured 25 emerging technologies for building climate resilience and adaptation, including geo-mapping 
  62.                             services for efficient garbage collection and recycling, drone and AI for smart agriculture, mobile apps to support farmers 
  63.                             or extension workers, and ecologic bamboo toothbrushes as an alternative to plastic. The Hackathon also included project pitching 
  64.                             training and mentorship sessions to further validate the ideas of the participants towards meeting the innovation challenge aimed 
  65.                             at addressing relevant UN SDGs such as Zero Hunger, Climate Action, and Affordable and Clean Energy, among others. <br>
  66.                             The Technical Advisory Group formed by ECA recognized three projects that showed exceptional effort focusing on ICT and climate 
  67.                             change as the award winners of the ECA 2023 Hackathon competition. Digital platforms EcoLog and VerdeVille obtained second and 
  68.                             third place awards, respectively.
  69.                         </p> <br>
  70.                         <img src="{{asset('assets/img/bloc1_3.jpg')}}" width="100%" height="100%" alt="Image du produit 1"> <br>
  71.                         <p align="justify"> 
  72.                             At the closing ceremony, awards and certificates were handed out by ECA's Chief of Technology and Innovation Section, Mactar Seck, 
  73.                             ECA's Chief of the African Climate Policy Center (ACPC), James Murombedzi, and Program Head at United Nations University, Erick Tambo. <br>
  74.                             The ECA Hackathon received positive feedback for its hands-on engagement, allowing young innovators to explore solutions that leverage 
  75.                             digital technologies for offering alternative solutions to climate resilience through cross-border understanding of climate change 
  76.                             challenges. The Hackathon is an excellent example of the power of partnerships to build innovative digital solutions ready for quick 
  77.                             implementation and to provide immediate results to build Africa's climate change resilience. <br>
  78.                             Congratulations to all participants and winners of the ECA 2023 Hackathon. It is inspiring that young Africans are taking advantage 
  79.                             of technology to create positive and sustainable development on the continent. Let's continue harnessing digital technologies for a
  80.                              better future for everyone.
  81.                             For more information about the ECA Hackathon, please visit: United Nations Economic Commission Africa
  82.                         </p>
  83.                     </div>
  84.                     <!-- Blog Detail End -->
  85.  
  86.                 </div>
  87.     
  88.                 <!-- Sidebar Start -->
  89.                 <div class="col-lg-4">
  90.                     <!-- Search Form Start -->
  91.                     <div class="mb-5 wow slideInUp" data-wow-delay="0.1s">
  92.                         <div class="input-group">
  93.                             <input type="text" class="form-control p-3" placeholder="Keyword">
  94.                             <button class="btn btn-primary px-4"><i class="bi bi-search"></i></button>
  95.                         </div>
  96.                     </div>
  97.                     <!-- Search Form End -->
  98.     
  99.                     <!-- Category Start -->
  100.                     <div class="mb-5 wow slideInUp" data-wow-delay="0.1s">
  101.                         <div class="section-title section-title-sm position-relative pb-3 mb-4">
  102.                             <h3 class="mb-0">Categories</h3>
  103.                         </div>
  104.                         <div class="link-animated d-flex flex-column justify-content-start">
  105.                             <a class="h5 fw-semi-bold bg-light rounded py-2 px-3 mb-2" href="#"><i class="bi bi-arrow-right me-2"></i>Application web</a>
  106.                             <a class="h5 fw-semi-bold bg-light rounded py-2 px-3 mb-2" href="#"><i class="bi bi-arrow-right me-2"></i>Application moblie</a>
  107.                             <a class="h5 fw-semi-bold bg-light rounded py-2 px-3 mb-2" href="#"><i class="bi bi-arrow-right me-2"></i>Réalisation carte électronique</a>
  108.                             <a class="h5 fw-semi-bold bg-light rounded py-2 px-3 mb-2" href="#"><i class="bi bi-arrow-right me-2"></i>IOT</a>
  109.                             <a class="h5 fw-semi-bold bg-light rounded py-2 px-3 mb-2" href="#"><i class="bi bi-arrow-right me-2"></i>Système embrquée</a>
  110.                         </div>
  111.                     </div>
  112.                     <!-- Category End -->
  113.     
  114.                     <!-- Recent Post Start -->
  115.                     <div class="mb-5 wow slideInUp" data-wow-delay="0.1s">
  116.                         <div class="section-title section-title-sm position-relative pb-3 mb-4">
  117.                             <h3 class="mb-0">Postes récents</h3>
  118.                         </div>
  119.                         <div class="d-flex rounded overflow-hidden mb-3">
  120.                             <img class="img-fluid" src="{{asset('assets/img/bloc1.jpg')}}" style="width: 100px; height: 100px; object-fit: cover;" alt="">
  121.                             <a href="" class="h5 fw-semi-bold d-flex align-items-center bg-light px-3 mb-0">Nautx Eca Hackathon
  122.                             </a>
  123.                         </div>
  124.                         <div class="d-flex rounded overflow-hidden mb-3">
  125.                             <img class="img-fluid" src="{{asset('assets/img/bloc2.png')}}" style="width: 100px; height: 100px; object-fit: cover;" alt="">
  126.                             <a href="" class="h5 fw-semi-bold d-flex align-items-center bg-light px-3 mb-0">om22 Coding Camp Sénégal
  127.                             </a>
  128.                         </div>
  129.                         <div class="d-flex rounded overflow-hidden mb-3">
  130.                             <img class="img-fluid" src="{{asset('assets/img/tolukeur.jpg')}}" style="width: 100px; height: 100px; object-fit: cover;" alt="">
  131.                             <a href="" class="h5 fw-semi-bold d-flex align-items-center bg-light px-3 mb-0">TOOLU KËR
  132.                             </a>
  133.                         </div>
  134.                     </div>
  135.                     <!-- Recent Post End -->
  136.     
  137.                     <!-- Image Start -->
  138.                     <div class="mb-5 wow slideInUp" data-wow-delay="0.1s">
  139.                         <img src="img/blog-1.jpg" alt="" class="img-fluid rounded">
  140.                     </div>
  141.                     <!-- Image End -->
  142.     
  143.                     <!-- Tags Start -->
  144.                     <div class="mb-5 wow slideInUp" data-wow-delay="0.1s">
  145.                         <div class="section-title section-title-sm position-relative pb-3 mb-4">
  146.                             <h3 class="mb-0">Tag Cloud</h3>
  147.                         </div>
  148.                         <div class="d-flex flex-wrap m-n1">
  149.                             <a href="" class="btn btn-light m-1">Design</a>
  150.                             <a href="" class="btn btn-light m-1">Development</a>
  151.                             <a href="" class="btn btn-light m-1">Marketing</a>
  152.                             <a href="" class="btn btn-light m-1">SEO</a>
  153.                             <a href="" class="btn btn-light m-1">Writing</a>
  154.                             <a href="" class="btn btn-light m-1">Consulting</a>
  155.                         </div>
  156.                     </div>
  157.                     <!-- Tags End -->
  158.                 </div>
  159.                 <!-- Sidebar End -->
  160.             </div>
  161.         </div>
  162.     </div>
  163.     <!-- Blog End -->
  164.     <!-- Vendor Start -->
  165.     <div class="container-fluid py-5 wow fadeInUp" data-wow-delay="0.1s">
  166.         <div class="container py-5 mb-5">
  167.             <div class="bg-white">
  168.                 <div class="owl-carousel vendor-carousel">
  169.                     <img src="{{asset('assets/img/logoAG.png')}}" alt="">
  170.                     <img src="{{asset('assets/img/badis.png')}}" alt="">
  171.                     <img src="{{asset('assets/img/sabs.png')}}" alt="">
  172.                     <img src="{{asset('assets/img/millenium.png')}}" alt="">
  173.                     <img src="{{asset('assets/img/tolukeurlogo.png')}}" alt="">
  174.                     <img src="{{asset('assets/img/yaxanallogo.png')}}" alt="">
  175.                 </div>
  176.             </div>
  177.         </div>
  178.     </div>
  179.     <!-- Vendor End -->
  180. {% endblock %}