templates/base.html.twig line 1

Open in your IDE?
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <!-- Google Tag Manager -->
  5.     <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  6.                 new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  7.             j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  8.             'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  9.         })(window,document,'script','dataLayer','GTM-WC7JP3N');
  10.     </script>
  11.     <!-- End Google Tag Manager -->
  12.     <meta charset="UTF-8">
  13.     <!--Let browser know website is optimized for mobile-->
  14.     <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
  15.     <meta name="viewport" content="width=device-width, initial-scale=1">
  16.     <meta property="og:url"           content="https://www.loger.cm" />
  17.     <meta property="og:type"          content="website" />
  18.     <meta property="og:title"         content="Loger CMR  " />
  19.     <meta property="og:description"   content="Faites partie de l'aventure, Inscrivez votre logement sur Loger.cm." />
  20.     <meta property="og:image"         content="{{ asset("img/logo-logercm.jpng") }}" />
  21.     <meta name="description" content="Faites partie de l'aventure, Inscrivez votre logement sur Loger.cm.">
  22.     <link href="https://fonts.googleapis.com/css?family=Montserrat|Reem+Kufi|Roboto" rel="stylesheet">
  23.     {% block stylesheets %}
  24.         <!--Import Google Icon Font-->
  25.         <link href="https://fonts.googleapis.com/css?family=Montserrat|Reem+Kufi|Roboto" rel="stylesheet">
  26.         <!--Import materialize.css-->
  27.         <link href="{{ asset('css/materialize.min.css') }}" rel="stylesheet" />
  28.         <link href="{{ asset('css/main.css') }}" rel="stylesheet" />
  29.         <link href="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css" rel="stylesheet" />
  30.         <link href="{{ asset('fonts/fontawesome/css/fontawesome.css') }}"  rel="stylesheet">
  31.         <link href="{{ asset('fonts/fontawesome/css/brands.css') }}" rel="stylesheet">
  32.         <link href="{{ asset('fonts/fontawesome/css/solid.css') }}" rel="stylesheet">
  33.         <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
  34.         <link rel="stylesheet" type="text/css" href="https://csshake.surge.sh/csshake.min.css">
  35.         <link rel="stylesheet" type="text/css" href="{{ asset('css/select2.min.css') }}">
  36.         <link rel="stylesheet" type="text/css" href="{{ asset('css/slick.css') }}">
  37.         <link rel="stylesheet" type="text/css" href="{{ asset('css/slick-theme.css') }}">
  38.         <link rel="stylesheet" type="text/css" href="{{ asset('css/sweetalert2.min.css') }}">
  39.         <link rel="stylesheet" type="text/css" href="{{ asset('css/swiper.css') }}">
  40.         <link rel="stylesheet" type="text/css" href="{{ asset('css/animate.css') }}">
  41.         <meta name="twitter:site" content="@logercm">
  42.         <meta name="twitter:creator" content="@logercm">
  43.         <meta property="twitter:description" content="Faites partie de l'aventure, Inscrivez votre logement sur Loger.cm">
  44.         <meta property="twitter:title" content="Loger CMR ">
  45.         <meta property="twitter:url" content="https://loger.cm/">
  46.         <meta property="twitter:image" content="{{ asset('img/logo-logercm.png') }}">
  47.         <meta name="twitter:domain" content="jyven.cm">
  48.         <meta property="og:description" content="Faites partie de l'aventure, Inscrivez votre logement sur Loger.cm">
  49.         <meta property="og:image" content="{{ asset('img/logo-logercm.png') }}">
  50.         <meta property="og:site_name" content="https://loger.cm">
  51.         <meta property="og:title" content="Loger CMR ">
  52.         <meta property="og:updated_time" content="">
  53.         <meta property="og:url" content="https://www.loger.cm">
  54.         <meta itemprop="name" content="Loger CMR ">
  55.         <meta itemprop="keywords" content="logement, restauration, studio, immeuble, appartement, lotis, annonces, hotel, motel, villa">
  56.         <link rel="icon" href="{{ asset('img/logo-logercm.png') }}">
  57.         <style>
  58.             .ml12 {
  59.                 font-weight: 60;
  60.             }
  61.             .ml12 .letter {
  62.                 display: inline-block;
  63.                 line-height: 0.5em;
  64.             }
  65.             .ml13 {
  66.                 font-weight: 30;
  67.                 text-transform: uppercase;
  68.                 letter-spacing: 0.3em;
  69.             }
  70.             .ml13 .letter {
  71.                 display: inline-block;
  72.                 line-height: 0.5em;
  73.             }
  74.             .btn-a {
  75.                 --b: 3px;     /* the border thickness*/
  76.                 --g: 5px;    /* the gap */
  77.                 --c: rgba(3, 128, 13, 0.96); /* the color */
  78.                 background-color: rgba(192, 220, 126, 0.83);
  79.                 margin-right: 15px;
  80.                 padding: 10px; border-radius: 20px;
  81.                 aspect-ratio: 0.5;
  82.                 color:white;
  83.                 cursor: pointer;
  84.                 transition: .3s;
  85.             }
  86.             .btn-a:hover {
  87.                 outline: var(--b) solid var(--c);
  88.                 outline-offset: var(--g);
  89.                 background-color: rgba(255, 255, 255, 0.7);
  90.                 color: rgba(16, 16, 16, 0.91);
  91.             }
  92.             #loader{
  93.                 position: fixed;
  94.                 width: 100%;
  95.                 height: 100vh;
  96.                 margin-top: -5px;
  97.                 background: #21242d url('https://cssauthor.com/wp-content/uploads/2018/06/Bouncy-Preloader.gif') no-repeat center;
  98.                 z-index: 999;
  99.             }
  100.         </style>
  101.     {% endblock %}
  102.     <title>{% block title %}Welcome!{% endblock %}</title>
  103. </head>
  104. <body>
  105. <!-- Google Tag Manager (noscript) -->
  106. <noscript>
  107.     <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WC7JP3N"
  108.             height="0" width="0" style="display:none;visibility:hidden">
  109.     </iframe>
  110. </noscript>
  111. <!-- End Google Tag Manager (noscript) -->
  112. {% block body %}
  113.     <div id="loader"></div>
  114.     <div class="row " id="mainHeader" style="height: 40px; margin-top: 5px;">
  115.         <div class="col s12" style="; margin-top: 10px">
  116.             <div class="col s4 grey-text text-darken-1 m4 push-m1">
  117.                 <a href="{{ path('app_home') }}" style="font-size: 23px; margin-left: -20px"> Loger.cm</a>
  118.             </div>
  119.             <div class="col s8 right-align ">
  120.                 <a href="#!" class=" grey-text text-darken-1 hide-on-small-and-down hide-on-small-only" style="margin-right: 15px">
  121.                     <i class="fas fa-building" style="margin-left: 5px;margin-right:  5px"></i>
  122.                     Ajoutez votre établissement
  123.                 </a>
  124.                 <span  class="grey-text hide-on-small-and-down hide-on-small-only" style="margin-left: 2px; margin-right: 2px">I</span>
  125.                 <a href="{{ path("app_announce_detail",{ 'announce' : 'all'}) }}" class=" grey-text text-darken-1 hide-on-small-and-down hide-on-small-only" style="margin-right: 15px">
  126.                     <i class="fas fa-shopping-bag" style="margin-left: 5px; margin-right:  5px"></i>
  127.                     Announces
  128.                 </a>
  129.                 <span class="grey-text hide-on-small-and-down hide-on-small-only" style="margin-left: 2px; margin-right: 2px;  ">I</span>
  130.                 <a href="{{path('app_user_log')}}" class=" grey-text text-darken-1" style="margin-right: 15px">
  131.                     <i class="fas fa-user" style="margin-left: 5px;margin-right: 5px"></i>
  132.                     Mon Compte
  133.                 </a>
  134.                 {{ language | raw}}
  135.                 <a href="#" data-activates="slide-out" style="margin-left: 15px"
  136.                    class="button-collapse show-on-medium-and-down grey-text text-darken-1">
  137.                     <i class="fas fa-bars"></i>
  138.                 </a>
  139.             </div>
  140.         </div>
  141.         <div class="col s10 m10 push-m1" style="margin-top: 100px; position: absolute; z-index: 100; margin-right: 10px">
  142.             <a href="#!" id="btnBooking" class="hide-on-small-and-down hide-on-small-only   active card black-text " style="margin-right: 15px; padding: 10px; border-radius: 20px">
  143.                 <i class="fas fa-bed" style="margin-left: 5px; margin-right:  5px"></i>
  144.                 Hebergements
  145.             </a>
  146.             <a href="#!" id="btnLocation" class=" hide-on-small-and-down hide-on-small-only   card btn-a " style="">
  147.                 <i class="fas fa-car" style="margin-left: 15px; margin-right:  5px"></i>
  148.                 Location Voitures
  149.             </a>
  150.             <a  id="btnAttraction" href="#!" class=" card btn-a " style="">
  151.                 <i class="fas fa-location-arrow" style="margin-left: 5px; margin-right:  5px"></i>
  152.                 Attractions
  153.             </a>
  154.         </div>
  155.     </div>
  156.     <ul id='choose_language' class='dropdown-content' style="background: -webkit-linear-gradient(90deg, rgba(230,231,237,0.66), rgba(230,231,237,0.66) )">
  157.         {{ languageChoose | raw}}
  158.     </ul>
  159.     <ul id='dropdownCategory' class='dropdown-content'>
  160.         <li><a href="#!">Accesoire</a></li>
  161.         <li><a href="#!">Photographie</a></li>
  162.         <li><a href="#!">Téléphone</a></li>
  163.         <li><a href="#!">Electroménager</a></li>
  164.     </ul>
  165.     <ul id="slide-out" class="side-nav">
  166.         <li><a href="{{ path('homepage') }}">{% trans  %}Accueil{% endtrans %}</a></li>
  167.    
  168.     </ul>
  169. {% endblock %}
  170. {% block javascripts %}
  171.     <script src="{{ asset('js/jquery-3.2.1.min.js') }}"></script>
  172.     <script src="{{ asset('js/materialize.min.js') }}"></script>
  173.     <script src="{{ asset('js/sweetalert2.all.min.js') }}"></script>
  174.     <script src="{{ asset('js/slick.js') }}"></script>
  175.     <script src="{{ asset('js/callus.js') }}"></script>
  176.     <script src="{{ asset('js/aes.js') }}"></script>
  177.     <script src="{{ asset('js/tripledes.js') }}"></script>
  178.     <script src="{{ asset('js/enc-base64-min.js') }}"></script>
  179.     <script src="{{ asset('js/index.js') }}"></script>
  180.     <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
  181.     <script src="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/js/select2.min.js"></script>
  182.     <script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/2.0.2/anime.min.js"></script>
  183.     <script type="text/javascript">
  184.         var loader;
  185.         function loadNow(opacity) {
  186.             if (opacity <= 0) {
  187.                 displayContent();
  188.             } else {
  189.                 loader.style.opacity = opacity;
  190.                 window.setTimeout(function() {
  191.                     loadNow(opacity - 0.05);
  192.                 }, 50);
  193.             }
  194.         }
  195.         function displayContent() {
  196.             loader.style.display = 'none';
  197.             document.getElementById('content').style.display = 'block';
  198.             document.getElementById('mainHeader').style.display = 'block';
  199.         }
  200.         document.addEventListener("DOMContentLoaded", function() {
  201.             loader = document.getElementById('loader');
  202.             loadNow(3);
  203.         });
  204.         $( document ).ready(function(){
  205.             $(".button-collapse").sideNav();
  206.             $('.dropdown-button').dropdown({
  207.                     inDuration: 300,
  208.                     outDuration: 225,
  209.                     constrainWidth: false, // Does not change width of dropdown to that of the activator
  210.                     hover: false, // Activate on hover
  211.                     gutter: 0, // Spacing from edge
  212.                     belowOrigin: true, // Displays dropdown below the button
  213.                     alignment: 'left', // Displays dropdown with edge aligned to the left of button
  214.                     stopPropagation: false // Stops event propagation
  215.                 }
  216.             );
  217.         });
  218.         AOS.init();
  219.     </script>
  220.     <script>
  221.         (function(w,d,u){
  222.             var s=d.createElement('script');s.async=true;s.src=u+'?'+(Date.now()/60000|0);
  223.             var h=d.getElementsByTagName('script')[0];h.parentNode.insertBefore(s,h);
  224.         })(window,document,'https://cdn.bitrix24.com/b18340955/crm/site_button/loader_5_ymdo23.js');
  225.     </script>
  226.     <script>
  227.         $(document).ready(function(){
  228.             setTimeout(function () {
  229.                 {% for message  in app.flashes('success') %}
  230.                 var Toast = Swal.mixin({
  231.                     toast: true,
  232.                     position: 'top-end',
  233.                     showConfirmButton: false,
  234.                     timer: 15000,
  235.                     timerProgressBar: true,
  236.                     didOpen: (toast) => {
  237.                         toast.addEventListener('mouseenter', Swal.stopTimer)
  238.                         toast.addEventListener('mouseleave', Swal.resumeTimer)
  239.                     }
  240.                 })
  241.                 Toast.fire({
  242.                     icon: 'success',
  243.                     title: '{{message}}'
  244.                 });
  245.                 {%endfor%}
  246.                 {% for message  in app.flashes('error') %}
  247.                 var Toast = Swal.mixin({
  248.                     toast: true,
  249.                     position: 'top-end',
  250.                     showConfirmButton: false,
  251.                     timer: 15000,
  252.                     timerProgressBar: true,
  253.                     didOpen: (toast) => {
  254.                         toast.addEventListener('mouseenter', Swal.stopTimer)
  255.                         toast.addEventListener('mouseleave', Swal.resumeTimer)
  256.                     }
  257.                 })
  258.                 Toast.fire({
  259.                     icon: 'error',
  260.                     title: '{{message}}'
  261.                 });
  262.                 {%endfor%}
  263.                 {% for message  in app.flashes('verify_email_error') %}
  264.                 var Toast = Swal.mixin({
  265.                     toast: true,
  266.                     position: 'top-end',
  267.                     showConfirmButton: false,
  268.                     timer: 15000,
  269.                     timerProgressBar: true,
  270.                     didOpen: (toast) => {
  271.                         toast.addEventListener('mouseenter', Swal.stopTimer)
  272.                         toast.addEventListener('mouseleave', Swal.resumeTimer)
  273.                     }
  274.                 })
  275.                 Toast.fire({
  276.                     icon: 'error',
  277.                     title: '{{message}}'
  278.                 });
  279.                 {%endfor%}
  280.                 {% for message  in app.flashes('warning') %}
  281.                 var Toast = Swal.mixin({
  282.                     toast: true,
  283.                     position: 'top-start',
  284.                     showConfirmButton: true,
  285.                     timer: 15000,
  286.                     timerProgressBar: true,
  287.                     didOpen: (toast) => {
  288.                         toast.addEventListener('mouseenter', Swal.stopTimer)
  289.                         toast.addEventListener('mouseleave', Swal.resumeTimer)
  290.                     }
  291.                 })
  292.                 Toast.fire({
  293.                     icon: 'warning',
  294.                     title: '{{message}}'
  295.                 });
  296.                 {%endfor%}
  297.             },1000)
  298.         })
  299.     </script>
  300. {% endblock %}
  301. <footer class="page-footer  "   style="background: #14965d; margin-top: 15%">
  302.     <div class="row">
  303.         <div class="col m6 s12 center-align center-block center">
  304.             <a href="{{ url('homepage') }}" style="position: relative; z-index: 100;  width: 100px; height: 100px;  margin-right: 5px; border-radius: 50%;">
  305.                 <img src="{{ asset('img/logo_white.png') }}" style="max-height: 100px; " alt="">
  306.             </a>
  307.             <div class="col s12">
  308.                 <p style="font-size: 21px">{{ companyName}}</p>
  309.             </div>
  310.             <div class="col s12 " style="margin-top: -20px">
  311.                 <p style="font-size: 20px;margin-top: -4px  "> {% trans  %}Votre tranquilité est notre priorité.{% endtrans %} !</p>
  312.             </div>
  313.             <div class="col s12 center " >
  314.                 <a class="   waves-effect waves-light    " target="_blank" href="https://web.facebook.com/Biocarrylife"
  315.                    style="border-color: #14965d; ; width: 46px; height: 46px;  margin-right: 5px; border-radius: 50%;  border-style: solid;border-width: 2px;  ">
  316.                     <i class="fab fa-facebook-f  " style=" color:#e5bd02; font-size: 22px; margin-top: 3px; margin-left: -12px;  position: absolute"></i>
  317.                 </a>
  318.                 <a class="   waves-effect waves-light    " target="_blank" href="https://twitter.com"
  319.                    style="border-color: #14965d; ; width: 46px; height: 46px;  margin-right: 5px; border-radius: 50%;  border-style: solid;border-width: 2px;  ">
  320.                     <i class="fab fa-twitter  " style=" font-size: 22px; margin-top: 3px; margin-left: -12px; position: absolute;color:#e5bd02;   "></i>
  321.                 </a>
  322.                 <a class="   waves-effect waves-light    " target="_blank" href="https://www.instagram.com/biocarrylife2/?hl=fr"
  323.                    style="border-color: #14965d; ; width: 46px; height: 46px;  margin-right: 5px; border-radius: 50%;  border-style: solid;border-width: 2px;  ">
  324.                     <i class="fab fa-instagram  " style=" font-size: 22px; margin-top: 3px; margin-left: -12px; position: absolute; color:#e5bd02;    "></i>
  325.                 </a>
  326.                 <div class="col s12 center-align center">
  327.                     +237 698601596 /674493242 <br>
  328.                     info-service@loger.cm
  329.                 </div>
  330.             </div>
  331.         </div>
  332.         <div class="col m6 s12 ">
  333.             <div class="col l12 s12 m12  xl12   " style=" ">
  334.                 <h5 class=" white-text" style=" font-family:'Reem Kufi', sans-serif"><b>{% trans  %}NewsLetter{% endtrans %} </b></h5>
  335.                 <hr>
  336.                 <form onsubmit="return false;" id="new_letter_form" class="col l12 m12 s12 xl12" style="
  337.                                margin-bottom: 6%; margin-top: 30px">
  338.                     <div class="input-field col     s12 xl8   " style="margin-top: 5px; ">
  339.                         <i class="fas fa-blog prefix white-text active" style="font-size: 20px"></i>
  340.                         <input type="email" name="new_letter_sus" id="new_letter" class="validate" style="color: #fff;" required="required">
  341.                         <label for="new_letter" class="active">{% trans  %}Entrer Votre Adresse Mail{% endtrans %} </label>
  342.                     </div>
  343.                     <button id="btnNewLetter" onclick=" addToNewLetter ()" type="submit" class="btn indigo-text col button     s12 xl4" style="font-size: 12px">{% trans  %}S'incrire{% endtrans %}
  344.                         <i class="fas fa-plus-circle right active"></i>
  345.                     </button>
  346.                     <div class="col s12">
  347.                         <p style="font-size: 20px">{% trans  %}Souscrivez à notre mail list pour avoir des nouveautés dans votre inbox{% endtrans %} .</p>
  348.                     </div>
  349.                 </form>
  350.             </div>
  351.         </div>
  352.     </div>
  353.     <div class="footer-copyright">
  354.         <div class="container center center-align">
  355.             © 2022 {{ companyName}}. All Rights Reserved
  356.         </div>
  357.     </div>
  358. </footer>
  359. </body>
  360. </html>