templates/home/coding.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">Com22 Coding Camp Sénégal</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">Com22 Coding Camp Sénégal</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">Com22 Coding Camp Sénégal</h1>                    
  42.                         <br>
  43.                            
  44.                           <img src="{{asset('assets/img/bloc2.png')}}" width="100%" height="100%" alt="Image du produit 1"> <br>
  45.                         <p align="justify">
  46.                             Recently, Senegal played host to the 22nd session of the United Nations Conference on Trade and Development 
  47.                             (UNCTAD) and the 4th edition of the Connected African Girls Coding Camp. The event was organized by the United 
  48.                             Nations Economic Commission for Africa (ECA) and the Ministry of Digital Economy and Telecommunications of Senegal, 
  49.                             in partnership with UN Women, UNESCO, UNICEF, and the International Telecommunication Union under the African Girls 
  50.                             Coding Equals initiative
  51.                         </p>    
  52.                         <img src="{{asset('assets/img/coding.png')}}" width="100%" height="100%" alt="Image du produit 1">
  53.                         <p align="justify"> 
  54.                            NAUTX was honored to participate in this event and contribute to the development of technology skills among 
  55.                            105 Senegalese girls aged 12 to 25 from different schools across the country. Our team provided training in 
  56.                            design thinking, robotics, and 3D printing, and we were impressed by the intelligence, determination, and passion 
  57.                            of the girls who participated. This experience reinforced our belief in the potential of women in the field of 
  58.                            technology.
  59.                         </p>
  60.                         <img src="{{asset('assets/img/coding1.png')}}" width="100%" height="100%" alt="Image du produit 1">
  61.                         <p align="justify"> 
  62.                            The Connected African Girls Coding Camp is a platform that promotes the participation of girls in the technology 
  63.                            industry and exposes them to technology, which is vital to their success in today's digital world. The event 
  64.                            provides a space for girls to develop their problem-solving and critical thinking skills while engaging in hands-
  65.                            on activities such as coding, app development, and 3D printing. The camp aims to empower and encourage girls to 
  66.                            pursue careers in science, technology, engineering, and mathematics (STEM) and help bridge the gender gap in technology. <br>
  67.                            At NAUTX, we believe that technology can be a powerful tool for economic development and social change. By empowering 
  68.                            girls through programs like the Connected African Girls Coding Camp, we can help to create a brighter future for girls i
  69.                            n Senegal and the African continent as a whole. Our team is committed to continuing to support initiatives that promote 
  70.                            gender equality in technology and create opportunities for women in the industry.
  71.                         </p>
  72.                         
  73.                     </div>
  74.                     <!-- Blog Detail End -->
  75.  
  76.                 </div>
  77.     
  78.                 <!-- Sidebar Start -->
  79.                 <div class="col-lg-4">
  80.                     <!-- Search Form Start -->
  81.                     <div class="mb-5 wow slideInUp" data-wow-delay="0.1s">
  82.                         <div class="input-group">
  83.                             <input type="text" class="form-control p-3" placeholder="Keyword">
  84.                             <button class="btn btn-primary px-4"><i class="bi bi-search"></i></button>
  85.                         </div>
  86.                     </div>
  87.                     <!-- Search Form End -->
  88.     
  89.                     <!-- Category Start -->
  90.                     <div class="mb-5 wow slideInUp" data-wow-delay="0.1s">
  91.                         <div class="section-title section-title-sm position-relative pb-3 mb-4">
  92.                             <h3 class="mb-0">Categories</h3>
  93.                         </div>
  94.                         <div class="link-animated d-flex flex-column justify-content-start">
  95.                             <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>
  96.                             <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>
  97.                             <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>
  98.                             <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>
  99.                             <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>
  100.                         </div>
  101.                     </div>
  102.                     <!-- Category End -->
  103.     
  104.                     <!-- Recent Post Start -->
  105.                     <div class="mb-5 wow slideInUp" data-wow-delay="0.1s">
  106.                         <div class="section-title section-title-sm position-relative pb-3 mb-4">
  107.                             <h3 class="mb-0">Postes récents</h3>
  108.                         </div>
  109.                         <div class="d-flex rounded overflow-hidden mb-3">
  110.                             <img class="img-fluid" src="{{asset('assets/img/bloc1.jpg')}}" style="width: 100px; height: 100px; object-fit: cover;" alt="">
  111.                             <a href="" class="h5 fw-semi-bold d-flex align-items-center bg-light px-3 mb-0">Nautx Eca Hackathon
  112.                             </a>
  113.                         </div>
  114.                         <div class="d-flex rounded overflow-hidden mb-3">
  115.                             <img class="img-fluid" src="{{asset('assets/img/bloc2.png')}}" style="width: 100px; height: 100px; object-fit: cover;" alt="">
  116.                             <a href="" class="h5 fw-semi-bold d-flex align-items-center bg-light px-3 mb-0">om22 Coding Camp Sénégal
  117.                             </a>
  118.                         </div>
  119.                         <div class="d-flex rounded overflow-hidden mb-3">
  120.                             <img class="img-fluid" src="{{asset('assets/img/tolukeur.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">TOOLU KËR
  122.                             </a>
  123.                         </div>
  124.                     </div>
  125.                     <!-- Recent Post End -->
  126.     
  127.                     <!-- Image Start -->
  128.                     <div class="mb-5 wow slideInUp" data-wow-delay="0.1s">
  129.                         <img src="img/blog-1.jpg" alt="" class="img-fluid rounded">
  130.                     </div>
  131.                     <!-- Image End -->
  132.     
  133.                     <!-- Tags Start -->
  134.                     <div class="mb-5 wow slideInUp" data-wow-delay="0.1s">
  135.                         <div class="section-title section-title-sm position-relative pb-3 mb-4">
  136.                             <h3 class="mb-0">Tag Cloud</h3>
  137.                         </div>
  138.                         <div class="d-flex flex-wrap m-n1">
  139.                             <a href="" class="btn btn-light m-1">Design</a>
  140.                             <a href="" class="btn btn-light m-1">Development</a>
  141.                             <a href="" class="btn btn-light m-1">Marketing</a>
  142.                             <a href="" class="btn btn-light m-1">SEO</a>
  143.                             <a href="" class="btn btn-light m-1">Writing</a>
  144.                             <a href="" class="btn btn-light m-1">Consulting</a>
  145.                         </div>
  146.                     </div>
  147.                     <!-- Tags End -->
  148.                 </div>
  149.                 <!-- Sidebar End -->
  150.             </div>
  151.         </div>
  152.     </div>
  153.     <!-- Blog End -->
  154.     <!-- Vendor Start -->
  155.     <div class="container-fluid py-5 wow fadeInUp" data-wow-delay="0.1s">
  156.         <div class="container py-5 mb-5">
  157.             <div class="bg-white">
  158.                 <div class="owl-carousel vendor-carousel">
  159.                     <img src="{{asset('assets/img/logoAG.png')}}" alt="">
  160.                     <img src="{{asset('assets/img/badis.png')}}" alt="">
  161.                     <img src="{{asset('assets/img/sabs.png')}}" alt="">
  162.                     <img src="{{asset('assets/img/millenium.png')}}" alt="">
  163.                     <img src="{{asset('assets/img/tolukeurlogo.png')}}" alt="">
  164.                     <img src="{{asset('assets/img/yaxanallogo.png')}}" alt="">
  165.                 </div>
  166.             </div>
  167.         </div>
  168.     </div>
  169.     <!-- Vendor End -->
  170. {% endblock %}