Sha256: 6df84eb3e1c9bc7e0fe291472120eab325eac2eb112105d9668d90b8f4317753
Contents?: true
Size: 1.22 KB
Versions: 5
Compression:
Stored size: 1.22 KB
Contents
<!DOCTYPE html> <html lang="en"> {% include _head.html %} <body> {% include _navbar.html %} <section class="bg-mobile ftco-cover overlay" id="section-home" data-aos="fade" data-stellar-background-ratio="0.5"> <div class="container"> <div class="row align-items-center justify-content-center ftco-vh-100"> <div id="left-main" class="col-md-8 text-center"> <h1 class="ftco-heading mb-4" data-aos="fade-up" data-aos-delay="500"> {{ site.content }} </h1> <h2 class="h5 ftco-subheading mb-5" data-aos="fade-up" data-aos-delay="600"> {{ site.content2 }} </h2> <p data-aos="fade-up" data-aos-delay="700"><a href="#" target="_blank" class="btn btn-outline-white px-4 py-3" data-toggle="modal" data-target="#reservationModal">{{ site.ButtonContent }}</a></p> </div> </div> </div> </section> <!-- {% include _counter.html %} --> <!-- {% include _history.html %} --> <!-- {% include _wwe.html %} --> <!-- {% include _testimonies.html %} --> <!-- {% include _personal.html %} --> <!-- {% include _contactus.html %} --> <!-- {% include _blog.html %} --> <!-- extra content --> {% include _footer.html %} {% include loader.html %} </body> </html>
Version data entries
5 entries across 5 versions & 1 rubygems