templates/site_body.html.twig line 1

Open in your IDE?
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" lang="zxx">
  3. <head>
  4.   <meta charset="UTF-8">
  5.   <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.     {{ sonata_seo_metadatas() }}
  7.   <title>{{ pageTitle ~' | '~ setting('app_name') }}</title>
  8.   <!-- Favicon -->
  9.   <link rel="shortcut icon" type="image/x-icon" href="images/favicon.png') }}">
  10.   <!-- Bootstrap CSS -->
  11.   <link rel="stylesheet" href="{{ asset('themes/castine/assets/css/bootstrap.min.css') }}">
  12.   <!--CSS Plugins-->
  13.   <link rel="stylesheet" href="{{ asset('themes/castine/assets/css/plugin.css') }}">
  14.   <!-- Default CSS-->
  15.   <link rel="stylesheet" href="{{ asset('themes/castine/assets/css/default.css') }}">
  16.   <!--Custom CSS-->
  17.   <link rel="stylesheet" href="{{ asset('themes/castine/assets/css/styles.css') }}">
  18.   <!--FontAwesome CSS-->
  19.   <link rel="stylesheet" href="{{ asset('themes/castine/assets/icons/font-awesome.min.css') }}">
  20.     {{ encore_entry_link_tags('main') }}
  21. </head>
  22. <body>
  23.   <!-- Header Section Start -->
  24.   <header>
  25.     <div class="header-inner z-3 position-relative">
  26.       <div class="header-top bg-green white">
  27.         <div class="container">
  28.           <div class="header-top-inner  py-2">
  29.             <div class="row align-items-center">
  30.               <div class="col-lg-7">
  31.                 <div class="header-top-info">
  32.                   <ul class="m-0 p-0">
  33.                     <li class="pe-3 border-end  d-inline">
  34.                       <i class="fa fa-phone pe-1"></i>
  35.                       {{ setting('primary_number') }}</li>
  36.                     <li class=" px-3 border-end d-inline">
  37.                       <i class="fa fa-envelope-o pe-1"></i>
  38.                       <a href="#" >{{ setting('email_address') }}</a></li>
  39.                     <li class=" px-3 d-inline ">
  40.                       <i class="fa fa-clock-o pe-1"></i>
  41.                       Mon - Fri: 9:00 - 18:30</li>
  42.                   </ul>
  43.                 </div>
  44.               </div>
  45.               <div class="col-lg-5">
  46.                 <div class="social-links text-end">
  47.                   <ul class="m-0 p-0 d-flex list-unstyled justify-content-end">
  48.                     <li class="me-1">
  49.                       <a href="#">
  50.                         <i class="fa fa-facebook text-center bg-grey darkgreen"></i>
  51.                       </a>
  52.                     </li>
  53.                     <li class="me-1">
  54.                       <a href="#" >
  55.                         <i class="fa fa-twitter text-center bg-grey darkgreen"></i>
  56.                       </a>
  57.                     </li>
  58.                     <li class="me-1">
  59.                       <a href="#">
  60.                         <i class="fa fa-linkedin text-center bg-grey darkgreen"></i>
  61.                       </a>
  62.                     </li>
  63.                     <li>
  64.                       <a href="#">
  65.                         <i class="fa fa-google text-center bg-grey darkgreen"></i>
  66.                       </a>
  67.                     </li>
  68.                   </ul>
  69.                 </div>
  70.               </div>
  71.             </div>
  72.           </div>  
  73.         </div>  
  74.       </div>
  75.       <div class="header-nav-menu" id="header-nav-menu">
  76.         <div class="container">
  77.           <div class="header-nav-menu-inner py-2">
  78.             <div class="row align-items-center justify-content-between">
  79.               <div class="col-lg-3 col-md-5 col-5">
  80.                 <div class="navbar-logo m-0">
  81.                   <a href="{{ path('home_page') }}"><img src="{{ asset('build/images/logo.png') }}" alt="{{ app_name }}" class="w-100"></a>
  82.                 </div>
  83.               </div>
  84.               <div class="col-lg-7">
  85.                 <div class="navbar-collapse ms-8" id="bs-example-navbar-collapse-1">
  86.                   {{ front_menu_render(0,'menu/front_menu.html.twig') }}
  87.                 </div>
  88.               </div>
  89.               <div class="col-lg-2">
  90.                 <div class="navbar-button text-end">
  91.                   <a class="btn" href="{{ path('route_211') }}">Donate Now</a>
  92.                 </div>  
  93.               </div>
  94.               <div id="slicknav-mobile"></div>
  95.             </div>
  96.           </div>
  97.         </div>
  98.       </div>
  99.     </div>  
  100.   </header>
  101.   <!-- Header Section End -->
  102.   {% block page_header %} {% endblock %}
  103.   {% block page_container %} {% endblock %}
  104.   <!-- Footer Section Start -->
  105.   <footer class="bg-darkgreen pt-10 position-relative">
  106.     <div class="overlay opacity-50"></div>
  107.     <div class="container position-relative">
  108.       <div class="footer-inner white">
  109.         <div class="footer-top text-center text-lg-start pb-8 mb-8 border-bottom border-2 border-light">
  110.           <div class="row align-items-center gx-lg-5 gy-4 gy-lg-0">
  111.             <div class="col-lg-4">
  112.               <div class="footer-logo">
  113.                 <img src="{{ asset('build/images/logo.png') }}" alt="footer-logo" class="w-50 w-lg-100">
  114.               </div>
  115.             </div>
  116.             <div class="col-lg-8">
  117.               <div class="footer-top-info">
  118.                 <p class="white h6 fst-italic">“We nurture female leaders who will preserve the planet for generations to come.”</p>
  119.               </div>
  120.             </div>
  121.           </div>
  122.         </div>
  123.         <div class="footer-middle text-center text-lg-start pb-9">
  124.           <div class="row gx-lg-5 gy-5 gy-lg-0">
  125.             <div class="col-lg-4">
  126.               <div class="about-ecoviron text-center text-lg-start">
  127.                 <div class="ecoviron-info mb-4">
  128.                 {{ setting('app_description') }}
  129.                 </div>
  130.                 <div class="footer-socials mb-4">
  131.                   <ul class="m-0 p-0 d-flex list-unstyled justify-content-center justify-content-lg-start">
  132.                     <li class="me-1">
  133.                       <a href="#">
  134.                         <i class="fa fa-facebook text-center bg-white bg-opacity-25 rounded-circle"></i>
  135.                       </a>
  136.                     </li>
  137.                     <li class="me-1">
  138.                       <a href="#" >
  139.                         <i class="fa fa-twitter text-center bg-white bg-opacity-25 rounded-circle"></i>
  140.                       </a>
  141.                     </li>
  142.                     <li class="me-1">
  143.                       <a href="#">
  144.                         <i class="fa fa-linkedin text-center bg-white bg-opacity-25 rounded-circle"></i>
  145.                       </a>
  146.                     </li>
  147.                     <li>
  148.                       <a href="#">
  149.                         <i class="fa fa-google text-center bg-white bg-opacity-25 rounded-circle"></i>
  150.                       </a>
  151.                     </li>
  152.                   </ul>
  153.                 </div>
  154.                 <div class="footer-contact-info">
  155.                   <ul class="m-0 p-0 list-unstyled">
  156.                     <li class="pb-2">
  157.                       <span class="h5"><i class="fa fa-map-marker pe-2" aria-hidden="true"></i></span>
  158.                       {{ setting('app_address') }}</li>
  159.                     <li class="pb-2">
  160.                       <span class="h5"><i class="fa fa-phone pe-2"></i></span>
  161.                       {{ setting('primary_number') }}</li>
  162.                     <li class="">
  163.                       <span class="h5"><i class="fa fa-envelope-o pe-2"></i></span>
  164.                       <a href="#" class="__cf_email__" data-cfemail="6d04030b022d1a080f1e041908430e0200">{{ setting('email_address')}}</a></li>
  165.                   </ul>
  166.                 </div>
  167.               </div>  
  168.             </div>
  169.             <div class="col-lg-4 col-md-6">
  170.               <div class="quick-links">
  171.                 <h4 class="white mb-2">quick links</h4>
  172.                 <div class="seperator w-20 border-bottom border-1 mb-6 m-auto m-lg-0"></div>
  173.                 <ul class="m-0 p-0 list-unstyled ">
  174.                   <li class="pb-4"><a href="{{ path('route_127') }}">About Us</a></li>
  175.                   <li class="pb-4"><a href="{{ path('route_262') }}">What we do</a></li>
  176.                   <li class="pb-4"><a href="{{ path('posts_list') }}">News & Articles </a></li>
  177.                   <li class="pb-4"><a href="{{ path('route_146') }}">Our Gallery</a></li>
  178.                   <li class=" "><a href="{{ path('contact_us') }}">Contact US</a></li>
  179.                 </ul>
  180.               </div>
  181.           </div>
  182.           <div class="col-lg-4">
  183.             <div class="subscribe text-center text-lg-start">
  184.               <h4 class="white mb-2">Get intresting news</h4>
  185.               <div class="seperator w-20 border-bottom border-1 mb-6 m-auto m-lg-0"></div>
  186.               <p class="mb-4">Duis aute irure dolor in repre henderit in voluptat</p>
  187.               <form>
  188.                 <div class="row">
  189.                   <div class="col-lg-12 col-md-8">
  190.                     <input type="email" placeholder="Email" class="mb-2" required>
  191.                   </div>  
  192.                   <div class="col-lg-12 col-md-4">
  193.                     <button class="btn w-100 w-lg-40">subscribe</button>
  194.                   </div>  
  195.                 </div>  
  196.               </form>
  197.             </div>
  198.           </div>
  199.         </div>
  200.       </div>
  201.     </div>
  202.     </div>
  203.     <div class="copyright py-6 bg-darker position-relative text-center white">
  204.     <p class="mb-0">Copyright &#169; 2024 {{ setting('app_name')}}. All rights reserved.</p>
  205.     </div> 
  206.   </footer>
  207.   <!-- Footer Section End -->
  208.   <!--Bacl-to-top Button start-->
  209.   <div id="back-to-top">
  210.     <a href="#" class="bg-pink position-relative align-items-center rounded-circle d-block border border-4 border-grey"></a>
  211.   </div>
  212.   <!--Bacl-to-top Button end-->
  213.   <script src="{{ asset('themes/castine/assets/js/jquery-3.7.1.min.js') }}"></script>
  214.   <script src="{{ asset('themes/castine/assets/js/bootstrap.bundle.min.js') }}"></script>
  215.   <script src="{{ asset('themes/castine/assets/js/plugin.js') }}"></script>
  216.   <script src="{{ asset('themes/castine/assets/js/main.js') }}"></script>
  217.   {{ encore_entry_script_tags('main') }}
  218. </body>
  219. </html>