templates/base.html.twig line 1

  1. <!doctype html>
  2. <html lang="fr">
  3. <head>
  4.     <meta charset="utf-8">
  5.     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  6.     <meta name="description" content="btech-expert">
  7.     <meta name="author" content="btech-expert">
  8.     <meta name="generator" content="btech-expert">
  9.     <title>{% block title %}Accueil BTECH EXPERT{% endblock %}</title>
  10.     <!-- Bootstrap core CSS -->
  11.     <link href="{{asset('assets/css/bootstrap.min.css')}}" rel="stylesheet">
  12.     <link href="{{asset('assets/css/all.css')}}" rel="stylesheet">
  13.     <link rel="stylesheet" href="{{asset('assets/css/font-awesome.css')}}">
  14.      <!-- Custom styles for this template -->
  15.     <link href="{{asset('assets/css/carousel.css')}}" rel="stylesheet">
  16.     {% block css_add %}
  17.      {% endblock %}
  18.     
  19.     <style>
  20.         .bd-placeholder-img {
  21.             font-size: 1.125rem;
  22.             text-anchor: middle;
  23.             -webkit-user-select: none;
  24.             -moz-user-select: none;
  25.             -ms-user-select: none;
  26.             user-select: none;
  27.         }
  28.         @media (min-width: 768px) {
  29.             .bd-placeholder-img-lg {
  30.                 font-size: 3.5rem;
  31.             }
  32.         }
  33.     </style>
  34.    
  35. </head>
  36. <body>
  37. <header>
  38.     <div class="row p-1" style="background-color:#9370d8">
  39.       <div class="col-3 text-center">
  40.         <span class="text-white ">Service client : <i class="fa fa-phone text-white " >  06 05 83 74 71</i></span>
  41.       </div>
  42.       <div class="col-3">
  43.         <a class="fas fa-envelope text-white "> info@btech-expert.com </a>
  44.       </div>
  45.       <div class="col-5 d-flex justify-content-end align-items-center">
  46.   
  47.        <section class="mb-0">
  48.         <a class="btn btn-primary btn-floating m-1" style="background-color: #3b5998" href="#" role="button"><i class="fab fa-facebook-f"></i></a>
  49.         <!-- Twitter -->
  50.         <a class="btn btn-primary btn-floating m-1" style="background-color: #55acee" href="#" role="button"><i class="fab fa-twitter"></i></a>
  51.         <!-- Google -->
  52.         <a class="btn btn-primary btn-floating m-1" style="background-color: #dd4b39" href="#" role="button"><i class="fab fa-google"></i></a>
  53.         <!-- Instagram -->
  54.         <a class="btn btn-primary btn-floating m-1" style="background-color: #ac2bac" href="#" role="button"><i class="fab fa-instagram"></i></a>
  55.         <!-- Linkedin -->
  56.         <a class="btn btn-primary btn-floating m-1" style="background-color: #0082ca" href="#" role="button"><i class="fab fa-linkedin-in"></i></a>
  57.         <!-- Github -->
  58.         <a class="btn btn-primary btn-floating m-1" style="background-color: #333333" href="#" role="button"><i class="fab fa-github"></i></a>
  59.        </section>
  60.       
  61.       </div>
  62.     </div>
  63.     <nav class="navbar navbar-expand-md navbar-light bg-white p-1">
  64.         <a class="navbar-brand" href="{{ path('home')}}" style="padding-left:7%">
  65.         <img  src="{{asset('assets/images/logo_btech.PNG')}}" alt="logo_btech" width="70" height="40">
  66.         </a>
  67.         <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
  68.             <span class="navbar-toggler-icon"></span>
  69.         </button>
  70.         <div class="collapse navbar-collapse" id="navbarCollapse">
  71.            <ul class="navbar-nav ml-auto">
  72.                 <li class="nav-item active">
  73.                     <a class="nav-link active" href="{{ path('home')}}">Accueil <span class="sr-only">(current)</span></a>
  74.                 </li>
  75.                 <li class="nav-item">
  76.                     <a class="nav-link" href="{{ path('app_about_us')}}">A propos</a>
  77.                 </li>
  78.                 <li class="nav-item">
  79.                     <a class="nav-link" href="{{ path('service')}}">Nos services</a>
  80.                 </li>
  81.                 <li class="nav-item">
  82.                     <a class="nav-link" href="{{ path('actualite')}}">Actualités</a>
  83.                 </li>
  84.                 <li class="nav-item">
  85.                     <a class="nav-link" href="{{ path('contact')}}">Contact</a>
  86.                 </li>
  87.             </ul>
  88.         </div>
  89.     </nav>
  90. </header>
  91. <main role="main p-6">
  92.   {% if block ('carousel') is defined %}
  93.   <div id="myCarousel" class="carousel slide" data-ride="carousel">
  94.     
  95.     <ol class="carousel-indicators">
  96.       {% for key,image in banners %}
  97.         <li data-target="#myCarousel" data-slide-to="{{ key }}" {% if key == 0 %}class="active"{% endif %}></li>
  98.       {% endfor %}
  99.     </ol>
  100.     <div class="carousel-inner">
  101.       {% for key, image in banners %}
  102.         <div class="carousel-item {% if key == 0 %}active{% endif %}" 
  103.         style="background: url('upload/{{image.getHomeSlide()}}');background-size:cover;">
  104.          
  105.             <div class="container">
  106.                 <div class="carousel-caption">
  107.                     <h1>{{image.title}}</h1>
  108.                     
  109.                     <p>{{image.description|striptags}}</p>
  110.                     <p><a class="btn btn-lg btn-info" href="{{ path('construction')}}" role="button">En savoir plus &raquo;</a></p>
  111.                 </div>
  112.             </div>
  113.         </div>
  114.             {% endfor %}
  115.     </div>
  116.     <a class="carousel-control-prev" href="#myCarousel" role="button" data-slide="prev">
  117.       <span class="carousel-control-prev-icon" aria-hidden="true"></span>
  118.       <span class="sr-only">Previous</span>
  119.     </a>
  120.     <a class="carousel-control-next" href="#myCarousel" role="button" data-slide="next">
  121.       <span class="carousel-control-next-icon" aria-hidden="true"></span>
  122.       <span class="sr-only">Next</span>
  123.     </a>
  124. </div>
  125.   {% endif %} 
  126.     <!--========================= featurettes ========================================-->
  127.     <div class="container marketing {% if block ('carousel') is not defined %}mt-5 {% endif %}">
  128.      {% block content %}
  129.      {% endblock %}
  130.     </div><!-- /.container -->
  131.    
  132. </main>
  133.  <!-- Footer -->
  134. <footer class="bg-dark text-center text-white">
  135.   <!-- Grid container -->
  136.   <div class="container p-4">
  137.     <!-- Section: Social media -->
  138.     <section class="mb-4">
  139.       <!-- Facebook -->
  140.       <a class="btn btn-primary btn-floating m-1" style="background-color: #3b5998" href="#!" role="button"><i class="fab fa-facebook-f"></i></a>
  141.       <!-- Twitter -->
  142.       <a class="btn btn-primary btn-floating m-1" style="background-color: #55acee" href="#!" role="button"><i class="fab fa-twitter"></i></a>
  143.       <!-- Google -->
  144.       <a class="btn btn-primary btn-floating m-1" style="background-color: #dd4b39" href="#!" role="button"><i class="fab fa-google"></i></a>
  145.       <!-- Instagram -->
  146.       <a class="btn btn-primary btn-floating m-1" style="background-color: #ac2bac" href="#!" role="button"><i class="fab fa-instagram"></i></a>
  147.       <!-- Linkedin -->
  148.       <a class="btn btn-primary btn-floating m-1" style="background-color: #0082ca" href="#!" role="button"><i class="fab fa-linkedin-in"></i></a>
  149.       <!-- Github -->
  150.       <a class="btn btn-primary btn-floating m-1" style="background-color: #333333" href="#!" role="button"><i class="fab fa-github"></i></a>
  151.     </section>
  152.     <!-- Section: Social media -->
  153.     <!-- Section: Links -->
  154.     <section class="">
  155.       <!--Grid row-->
  156.       <div class="row">
  157.         <!--Grid column-->
  158.         <div class="col-lg-3 col-md-6 mb-4 mb-md-0">
  159.           <h5 class="text-uppercase">BTECH-EXPERT</h5>
  160.           <ul class="list-unstyled mb-0">
  161.             <li>
  162.               <a class="text-white">15, RUE DES HALLES</a>
  163.             </li>
  164.             <li>
  165.               <a class="text-white">75001 PARIS</a>
  166.             </li>
  167.             <li>
  168.               <a class="text-white">info@btech-expert.com</a>
  169.             </li>
  170.             <li>
  171.               <a class="text-white">+33 6 05 83 74 71</a>
  172.             </li>
  173.           </ul>
  174.         </div>
  175.         <!--Grid column-->
  176.         <!--Grid column-->
  177.         <div class="col-lg-3 col-md-6 mb-4 mb-md-0">
  178.           <h5 class="text-uppercase">Nos Services</h5>
  179.           <ul class="list-unstyled mb-0">
  180.             <li>
  181.               <a href="{{ path('construction')}}" class="text-white">Développement logiciel</a>
  182.             </li>
  183.             <li>
  184.               <a href="{{ path('construction')}}" class="text-white">Intégration des services et logiciels</a>
  185.             </li>
  186.             <li>
  187.               <a href="{{ path('construction')}}" class="text-white">Conseils et assistance</a>
  188.             </li>
  189.             <li>
  190.               <a href="{{ path('construction')}}" class="text-white">Audit et formation</a>
  191.             </li>
  192.           </ul>
  193.         </div>
  194.         <!--Grid column-->
  195.         <!--Grid column-->
  196.         <div class="col-lg-3 col-md-6 mb-4 mb-md-0">
  197.           <h5 class="text-uppercase">Formations</h5>
  198.           <ul class="list-unstyled mb-0">
  199.             <li>
  200.               <a href="{{ path('construction')}}" class="text-white">Numérique et digitalisation</a>
  201.             </li>
  202.             <li>
  203.               <a href="{{ path('construction')}}" class="text-white">Data et bases de données </a>
  204.             </li>
  205.             <li>
  206.               <a href="{{ path('construction')}}" class="text-white">Développement logiciel</a>
  207.             </li>
  208.             <li>
  209.               <a href="{{ path('construction')}}" class="text-white">Inclusion financiere et Monnaie Electronique</a>
  210.             </li>
  211.           </ul>
  212.         </div>
  213.         <!--Grid column-->
  214.         <!--Grid column-->
  215.         <div class="col-lg-3 col-md-6 mb-4 mb-md-0">
  216.           <h5 class="text-uppercase">Informations utiles</h5>
  217.           <ul class="list-unstyled mb-0">
  218.               <li><a href="{{ path('app_about_us')}}" class="text-white">A propos de nous</a></li>
  219.               <li><a href="{{ path('construction')}}" class="text-white"> Pourquoi nous choisir</a></li>
  220.               <li><a href="{{ path('service')}}" class="text-white"> Nos services</a></li>
  221.               <li><a href="{{ path('contact')}}" class="text-white" > Contactez-nous</a></li>
  222.               <li><a class="text-white" href="{{ path('actualite')}}">Actualités</a> </li>
  223.           </ul>
  224.         </div>
  225.         <!--Grid column-->
  226.       </div>
  227.       <!--Grid row-->
  228.     </section>
  229.     <!-- Section: Links -->
  230.   </div>
  231.   <!-- Grid container -->
  232.   <!-- Copyright -->
  233.   <div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.2)">
  234.     © 2022 Copyright:
  235.     <a class="text-white" href="https://btech-expert.com/">btech-expert.com</a>
  236.   </div>
  237.   <!-- Copyright -->
  238. </footer>
  239. <!-- Footer -->
  240. <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
  241. <script src="{{asset('assets/js/bootstrap.bundle.js') }}"></script>
  242. </body>
  243. </html>