shop.html 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <!-- Required Meta Tags -->
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <!-- Document Title, Description, and Author -->
  8. <title>Shop - Presta - Free Bootstrap Bike Repair Template</title>
  9. <meta name="description" content="Presta is a Free Bootstrap Bike Repair Template.">
  10. <!-- Favicon and Touch Icons -->
  11. <link rel="icon" type="image/png" sizes="512x512" href="{dreamer-cms:template /}assets/favicon/favicon-512x512.png">
  12. <!-- Google Fonts Files -->
  13. <link rel="preconnect" href="https://fonts.googleapis.com">
  14. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  15. <link href="{dreamer-cms:template /}assets/css2?family=Inter:wght@100..900&display=swap" rel="stylesheet">
  16. <!-- CSS Files -->
  17. <link rel="stylesheet" href="{dreamer-cms:template /}assets/css/presta-pro-bsb.css">
  18. <!-- BSB Head -->
  19. </head>
  20. <body class="bsb-tpl-bg-50 py-3 py-md-5 py-xl-6">
  21. <!-- Header -->
  22. <header id="header" class="bsb-tpl-bg-50 sticky-top bsb-spacer-top-3 bsb-spacer-top-md-5 bsb-spacer-top-xl-6 bsb-tpl-header-sticky bsb-tpl-header-sticky-animation">
  23. <div class="container">
  24. <div class="row">
  25. <div class="col-12">
  26. <!-- Navbar 1 - Bootstrap Brain Component -->
  27. <nav class="navbar navbar-expand-lg bsb-navbar bsb-navbar-hover bsb-navbar-caret bsb-tpl-navbar-sticky bg-white border border-dark px-xl-3" data-bsb-sticky-target="#header">
  28. <div class="container">
  29. <a class="navbar-brand" href="index.html">
  30. <img src="./assets/img/branding/presta-logo.svg" class="bsb-tpl-logo" alt="">
  31. </a>
  32. <button class="navbar-toggler border-0" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasNavbar" aria-controls="offcanvasNavbar">
  33. <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="bi bi-list" viewBox="0 0 16 16">
  34. <path fill-rule="evenodd" d="M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z" />
  35. </svg>
  36. </button>
  37. <div class="offcanvas offcanvas-end" tabindex="-1" id="offcanvasNavbar" aria-labelledby="offcanvasNavbarLabel">
  38. <div class="offcanvas-header">
  39. <h5 class="offcanvas-title" id="offcanvasNavbarLabel">Menu</h5>
  40. <button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
  41. </div>
  42. <div class="offcanvas-body">
  43. <ul class="navbar-nav justify-content-end flex-grow-1">
  44. <li class="nav-item">
  45. <a class="nav-link" aria-current="page" href="index.html">Home</a>
  46. </li>
  47. <li class="nav-item">
  48. <a class="nav-link" href="service.html">Service</a>
  49. </li>
  50. <li class="nav-item dropdown">
  51. <a class="nav-link dropdown-toggle" href="#!" id="blogDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">Blog</a>
  52. <ul class="dropdown-menu border-0 shadow bsb-zoomIn" aria-labelledby="blogDropdown">
  53. <li><a class="dropdown-item" href="blog.html">News</a></li>
  54. <li><a class="dropdown-item" href="single.html">Single Post</a></li>
  55. <li><a class="dropdown-item" href="page.html">Single Page</a></li>
  56. </ul>
  57. </li>
  58. <li class="nav-item">
  59. <a class="nav-link active" href="shop.html">Shop</a>
  60. </li>
  61. <li class="nav-item">
  62. <a class="nav-link" href="about.html">About</a>
  63. </li>
  64. <li class="nav-item">
  65. <a class="nav-link" href="contact.html">Contact</a>
  66. </li>
  67. </ul>
  68. </div>
  69. </div>
  70. </div>
  71. </nav>
  72. </div>
  73. </div>
  74. </div>
  75. </header>
  76. <!-- Page Header - Bootstrap Brain Component -->
  77. <section class="py-4 py-md-5 py-xl-8">
  78. <div class="container">
  79. <div class="row">
  80. <div class="col-12">
  81. <div class="container-fluid border border-dark bsb-tpl-bg-gradient-1x">
  82. <div class="row justify-content-md-center align-items-center">
  83. <div class="col-12 col-md-11 col-xl-10">
  84. <div class="page-header-wrapper py-3 py-md-5 py-xl-8">
  85. <h2 class="display-3 text-center fw-bold mb-3 mb-xl-4">Our Shop</h2>
  86. <p class="lead text-center m-0 d-flex justify-content-sm-center">
  87. <span class="col-12 col-sm-11 col-lg-8 col-xl-7 col-xxl-6">Browse through our carefully curated selection of products, meticulously organized into categories for easy navigation.</span>
  88. </p>
  89. </div>
  90. </div>
  91. </div>
  92. </div>
  93. </div>
  94. </div>
  95. </div>
  96. </section>
  97. <!-- Main -->
  98. <main id="main">
  99. <!-- Card 5 - Bootstrap Brain Component -->
  100. <section class="py-3 py-md-5 py-xl-8 bg-white">
  101. <div class="container overflow-hidden">
  102. <div class="row gy-4 gy-xxl-5">
  103. <div class="col-12 col-md-6 col-lg-4 col-xxl-3">
  104. <div class="card text-center border-dark overflow-hidden">
  105. <div class="card-body p-5 position-relative">
  106. <figure class="m-0 p-0">
  107. <img class="img-fluid" loading="lazy" src="./assets/img/shop/product-img-1.png" alt="Bicycle Hat">
  108. <figcaption class="mb-0 mt-4 p-0">
  109. <h4 class="mb-2">Bicycle Hat</h4>
  110. <p class="d-flex justify-content-center align-items-center gap-2 mb-0">
  111. <span class="text-secondary"><del>$45.00</del></span>
  112. <span class="text-primary">$35.00</span>
  113. </p>
  114. </figcaption>
  115. </figure>
  116. <a href="#!" class="btn btn-accent mt-4 d-flex align-items-center justify-content-center gap-2">
  117. <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-cart-plus" viewBox="0 0 16 16">
  118. <path d="M9 5.5a.5.5 0 0 0-1 0V7H6.5a.5.5 0 0 0 0 1H8v1.5a.5.5 0 0 0 1 0V8h1.5a.5.5 0 0 0 0-1H9z" />
  119. <path d="M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1zm3.915 10L3.102 4h10.796l-1.313 7zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0m7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0" />
  120. </svg>
  121. <span>Add to cart</span>
  122. </a>
  123. <div class="position-absolute top-0 end-0 m-2 fs-5">
  124. <span class="badge text-bg-warning">Sale</span>
  125. </div>
  126. </div>
  127. </div>
  128. </div>
  129. <div class="col-12 col-md-6 col-lg-4 col-xxl-3">
  130. <div class="card text-center border-dark overflow-hidden">
  131. <div class="card-body p-5 position-relative">
  132. <figure class="m-0 p-0">
  133. <img class="img-fluid" loading="lazy" src="./assets/img/shop/product-img-3.png" alt="Sunglasses">
  134. <figcaption class="mb-0 mt-4 p-0">
  135. <h4 class="mb-2">Sunglasses</h4>
  136. <p class="d-flex justify-content-center align-items-center gap-2 mb-0">
  137. <span class="text-primary">$98</span>
  138. </p>
  139. </figcaption>
  140. </figure>
  141. <a href="#!" class="btn btn-accent mt-4 d-flex align-items-center justify-content-center gap-2">
  142. <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-cart-plus" viewBox="0 0 16 16">
  143. <path d="M9 5.5a.5.5 0 0 0-1 0V7H6.5a.5.5 0 0 0 0 1H8v1.5a.5.5 0 0 0 1 0V8h1.5a.5.5 0 0 0 0-1H9z" />
  144. <path d="M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1zm3.915 10L3.102 4h10.796l-1.313 7zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0m7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0" />
  145. </svg>
  146. <span>Add to cart</span>
  147. </a>
  148. </div>
  149. </div>
  150. </div>
  151. <div class="col-12 col-md-6 col-lg-4 col-xxl-3">
  152. <div class="card text-center border-dark overflow-hidden">
  153. <div class="card-body p-5 position-relative">
  154. <figure class="m-0 p-0">
  155. <img class="img-fluid" loading="lazy" src="./assets/img/shop/product-img-2.png" alt="Gloves">
  156. <figcaption class="mb-0 mt-4 p-0">
  157. <h4 class="mb-2">Gloves</h4>
  158. <p class="d-flex justify-content-center align-items-center gap-2 mb-0">
  159. <span class="text-primary">$55.00</span>
  160. </p>
  161. </figcaption>
  162. </figure>
  163. <a href="#!" class="btn btn-accent mt-4 d-flex align-items-center justify-content-center gap-2">
  164. <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-cart-plus" viewBox="0 0 16 16">
  165. <path d="M9 5.5a.5.5 0 0 0-1 0V7H6.5a.5.5 0 0 0 0 1H8v1.5a.5.5 0 0 0 1 0V8h1.5a.5.5 0 0 0 0-1H9z" />
  166. <path d="M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1zm3.915 10L3.102 4h10.796l-1.313 7zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0m7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0" />
  167. </svg>
  168. <span>Add to cart</span>
  169. </a>
  170. <div class="position-absolute top-0 end-0 m-2 fs-5">
  171. <span class="badge text-bg-primary">New</span>
  172. </div>
  173. </div>
  174. </div>
  175. </div>
  176. <div class="col-12 col-md-6 col-lg-4 col-xxl-3">
  177. <div class="card text-center border-dark overflow-hidden">
  178. <div class="card-body p-5 position-relative">
  179. <figure class="m-0 p-0">
  180. <img class="img-fluid" loading="lazy" src="./assets/img/shop/product-img-4.png" alt="Thermal Softshell">
  181. <figcaption class="mb-0 mt-4 p-0">
  182. <h4 class="mb-2">Thermal Softshell</h4>
  183. <p class="d-flex justify-content-center align-items-center gap-2 mb-0">
  184. <span class="text-primary">$120.00</span>
  185. </p>
  186. </figcaption>
  187. </figure>
  188. <a href="#!" class="btn btn-accent mt-4 d-flex align-items-center justify-content-center gap-2">
  189. <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-cart-plus" viewBox="0 0 16 16">
  190. <path d="M9 5.5a.5.5 0 0 0-1 0V7H6.5a.5.5 0 0 0 0 1H8v1.5a.5.5 0 0 0 1 0V8h1.5a.5.5 0 0 0 0-1H9z" />
  191. <path d="M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1zm3.915 10L3.102 4h10.796l-1.313 7zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0m7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0" />
  192. </svg>
  193. <span>Add to cart</span>
  194. </a>
  195. <div class="position-absolute top-0 end-0 m-2 fs-5">
  196. <span class="badge text-bg-primary">New</span>
  197. </div>
  198. </div>
  199. </div>
  200. </div>
  201. <div class="col-12 col-md-6 col-lg-4 col-xxl-3">
  202. <div class="card text-center border-dark overflow-hidden">
  203. <div class="card-body p-5 position-relative">
  204. <figure class="m-0 p-0">
  205. <img class="img-fluid" loading="lazy" src="./assets/img/shop/product-img-5.png" alt="Speedometer">
  206. <figcaption class="mb-0 mt-4 p-0">
  207. <h4 class="mb-2">Speedometer</h4>
  208. <p class="d-flex justify-content-center align-items-center gap-2 mb-0">
  209. <span class="text-primary">$85</span>
  210. </p>
  211. </figcaption>
  212. </figure>
  213. <a href="#!" class="btn btn-accent mt-4 d-flex align-items-center justify-content-center gap-2">
  214. <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-cart-plus" viewBox="0 0 16 16">
  215. <path d="M9 5.5a.5.5 0 0 0-1 0V7H6.5a.5.5 0 0 0 0 1H8v1.5a.5.5 0 0 0 1 0V8h1.5a.5.5 0 0 0 0-1H9z" />
  216. <path d="M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1zm3.915 10L3.102 4h10.796l-1.313 7zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0m7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0" />
  217. </svg>
  218. <span>Add to cart</span>
  219. </a>
  220. </div>
  221. </div>
  222. </div>
  223. <div class="col-12 col-md-6 col-lg-4 col-xxl-3">
  224. <div class="card text-center border-dark overflow-hidden">
  225. <div class="card-body p-5 position-relative">
  226. <figure class="m-0 p-0">
  227. <img class="img-fluid" loading="lazy" src="./assets/img/shop/product-img-6.png" alt="Saddle Seat">
  228. <figcaption class="mb-0 mt-4 p-0">
  229. <h4 class="mb-2">Saddle Seat</h4>
  230. <p class="d-flex justify-content-center align-items-center gap-2 mb-0">
  231. <span class="text-secondary"><del>$20.00</del></span>
  232. <span class="text-primary">$15.00</span>
  233. </p>
  234. </figcaption>
  235. </figure>
  236. <a href="#!" class="btn btn-accent mt-4 d-flex align-items-center justify-content-center gap-2">
  237. <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-cart-plus" viewBox="0 0 16 16">
  238. <path d="M9 5.5a.5.5 0 0 0-1 0V7H6.5a.5.5 0 0 0 0 1H8v1.5a.5.5 0 0 0 1 0V8h1.5a.5.5 0 0 0 0-1H9z" />
  239. <path d="M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1zm3.915 10L3.102 4h10.796l-1.313 7zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0m7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0" />
  240. </svg>
  241. <span>Add to cart</span>
  242. </a>
  243. <div class="position-absolute top-0 end-0 m-2 fs-5">
  244. <span class="badge text-bg-warning">Sale</span>
  245. </div>
  246. </div>
  247. </div>
  248. </div>
  249. <div class="col-12 col-md-6 col-lg-4 col-xxl-3">
  250. <div class="card text-center border-dark overflow-hidden">
  251. <div class="card-body p-5 position-relative">
  252. <figure class="m-0 p-0">
  253. <img class="img-fluid" loading="lazy" src="./assets/img/shop/product-img-7.png" alt="Helmet">
  254. <figcaption class="mb-0 mt-4 p-0">
  255. <h4 class="mb-2">Helmet</h4>
  256. <p class="d-flex justify-content-center align-items-center gap-2 mb-0">
  257. <span class="text-primary">$65.00</span>
  258. </p>
  259. </figcaption>
  260. </figure>
  261. <a href="#!" class="btn btn-accent mt-4 d-flex align-items-center justify-content-center gap-2">
  262. <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-cart-plus" viewBox="0 0 16 16">
  263. <path d="M9 5.5a.5.5 0 0 0-1 0V7H6.5a.5.5 0 0 0 0 1H8v1.5a.5.5 0 0 0 1 0V8h1.5a.5.5 0 0 0 0-1H9z" />
  264. <path d="M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1zm3.915 10L3.102 4h10.796l-1.313 7zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0m7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0" />
  265. </svg>
  266. <span>Add to cart</span>
  267. </a>
  268. <div class="position-absolute top-0 end-0 m-2 fs-5">
  269. <span class="badge text-bg-primary">New</span>
  270. </div>
  271. </div>
  272. </div>
  273. </div>
  274. <div class="col-12 col-md-6 col-lg-4 col-xxl-3">
  275. <div class="card text-center border-dark overflow-hidden">
  276. <div class="card-body p-5 position-relative">
  277. <figure class="m-0 p-0">
  278. <img class="img-fluid" loading="lazy" src="./assets/img/shop/product-img-8.png" alt="Shed Tent">
  279. <figcaption class="mb-0 mt-4 p-0">
  280. <h4 class="mb-2">Shed Tent</h4>
  281. <p class="d-flex justify-content-center align-items-center gap-2 mb-0">
  282. <span class="text-primary">$230</span>
  283. </p>
  284. </figcaption>
  285. </figure>
  286. <a href="#!" class="btn btn-accent mt-4 d-flex align-items-center justify-content-center gap-2">
  287. <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-cart-plus" viewBox="0 0 16 16">
  288. <path d="M9 5.5a.5.5 0 0 0-1 0V7H6.5a.5.5 0 0 0 0 1H8v1.5a.5.5 0 0 0 1 0V8h1.5a.5.5 0 0 0 0-1H9z" />
  289. <path d="M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1zm3.915 10L3.102 4h10.796l-1.313 7zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0m7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0" />
  290. </svg>
  291. <span>Add to cart</span>
  292. </a>
  293. </div>
  294. </div>
  295. </div>
  296. </div>
  297. </div>
  298. </section>
  299. </main>
  300. <!-- Footer 1 Pro - Bootstrap Brain Component -->
  301. <footer class="footer pt-3 pt-md-5 pt-xl-6">
  302. <!-- Widgets - Bootstrap Brain Component -->
  303. <section class="py-4 py-md-5">
  304. <div class="container overflow-hidden">
  305. <div class="row">
  306. <div class="col-12">
  307. <div class="container-fluid">
  308. <div class="row">
  309. <div class="col-xs-12 col-lg-4 border border-dark">
  310. <div class="widget p-3 p-md-4 p-xxl-5">
  311. <h4 class="widget-title mb-4">Get in Touch</h4>
  312. <address class="mb-4">8014 Edith Blvd NE, Albuquerque, New York, United States</address>
  313. <p class="mb-1">
  314. <a class="link-dark link-offset-1 link-opacity-75 link-opacity-100-hover link-underline-opacity-0 link-underline-opacity-100-hover" href="tel:+15057922430">(505) 792-2430</a>
  315. </p>
  316. <p class="mb-0">
  317. <a class="link-dark link-offset-1 link-opacity-75 link-opacity-100-hover link-underline-opacity-0 link-underline-opacity-100-hover" href="#">admin@domain.com</a>
  318. </p>
  319. </div>
  320. </div>
  321. <div class="col-xs-12 col-lg-4 border border-dark border-top-0 border-start-lg-0 border-top-lg border-lg-dark">
  322. <div class="widget p-3 p-md-4 p-xxl-5">
  323. <h4 class="widget-title mb-4">Services</h4>
  324. <ul class="list-unstyled m-0 p-0">
  325. <li class="mb-2">
  326. <a href="#!" class="link-dark link-offset-1 link-opacity-75-hover link-underline-opacity-0 link-underline-opacity-100-hover">Brake Repair</a>
  327. </li>
  328. <li class="mb-2">
  329. <a href="#!" class="link-dark link-offset-1 link-opacity-75-hover link-underline-opacity-0 link-underline-opacity-100-hover">Tire Balance</a>
  330. </li>
  331. <li class="mb-2">
  332. <a href="#!" class="link-dark link-offset-1 link-opacity-75-hover link-underline-opacity-0 link-underline-opacity-100-hover">Oil Change</a>
  333. </li>
  334. <li class="mb-2">
  335. <a href="#!" class="link-dark link-offset-1 link-opacity-75-hover link-underline-opacity-0 link-underline-opacity-100-hover">Car Wash</a>
  336. </li>
  337. <li class="mb-0">
  338. <a href="#!" class="link-dark link-offset-1 link-opacity-75-hover link-underline-opacity-0 link-underline-opacity-100-hover">Engine Repair</a>
  339. </li>
  340. </ul>
  341. </div>
  342. </div>
  343. <div class="col-xs-12 col-lg-4 border border-dark border-top-0 border-start-lg-0 border-top-lg border-lg-dark">
  344. <div class="widget p-3 p-md-4 p-xxl-5">
  345. <h4 class="widget-title mb-4">Opening Hours</h4>
  346. <p class="mb-4">We always aim to provide a welcoming environment to deliver exceptional service.</p>
  347. <div>
  348. <div class="row mb-1">
  349. <div class="col-5 col-xl-4">
  350. <span class="fw-bold">Mon - Fri:</span>
  351. </div>
  352. <div class="col-7 col-xl-8">
  353. <span class="text-secondary">9am - 5pm</span>
  354. </div>
  355. </div>
  356. <div class="row mb-1">
  357. <div class="col-5 col-xl-4">
  358. <span class="fw-bold">Sat:</span>
  359. </div>
  360. <div class="col-7 col-xl-8">
  361. <span class="text-secondary">9am - 2pm</span>
  362. </div>
  363. </div>
  364. <div class="row">
  365. <div class="col-5 col-xl-4">
  366. <span class="fw-bold">Sun:</span>
  367. </div>
  368. <div class="col-7 col-xl-8">
  369. <span class="text-secondary">We're Closed</span>
  370. </div>
  371. </div>
  372. </div>
  373. </div>
  374. </div>
  375. </div>
  376. </div>
  377. </div>
  378. </div>
  379. </div>
  380. </section>
  381. <!-- Colophon - Bootstrap Brain Component -->
  382. <div class="pb-4 pb-md-5">
  383. <div class="container overflow-hidden">
  384. <div class="row">
  385. <div class="col">
  386. <div class="container-fluid border border-dark">
  387. <div class="row gy-4 gy-lg-0 p-3 p-md-4 p-xxl-5 align-items-md-center">
  388. <div class="col-xs-12 col-sm-6 col-lg-4 order-0 order-lg-0">
  389. <div class="footer-logo-wrapper text-center text-sm-start">
  390. <a href="#!">
  391. <img src="./assets/img/branding/presta-logo.svg" alt="Presta Logo" class="bsb-tpl-logo-footer">
  392. </a>
  393. </div>
  394. </div>
  395. <div class="col-xs-12 col-lg-4 order-2 order-lg-1">
  396. <div class="colophon-wrapper">
  397. <div class="footer-copyright-wrapper text-center">
  398. &copy; All Rights Reserved.
  399. </div>
  400. <div class="credits text-secondary text-center mt-2 fs-8">
  401. <a target="_blank" href="http://www.mobanwang.com/" title="网页模板" class="link-secondary text-decoration-none">网页模板</a>
  402. </div>
  403. </div>
  404. </div>
  405. <div class="col-xs-12 col-sm-6 col-lg-4 order-1 order-lg-2">
  406. <div class="social-media-wrapper">
  407. <ul class="list-unstyled m-0 p-0 d-flex justify-content-center justify-content-sm-end">
  408. <li class="me-3">
  409. <a href="#!" class="link-dark link-opacity-75-hover">
  410. <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="bi bi-facebook" viewBox="0 0 16 16">
  411. <path d="M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951z" />
  412. </svg>
  413. </a>
  414. </li>
  415. <li class="me-3">
  416. <a href="#!" class="link-dark link-opacity-75-hover">
  417. <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="bi bi-youtube" viewBox="0 0 16 16">
  418. <path d="M8.051 1.999h.089c.822.003 4.987.033 6.11.335a2.01 2.01 0 0 1 1.415 1.42c.101.38.172.883.22 1.402l.01.104.022.26.008.104c.065.914.073 1.77.074 1.957v.075c-.001.194-.01 1.108-.082 2.06l-.008.105-.009.104c-.05.572-.124 1.14-.235 1.558a2.007 2.007 0 0 1-1.415 1.42c-1.16.312-5.569.334-6.18.335h-.142c-.309 0-1.587-.006-2.927-.052l-.17-.006-.087-.004-.171-.007-.171-.007c-1.11-.049-2.167-.128-2.654-.26a2.007 2.007 0 0 1-1.415-1.419c-.111-.417-.185-.986-.235-1.558L.09 9.82l-.008-.104A31.4 31.4 0 0 1 0 7.68v-.123c.002-.215.01-.958.064-1.778l.007-.103.003-.052.008-.104.022-.26.01-.104c.048-.519.119-1.023.22-1.402a2.007 2.007 0 0 1 1.415-1.42c.487-.13 1.544-.21 2.654-.26l.17-.007.172-.006.086-.003.171-.007A99.788 99.788 0 0 1 7.858 2h.193zM6.4 5.209v4.818l4.157-2.408L6.4 5.209z" />
  419. </svg>
  420. </a>
  421. </li>
  422. <li class="me-3">
  423. <a href="#!" class="link-dark link-opacity-75-hover">
  424. <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="bi bi-twitter" viewBox="0 0 16 16">
  425. <path d="M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15z" />
  426. </svg>
  427. </a>
  428. </li>
  429. <li class="">
  430. <a href="#!" class="link-dark link-opacity-75-hover">
  431. <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="bi bi-instagram" viewBox="0 0 16 16">
  432. <path d="M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.917 3.917 0 0 0-1.417.923A3.927 3.927 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.916 3.916 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.926 3.926 0 0 0-.923-1.417A3.911 3.911 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0h.003zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599.28.28.453.546.598.92.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.47 2.47 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.478 2.478 0 0 1-.92-.598 2.48 2.48 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233 0-2.136.008-2.388.046-3.231.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92.28-.28.546-.453.92-.598.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045v.002zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92zm-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217zm0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334z" />
  433. </svg>
  434. </a>
  435. </li>
  436. </ul>
  437. </div>
  438. </div>
  439. </div>
  440. </div>
  441. </div>
  442. </div>
  443. </div>
  444. </div>
  445. </footer>
  446. <!-- Javascript Files: Vendors -->
  447. <script src="{dreamer-cms:template /}assets/controller/bootstrap.bundle.min.js"></script>
  448. <!-- Javascript Files: Controllers -->
  449. <script src="{dreamer-cms:template /}assets/controller/presta-pro-bsb.js"></script>
  450. <!-- BSB Body End -->
  451. </body>
  452. </html>