the bola v2 website
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

home.antlers.html 4.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. <section>
  2. <div class="d-flex px-5" style="min-height: 90vh;background-image: url(./assets/image/2.jpg);background-size: cover;">
  3. <div data-aos="zoom-in" class="text-light text-lg-center m-auto">
  4. {{ grid_field }}
  5. {{ home_section_1 }}
  6. {{ highlight_text }}
  7. <p class="hero-text-description pb-5 pt-3 py-lg-5">{{ description_text }} </p>
  8. <a href="{{ button_link }}" class="nav-link db-btn mx-0 mx-lg-auto">Explore</a>
  9. {{ /home_section_1 }}
  10. {{ /grid_field }}
  11. </div>
  12. </div>
  13. </section>
  14. <section>
  15. <div class="text-md-center text-light section2" style="background-image: url(./assets/image/3.png);background-size: cover;padding-top: 10rem;padding-bottom: 5rem; background-position: top center;">
  16. <div class="container-fluid p-0 m-0" data-aos="zoom-in" >
  17. {{ grid_field }}
  18. {{ home_section_2 }}
  19. <p class="db-h3 text-highlight">{{ highlight_text }}</p>
  20. <p class="mx-auto my-5 p-0 about-paragraph db-h5">{{ description_text }}</p>
  21. <a href="{{ button_link }}" class="nav-link db-btn mx-auto">Read More</a>
  22. {{ /home_section_2 }}
  23. {{ /grid_field }}
  24. </div>
  25. </div>
  26. </section>
  27. <section>
  28. {{ grid_field }}
  29. {{ home_section_3 }}
  30. <div class="section3-img" style="background-image: url('.{{ background_image }}');"></div>
  31. {{ /home_section_3 }}
  32. {{ /grid_field }}
  33. </section>
  34. <section>
  35. <div class="text-center text-light p-7">
  36. <p class="db-h3 text-highlight">Features</p>
  37. <p class="mx-auto p-0 db-h5">Stay tuned for more latest news and articles brought exclusively by our team</p>
  38. </div>
  39. <div class="container-fluid p-0">
  40. <div class="row text g-0">
  41. {{ grid_field }}
  42. {{ firstEntry = 1 }}
  43. {{ home_section_4 }}
  44. {{ features }}
  45. {{ partial:partials/feature }}
  46. {{ firstEntry = 0 }}
  47. {{ /features }}
  48. {{ /home_section_4 }}
  49. {{ /grid_field }}
  50. </div>
  51. </div>
  52. </section>
  53. <section>
  54. <div class="text-light section-5 py-7">
  55. <div class="text-center px-5 py-3">
  56. <p class="db-h3 text-highlight">Recent News</p>
  57. <p class="mx-auto p-0 db-h5 mb-5">Stay tuned for more latest news and articles brought exclusively by our team</p>
  58. </div>
  59. <div class="row g-0 article-container">
  60. {{ collection:article limit="3" sort="article_date:desc" }}
  61. {{ partial:partials/articlecard }}
  62. {{ /collection:article }}
  63. </div>
  64. <a href="/news" class="nav-link db-btn mx-auto d-none d-lg-block" style="font-size: clamp(18px,1vw,23px);font-weight: 500;padding: 0.5rem 3rem;text-decoration: none;">See More</a>
  65. </div>
  66. </section>
  67. <section>
  68. <div class="text-light">
  69. <div class="text-center px-5">
  70. <p class="db-h3 text-highlight">Contact Us</p>
  71. <p class="mx-auto p-0 db-h5 mb-5">If you have any questios or feedback, drop them <br/> here and we'll get back to you!</p>
  72. </div>
  73. <div class="row g-0">
  74. <div class="col-lg-5 my-5 my-lg-0 container-contactus">
  75. {{ partial:partials/contactusform }}
  76. </div>
  77. <div class="col-lg-7 px-5 py-5" style="background-image: url(./assets/image/8.jpg);background-size: cover; background-position: center center;">
  78. <p class="p-0 db-h5" style="line-height: clamp(1.7rem,2.5vw,3rem);">
  79. <a class="db-link" href="tel:{{ company_profile:phone_no }}">{{ company_profile:phone_no }}</a>
  80. <br/>
  81. <a class="db-link" href="{{ company_profile:site_url }}">{{ company_profile:site_url }}</a>
  82. </p>
  83. <p class="p-0 db-h5" style="line-height: clamp(1.7rem,2.5vw,3rem);">{{ company_profile:address }}</p>
  84. </div>
  85. </div>
  86. </div>
  87. </section>
  88. <section>
  89. <div class="text-light section-8" style="background-image: url(./assets/image/dbparticle3.png);">
  90. <div data-aos="zoom-in" class="text-center ">
  91. <p class="db-h3 text-highlight" style="line-height: clamp(3rem,2.5vw,4rem);">Our Mobile Apps Is Now Available!</p>
  92. <p class="mx-auto p-0 db-h5 mb-5" style="line-height: clamp(1.7rem,2.5vw,3rem);">Download the app for bookings and other important notifications in<br/> an exclusive app for both android and iOS.</p>
  93. </div>
  94. {{ partial:partials/appsdownload }}
  95. </div>
  96. </section>