templates/base.html.twig line 1

  1. <!DOCTYPE html>
  2. <html lang="en">
  3.     <head>
  4.         <!-- basic -->
  5.         <meta charset="utf-8">
  6.         <meta
  7.         http-equiv="X-UA-Compatible" content="IE=edge">
  8.         <!-- mobile metas -->
  9.         <meta name="viewport" content="width=device-width, initial-scale=1">
  10.         <meta
  11.         name="viewport" content="initial-scale=1, maximum-scale=1">
  12.         <!-- site metas -->
  13.         <title>CHANDEL AUTO PARTS - Premier Auto Parts Solutions</title>
  14.         <meta name="keywords" content="Chandel Auto Parts, Automobile Spare Parts, Two Wheeler Spare Parts, TVS Gear Makhi, Lock Gear Makhi, Ape Gear Makhi, Ordinary Gear Makhi, Special Gear Makhi, ACE Gear Makhi, BAJAJ Gear Makhi, VESPA Gear Makhi, high-quality materials, international standards">
  15.         <meta name="description" content="Welcome to CHANDEL AUTO PARTS, your premier destination for high-quality automobile spare parts, including TVS Gear Makhi, Lock Gear Makhi, Ape Gear Makhi, and more. Our products meet international standards and are highly demanded in various automobile industries.">
  16.                 <meta name="author" content="Gurjeet Singh, Ludhiana">
  17.         <!-- bootstrap css -->
  18.         <link
  19.         rel="stylesheet" href="{{asset('theme/')}}css/bootstrap.min.css">
  20.         <!-- style css -->
  21.         <link
  22.         rel="stylesheet" href="{{asset('theme/')}}css/style.css">
  23.         <!-- Responsive-->
  24.         <link
  25.         rel="stylesheet" href="{{asset('theme/')}}css/responsive.css">
  26.         <!-- fevicon -->
  27.         <link
  28.         rel="icon" href="images/fevicon.png" type="image/gif"/>
  29.         <!-- Scrollbar Custom CSS -->
  30.         <link
  31.         rel="stylesheet" href="{{asset('theme/')}}css/jquery.mCustomScrollbar.min.css">
  32.         <!-- Tweaks for older IEs-->
  33.         <link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
  34.         <link
  35.         rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.css" media="screen">
  36.     <!--[if lt IE 9]>
  37.                   <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
  38.                   <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script><![endif]-->
  39.     </head>
  40.     <!-- body -->
  41.     <body
  42.         class="main-layout">
  43.         <!-- loader  -->
  44.         <div class="loader_bg">
  45.             <div class="loader"><img src="{{asset('theme/')}}images/loading.gif" alt="#"/></div>
  46.         </div>
  47.         <!-- end loader -->
  48.         <!-- header -->
  49.         {% include "website/header.html.twig" %}
  50.             <!-- end header -->
  51.         {% block body %}
  52.             
  53.         {% endblock %}
  54.             <!-- end map -->
  55.             <!--  footer -->
  56.             <footr>
  57.                 <div class="footer">
  58.                     <div class="container">
  59.                         <div class="row">
  60.                             <div class="col-md-6 offset-md-3">
  61.                                 <ul class="sociel">
  62.                                     <li>
  63.                                         <a href="#">
  64.                                             <i class="fa fa-facebook-f"></i>
  65.                                         </a>
  66.                                     </li>
  67.                                     <li>
  68.                                         <a href="#">
  69.                                             <i class="fa fa-twitter"></i>
  70.                                         </a>
  71.                                     </li>
  72.                                     <li>
  73.                                         <a href="#">
  74.                                             <i class="fa fa-instagram"></i>
  75.                                         </a>
  76.                                     </li>
  77.                                     <li>
  78.                                         <a href="#">
  79.                                             <i class="fa fa-instagram"></i>
  80.                                         </a>
  81.                                     </li>
  82.                                 </ul>
  83.                             </div>
  84.                         </div>
  85.                         <div class="row">
  86.                             <div class="col-xl-3 col-lg-3 col-md-6 col-sm-12">
  87.                                 <div class="contact">
  88.                                     <h3>conatct us</h3>
  89.                                     <span>Nirmal Palace, GT Road, Ludhiana - 141003
  90. Punjab, India. M:+91 9464681317
  91. </span>
  92.                                 </div>
  93.                             </div>
  94.                             <div class="col-xl-3 col-lg-3 col-md-6 col-sm-12">
  95.                                 <div class="contact">
  96.                                     <h3>ADDITIONAL LINKS</h3>
  97.                                     <ul class="lik">
  98.                                         <li>
  99.                                             <a href="/about.html">About us</a>
  100.                                         </li>
  101.                                         
  102.                                         
  103.                                         <li>
  104.                                             <a href="/products.html">Products</a>
  105.                                         </li>
  106.                                         <li>
  107.                                             <a href="/contact-us.html">Contact us</a>
  108.                                         </li>
  109.                                     </ul>
  110.                                 </div>
  111.                             </div>
  112.                             
  113.                         </div>
  114.                         <div class="copyright">
  115.                             <p>Copyright {{"now"|date('Y')}} All Right Reserved By
  116.                                 <a href="https://chandelautoparts.com/">Chandel Auto Parts</a>
  117.                                 developed By
  118.                                 <a href="https://arashinfo.com">Arashinfo
  119.                                 </a>
  120.                             </p>
  121.                         </div>
  122.                     </div>
  123.                 </footr>
  124.                 <!-- end footer -->
  125.                 <!-- Javascript files-->
  126.                 <script src="{{asset('theme/')}}js/jquery.min.js"></script>
  127.                 <script src="{{asset('theme/')}}js/popper.min.js"></script>
  128.                 <script src="{{asset('theme/')}}js/bootstrap.bundle.min.js"></script>
  129.                 <script src="js/jquery-3.0.0.min.js"></script>
  130.                 <script src="{{asset('theme/')}}js/plugin.js"></script>
  131.                 <!-- sidebar -->
  132.                 <script src="{{asset('theme/')}}js/jquery.mCustomScrollbar.concat.min.js"></script>
  133.                 <script src="{{asset('theme/')}}js/custom.js"></script>
  134.                 <script src="https:cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.js"></script>
  135.                 <script>
  136.                     $(document).ready(function () {
  137. $(".fancybox").fancybox({openEffect: "none", closeEffect: "none"});
  138. $(".zoom").hover(function () {
  139. $(this).addClass('transition');
  140. }, function () {
  141. $(this).removeClass('transition');
  142. });
  143. });
  144.                 </script>
  145.             </body>
  146.         </html>
  147.     </body>
  148. </html>