templates/footer.html.twig line 1

Open in your IDE?
  1. <!-- footer_section - start
  2. ================================================== -->
  3. <footer class="footer_section text-white deco_wrap" style="background-image: url({{ asset("assets/images/backgrounds/bg_05.jpg") }});">
  4.     <div class="overlay"></div>
  5.     <div class="footer_widget_area">
  6.         <div class="container">
  7.             <div class="row justify-content-center">
  8.                 <div class="col-lg-5 col-md-6 col-sm-7">
  9.                     <div class="footer_subscribe_form text-center">
  10.                         <h2 class="form_title text-uppercase wow fadeInUp" data-wow-delay=".01s">Rock Out Cafe, Manati</h2>
  11. {#                        <form action="#">#}
  12. {#                            <div class="form_item wow fadeInUp" data-wow-delay=".2s">#}
  13. {#                                <input type="email" name="email" placeholder="Enter your email">#}
  14. {#                                <button class="btn btn_primary text-uppercase" type="submit">Subscribe Now</button>#}
  15. {#                            </div>#}
  16. {#                        </form>#}
  17.                     </div>
  18.                 </div>
  19.             </div>
  20.             <div class="row justify-content-lg-between">
  21.                 <div class="col-lg-3 col-md-4 col-sm-6">
  22.                     <div class="footer_widget footer_about wow fadeInUp" data-wow-delay=".1s">
  23.                         <div class="brand_logo">
  24.                             <a class="brand_link" href="{{ url('home') }}">
  25.                                 <img src="{{ asset("assets/images/logo/logo_white_1x.png") }}" srcset="{{ asset("assets/images/logo/logo_white_1x.png") }} 2x" alt="logo_not_found">
  26.                             </a>
  27.                         </div>
  28.                         <ul class="social_links social_icons ul_li">
  29.                             <li><a href="https://www.facebook.com/Rockoutcafe/" target="_blank"><i class="fab fa-facebook-f"></i></a></li>
  30.                             <li><a href="https://www.instagram.com/rockoutcafe/" target="_blank"><i class="fab fa-instagram"></i></a></li>
  31.                         </ul>
  32.                     </div>
  33.                 </div>
  34.                 <div class="col-lg-3 col-md-4 col-sm-6">
  35.                     <div class="footer_widget footer_contact wow fadeInUp" data-wow-delay=".2s">
  36.                         <h3 class="footer_widget_title text-uppercase">Contacto</h3>
  37.                         <ul class="ul_li_block">
  38.                             <li><strong class="text-uppercase">Dirección:</strong> Marginal Villa María, Manatí</li>
  39.                             <li><strong class="text-uppercase">Phone:</strong> <a href="tel:9393451018">(939) 345-1018</a></li>
  40.                             <li><strong class="text-uppercase">Whatsapp:</strong> <a href="https://wa.me/9392477477">(939) 247-7477</a></li>
  41.                         </ul>
  42.                     </div>
  43.                 </div>
  44.                 <div class="col-lg-3 col-md-4 col-sm-6">
  45.                     <div class="footer_widget footer_opening_time wow fadeInUp" data-wow-delay=".3s">
  46.                         <h3 class="footer_widget_title text-uppercase">Horario</h3>
  47.                         <ul class="ul_li_block">
  48.                             <li>
  49.                                 Domingo
  50.                                 <span>4:00 PM - 12:00 AM</span>
  51.                             </li>
  52.                             <li>
  53.                                 Miércoles - Jueves
  54.                                 <span>4:00 PM - 12:00 AM</span>
  55.                             </li>
  56.                             <li>
  57.                                 Viernes - Sábado
  58.                                 <span>4:00 PM - 2:00 AM</span>
  59.                             </li>
  60.                         </ul>
  61.                     </div>
  62.                 </div>
  63. {#                <div class="col-lg-3 col-md-4 col-sm-6">#}
  64. {#                    <div class="footer_widget footer_recent_post wow fadeInUp" data-wow-delay=".4s">#}
  65. {#                        <h3 class="footer_widget_title text-uppercase">Recent News</h3>#}
  66. {#                        <div class="recent_post">#}
  67. {#                            <a class="item_image" href="blog_details.html">#}
  68. {#                                <img src="{{ asset("assets/images/recent_post/img_01.png") }}" alt="image_not_found">#}
  69. {#                            </a>#}
  70. {#                            <div class="item_content">#}
  71. {#                                <h4 class="item_title">#}
  72. {#                                    <a href="blog_details.html">Best Smell of Americano Coffee Trins</a>#}
  73. {#                                </h4>#}
  74. {#                                <span class="post_date text-uppercase">December 30 - 2021</span>#}
  75. {#                            </div>#}
  76. {#                        </div>#}
  77. {#                        <div class="recent_post">#}
  78. {#                            <a class="item_image" href="blog_details.html">#}
  79. {#                                <img src="{{ asset("assets/images/recent_post/img_02.png") }}" alt="image_not_found">#}
  80. {#                            </a>#}
  81. {#                            <div class="item_content">#}
  82. {#                                <h4 class="item_title">#}
  83. {#                                    <a href="blog_details.html">Best Smell of Americano Coffee Trins</a>#}
  84. {#                                </h4>#}
  85. {#                                <span class="post_date text-uppercase">December 30 - 2021</span>#}
  86. {#                            </div>#}
  87. {#                        </div>#}
  88. {#                    </div>#}
  89. {#                </div>#}
  90.             </div>
  91.         </div>
  92.     </div>
  93.     <div class="container">
  94.         <div class="footer_bottom text-center">
  95.             <p class="copyright_text mb-0 wow fadeInUp" data-wow-delay=".2s">Copyright@ 2022 Desing by <a class="btn_text" href="#"><span>CompuTech of PR</span></a></p>
  96.         </div>
  97.     </div>
  98. </footer>
  99. <!-- footer_section - end
  100. ================================================== -->