blog.html 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601
  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>Blog - 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/cssassets/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/css/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 active" 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 active" 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" 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">Blog</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">Our blog shares valuable information sources, providing expert advice, inspiration, and the latest updates relevant to our industry.</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. <!-- Blog 6 - Bootstrap Brain Component -->
  100. <div 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 d-flex">
  104. <article class="d-flex">
  105. <div class="card border border-dark" style="--bs-card-border-radius: 0; --bs-card-inner-border-radius: 0;">
  106. <figure class="card-img-top m-0 overflow-hidden bsb-overlay-hover">
  107. <a href="#!">
  108. <img class="img-fluid bsb-scale bsb-hover-scale-up" loading="lazy" src="./assets/img/blog/blog-image-1.jpg" alt="Spokes">
  109. </a>
  110. <figcaption>
  111. <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" class="bi bi-eye text-white bsb-hover-fadeInLeft" viewBox="0 0 16 16">
  112. <path d="M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8z" />
  113. <path d="M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z" />
  114. </svg>
  115. <h4 class="h6 text-white bsb-hover-fadeInRight mt-2">Read More</h4>
  116. </figcaption>
  117. </figure>
  118. <div class="card-body border-0 bg-white p-4">
  119. <div class="entry-header mb-3">
  120. <ul class="entry-meta list-unstyled d-flex mb-2">
  121. <li>
  122. <a class="link-dark link-opacity-75 link-opacity-100-hover text-decoration-none" href="#!">
  123. <span class="fs-7">25 Dec 2024</span>
  124. </a>
  125. </li>
  126. </ul>
  127. <h2 class="card-title entry-title h4 mb-0">
  128. <a class="link-dark link-opacity-100 link-opacity-75-hover text-decoration-none" href="#!">The Most Widespread Items in the Best Bike Spokes</a>
  129. </h2>
  130. </div>
  131. <p class="card-text entry-summary text-secondary m-0 p-0">
  132. Good spokes will give the entire wheelset more tension, accuracy, and rigidity, allowing the rider to accelerate satisfactorily.
  133. </p>
  134. </div>
  135. </div>
  136. </article>
  137. </div>
  138. <div class="col-12 col-md-6 col-lg-4 d-flex">
  139. <article class="d-flex">
  140. <div class="card border border-dark" style="--bs-card-border-radius: 0; --bs-card-inner-border-radius: 0;">
  141. <figure class="card-img-top m-0 overflow-hidden bsb-overlay-hover">
  142. <a href="#!">
  143. <img class="img-fluid bsb-scale bsb-hover-scale-up" loading="lazy" src="./assets/img/blog/blog-image-2.jpg" alt="Chain">
  144. </a>
  145. <figcaption>
  146. <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" class="bi bi-eye text-white bsb-hover-fadeInDown" viewBox="0 0 16 16">
  147. <path d="M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8z" />
  148. <path d="M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z" />
  149. </svg>
  150. <h4 class="h6 text-white bsb-hover-fadeInUp mt-2">Read More</h4>
  151. </figcaption>
  152. </figure>
  153. <div class="card-body border-0 bg-white p-4">
  154. <div class="entry-header mb-3">
  155. <ul class="entry-meta list-unstyled d-flex mb-2">
  156. <li>
  157. <a class="link-dark link-opacity-75 link-opacity-100-hover text-decoration-none" href="#!">
  158. <span class="fs-7">11 Nov 2024</span>
  159. </a>
  160. </li>
  161. </ul>
  162. <h2 class="card-title entry-title h4 mb-0">
  163. <a class="link-dark link-opacity-100 link-opacity-75-hover text-decoration-none" href="#!">How to Choose a Best Replacement Bike Chain</a>
  164. </h2>
  165. </div>
  166. <p class="card-text entry-summary text-secondary m-0 p-0">
  167. Replacing worn chains with the same model from the same brand is easy, but even this is fraught with complications.
  168. </p>
  169. </div>
  170. </div>
  171. </article>
  172. </div>
  173. <div class="col-12 col-md-6 col-lg-4 d-flex">
  174. <article class="d-flex">
  175. <div class="card border border-dark" style="--bs-card-border-radius: 0; --bs-card-inner-border-radius: 0;">
  176. <figure class="card-img-top m-0 overflow-hidden bsb-overlay-hover">
  177. <a href="#!">
  178. <img class="img-fluid bsb-scale bsb-hover-scale-up" loading="lazy" src="./assets/img/blog/blog-image-3.jpg" alt="Saddles">
  179. </a>
  180. <figcaption>
  181. <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" class="bi bi-eye text-white bsb-hover-fadeInRight" viewBox="0 0 16 16">
  182. <path d="M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8z" />
  183. <path d="M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z" />
  184. </svg>
  185. <h4 class="h6 text-white bsb-hover-fadeInLeft mt-2">Read More</h4>
  186. </figcaption>
  187. </figure>
  188. <div class="card-body border-0 bg-white p-4">
  189. <div class="entry-header mb-3">
  190. <ul class="entry-meta list-unstyled d-flex mb-2">
  191. <li>
  192. <a class="link-dark link-opacity-75 link-opacity-100-hover text-decoration-none" href="#!">
  193. <span class="fs-7">5 Oct 2024</span>
  194. </a>
  195. </li>
  196. </ul>
  197. <h2 class="card-title entry-title h4 mb-0">
  198. <a class="link-dark link-opacity-100 link-opacity-75-hover text-decoration-none" href="#!">The Best Bike Saddles for More Comfortable Miles</a>
  199. </h2>
  200. </div>
  201. <p class="card-text entry-summary text-secondary m-0 p-0">
  202. Different riding styles call for purpose-built bike seats. These expert-approved saddles earned our recommendation.
  203. </p>
  204. </div>
  205. </div>
  206. </article>
  207. </div>
  208. <div class="col-12 col-md-6 col-lg-4 d-flex">
  209. <article class="d-flex">
  210. <div class="card border border-dark" style="--bs-card-border-radius: 0; --bs-card-inner-border-radius: 0;">
  211. <figure class="card-img-top m-0 overflow-hidden bsb-overlay-hover">
  212. <a href="#!">
  213. <img class="img-fluid bsb-scale bsb-hover-scale-up" loading="lazy" src="./assets/img/blog/blog-image-4.jpg" alt="Rear Bike Seat">
  214. </a>
  215. <figcaption>
  216. <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" class="bi bi-eye text-white bsb-hover-fadeInLeft" viewBox="0 0 16 16">
  217. <path d="M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8z" />
  218. <path d="M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z" />
  219. </svg>
  220. <h4 class="h6 text-white bsb-hover-fadeInRight mt-2">Read More</h4>
  221. </figcaption>
  222. </figure>
  223. <div class="card-body border-0 bg-white p-4">
  224. <div class="entry-header mb-3">
  225. <ul class="entry-meta list-unstyled d-flex mb-2">
  226. <li>
  227. <a class="link-dark link-opacity-75 link-opacity-100-hover text-decoration-none" href="#!">
  228. <span class="fs-7">29 Sep 2024</span>
  229. </a>
  230. </li>
  231. </ul>
  232. <h2 class="card-title entry-title h4 mb-0">
  233. <a class="link-dark link-opacity-100 link-opacity-75-hover text-decoration-none" href="#!">Which Brand of Front or Rear Bike Seat is the Most Durable</a>
  234. </h2>
  235. </div>
  236. <p class="card-text entry-summary text-secondary m-0 p-0">
  237. As summer approaches, so do family outings. The warmth, sunshine and long days are perfect for exploring on two wheels.
  238. </p>
  239. </div>
  240. </div>
  241. </article>
  242. </div>
  243. <div class="col-12 col-md-6 col-lg-4 d-flex">
  244. <article class="d-flex">
  245. <div class="card border border-dark" style="--bs-card-border-radius: 0; --bs-card-inner-border-radius: 0;">
  246. <figure class="card-img-top m-0 overflow-hidden bsb-overlay-hover">
  247. <a href="#!">
  248. <img class="img-fluid bsb-scale bsb-hover-scale-up" loading="lazy" src="./assets/img/blog/blog-image-5.jpg" alt="Cycle Buying Guide">
  249. </a>
  250. <figcaption>
  251. <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" class="bi bi-eye text-white bsb-hover-fadeInDown" viewBox="0 0 16 16">
  252. <path d="M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8z" />
  253. <path d="M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z" />
  254. </svg>
  255. <h4 class="h6 text-white bsb-hover-fadeInUp mt-2">Read More</h4>
  256. </figcaption>
  257. </figure>
  258. <div class="card-body border-0 bg-white p-4">
  259. <div class="entry-header mb-3">
  260. <ul class="entry-meta list-unstyled d-flex mb-2">
  261. <li>
  262. <a class="link-dark link-opacity-75 link-opacity-100-hover text-decoration-none" href="#!">
  263. <span class="fs-7">14 Aug 2024</span>
  264. </a>
  265. </li>
  266. </ul>
  267. <h2 class="card-title entry-title h4 mb-0">
  268. <a class="link-dark link-opacity-100 link-opacity-75-hover text-decoration-none" href="#!">Weight Loss: A Cycle Buying Guide for the Beginners</a>
  269. </h2>
  270. </div>
  271. <p class="card-text entry-summary text-secondary m-0 p-0">
  272. Different kinds of bikes are available in the market, but which is perfect depends on your fitness goal and your budget limits.
  273. </p>
  274. </div>
  275. </div>
  276. </article>
  277. </div>
  278. <div class="col-12 col-md-6 col-lg-4 d-flex">
  279. <article class="d-flex">
  280. <div class="card border border-dark" style="--bs-card-border-radius: 0; --bs-card-inner-border-radius: 0;">
  281. <figure class="card-img-top m-0 overflow-hidden bsb-overlay-hover">
  282. <a href="#!">
  283. <img class="img-fluid bsb-scale bsb-hover-scale-up" loading="lazy" src="./assets/img/blog/blog-image-6.jpg" alt="Nuts and Bolts">
  284. </a>
  285. <figcaption>
  286. <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" class="bi bi-eye text-white bsb-hover-fadeInRight" viewBox="0 0 16 16">
  287. <path d="M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8z" />
  288. <path d="M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z" />
  289. </svg>
  290. <h4 class="h6 text-white bsb-hover-fadeInLeft mt-2">Read More</h4>
  291. </figcaption>
  292. </figure>
  293. <div class="card-body border-0 bg-white p-4">
  294. <div class="entry-header mb-3">
  295. <ul class="entry-meta list-unstyled d-flex mb-2">
  296. <li>
  297. <a class="link-dark link-opacity-75 link-opacity-100-hover text-decoration-none" href="#!">
  298. <span class="fs-7">13 Jul 2024</span>
  299. </a>
  300. </li>
  301. </ul>
  302. <h2 class="card-title entry-title h4 mb-0">
  303. <a class="link-dark link-opacity-100 link-opacity-75-hover text-decoration-none" href="#!">How do Mountain Bike Brands Select the Nuts and Bolts</a>
  304. </h2>
  305. </div>
  306. <p class="card-text entry-summary text-secondary m-0 p-0">
  307. One seat post clamp has a 4mm head, and the other a 6mm. We ask experts all questions about bike fasteners.
  308. </p>
  309. </div>
  310. </div>
  311. </article>
  312. </div>
  313. <div class="col-12 col-md-6 col-lg-4 d-flex">
  314. <article class="d-flex">
  315. <div class="card border border-dark" style="--bs-card-border-radius: 0; --bs-card-inner-border-radius: 0;">
  316. <figure class="card-img-top m-0 overflow-hidden bsb-overlay-hover">
  317. <a href="#!">
  318. <img class="img-fluid bsb-scale bsb-hover-scale-up" loading="lazy" src="./assets/img/blog/blog-image-7.jpg" alt="Bike Tyre Sizes">
  319. </a>
  320. <figcaption>
  321. <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" class="bi bi-eye text-white bsb-hover-fadeInLeft" viewBox="0 0 16 16">
  322. <path d="M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8z" />
  323. <path d="M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z" />
  324. </svg>
  325. <h4 class="h6 text-white bsb-hover-fadeInRight mt-2">Read More</h4>
  326. </figcaption>
  327. </figure>
  328. <div class="card-body border-0 bg-white p-4">
  329. <div class="entry-header mb-3">
  330. <ul class="entry-meta list-unstyled d-flex mb-2">
  331. <li>
  332. <a class="link-dark link-opacity-75 link-opacity-100-hover text-decoration-none" href="#!">
  333. <span class="fs-7">26 Jun 2024</span>
  334. </a>
  335. </li>
  336. </ul>
  337. <h2 class="card-title entry-title h4 mb-0">
  338. <a class="link-dark link-opacity-100 link-opacity-75-hover text-decoration-none" href="#!">Bike Tyre Sizes Explained: Our Complete Guide for You</a>
  339. </h2>
  340. </div>
  341. <p class="card-text entry-summary text-secondary m-0 p-0">
  342. Bike tire sizes vary; let us help you identify and understand them so you can easily choose the right tires for your bike.
  343. </p>
  344. </div>
  345. </div>
  346. </article>
  347. </div>
  348. <div class="col-12 col-md-6 col-lg-4 d-flex">
  349. <article class="d-flex">
  350. <div class="card border border-dark" style="--bs-card-border-radius: 0; --bs-card-inner-border-radius: 0;">
  351. <figure class="card-img-top m-0 overflow-hidden bsb-overlay-hover">
  352. <a href="#!">
  353. <img class="img-fluid bsb-scale bsb-hover-scale-up" loading="lazy" src="./assets/img/blog/blog-image-8.jpg" alt="48 Hole Hub">
  354. </a>
  355. <figcaption>
  356. <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" class="bi bi-eye text-white bsb-hover-fadeInDown" viewBox="0 0 16 16">
  357. <path d="M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8z" />
  358. <path d="M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z" />
  359. </svg>
  360. <h4 class="h6 text-white bsb-hover-fadeInUp mt-2">Read More</h4>
  361. </figcaption>
  362. </figure>
  363. <div class="card-body border-0 bg-white p-4">
  364. <div class="entry-header mb-3">
  365. <ul class="entry-meta list-unstyled d-flex mb-2">
  366. <li>
  367. <a class="link-dark link-opacity-75 link-opacity-100-hover text-decoration-none" href="#!">
  368. <span class="fs-7">9 May 2024</span>
  369. </a>
  370. </li>
  371. </ul>
  372. <h2 class="card-title entry-title h4 mb-0">
  373. <a class="link-dark link-opacity-100 link-opacity-75-hover text-decoration-none" href="#!">A Wholesale 48 Hole Hub for Top Bicycle Performance</a>
  374. </h2>
  375. </div>
  376. <p class="card-text entry-summary text-secondary m-0 p-0">
  377. Choosing the right 48-hole hub involves assessing bearing type, material robustness, and brake system compatibility.
  378. </p>
  379. </div>
  380. </div>
  381. </article>
  382. </div>
  383. <div class="col-12 col-md-6 col-lg-4 d-flex">
  384. <article class="d-flex">
  385. <div class="card border border-dark" style="--bs-card-border-radius: 0; --bs-card-inner-border-radius: 0;">
  386. <figure class="card-img-top m-0 overflow-hidden bsb-overlay-hover">
  387. <a href="#!">
  388. <img class="img-fluid bsb-scale bsb-hover-scale-up" loading="lazy" src="./assets/img/blog/blog-image-9.jpg" alt="Bike Pedal">
  389. </a>
  390. <figcaption>
  391. <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" class="bi bi-eye text-white bsb-hover-fadeInRight" viewBox="0 0 16 16">
  392. <path d="M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8z" />
  393. <path d="M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z" />
  394. </svg>
  395. <h4 class="h6 text-white bsb-hover-fadeInLeft mt-2">Read More</h4>
  396. </figcaption>
  397. </figure>
  398. <div class="card-body border-0 bg-white p-4">
  399. <div class="entry-header mb-3">
  400. <ul class="entry-meta list-unstyled d-flex mb-2">
  401. <li>
  402. <a class="link-dark link-opacity-75 link-opacity-100-hover text-decoration-none" href="#!">
  403. <span class="fs-7">2 Apr 2024</span>
  404. </a>
  405. </li>
  406. </ul>
  407. <h2 class="card-title entry-title h4 mb-0">
  408. <a class="link-dark link-opacity-100 link-opacity-75-hover text-decoration-none" href="#!">The Ultimate Bike Pedal Guide for Your Next Ride</a>
  409. </h2>
  410. </div>
  411. <p class="card-text entry-summary text-secondary m-0 p-0">
  412. Pedals make up two of the five touchpoints. They give you a platform for putting down your power and getting moving.
  413. </p>
  414. </div>
  415. </div>
  416. </article>
  417. </div>
  418. </div>
  419. </div>
  420. </div>
  421. </main>
  422. <!-- Footer 1 Pro - Bootstrap Brain Component -->
  423. <footer class="footer pt-3 pt-md-5 pt-xl-6">
  424. <!-- Widgets - Bootstrap Brain Component -->
  425. <section class="py-4 py-md-5">
  426. <div class="container overflow-hidden">
  427. <div class="row">
  428. <div class="col-12">
  429. <div class="container-fluid">
  430. <div class="row">
  431. <div class="col-xs-12 col-lg-4 border border-dark">
  432. <div class="widget p-3 p-md-4 p-xxl-5">
  433. <h4 class="widget-title mb-4">Get in Touch</h4>
  434. <address class="mb-4">8014 Edith Blvd NE, Albuquerque, New York, United States</address>
  435. <p class="mb-1">
  436. <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>
  437. </p>
  438. <p class="mb-0">
  439. <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>
  440. </p>
  441. </div>
  442. </div>
  443. <div class="col-xs-12 col-lg-4 border border-dark border-top-0 border-start-lg-0 border-top-lg border-lg-dark">
  444. <div class="widget p-3 p-md-4 p-xxl-5">
  445. <h4 class="widget-title mb-4">Services</h4>
  446. <ul class="list-unstyled m-0 p-0">
  447. <li class="mb-2">
  448. <a href="#!" class="link-dark link-offset-1 link-opacity-75-hover link-underline-opacity-0 link-underline-opacity-100-hover">Brake Repair</a>
  449. </li>
  450. <li class="mb-2">
  451. <a href="#!" class="link-dark link-offset-1 link-opacity-75-hover link-underline-opacity-0 link-underline-opacity-100-hover">Tire Balance</a>
  452. </li>
  453. <li class="mb-2">
  454. <a href="#!" class="link-dark link-offset-1 link-opacity-75-hover link-underline-opacity-0 link-underline-opacity-100-hover">Oil Change</a>
  455. </li>
  456. <li class="mb-2">
  457. <a href="#!" class="link-dark link-offset-1 link-opacity-75-hover link-underline-opacity-0 link-underline-opacity-100-hover">Car Wash</a>
  458. </li>
  459. <li class="mb-0">
  460. <a href="#!" class="link-dark link-offset-1 link-opacity-75-hover link-underline-opacity-0 link-underline-opacity-100-hover">Engine Repair</a>
  461. </li>
  462. </ul>
  463. </div>
  464. </div>
  465. <div class="col-xs-12 col-lg-4 border border-dark border-top-0 border-start-lg-0 border-top-lg border-lg-dark">
  466. <div class="widget p-3 p-md-4 p-xxl-5">
  467. <h4 class="widget-title mb-4">Opening Hours</h4>
  468. <p class="mb-4">We always aim to provide a welcoming environment to deliver exceptional service.</p>
  469. <div>
  470. <div class="row mb-1">
  471. <div class="col-5 col-xl-4">
  472. <span class="fw-bold">Mon - Fri:</span>
  473. </div>
  474. <div class="col-7 col-xl-8">
  475. <span class="text-secondary">9am - 5pm</span>
  476. </div>
  477. </div>
  478. <div class="row mb-1">
  479. <div class="col-5 col-xl-4">
  480. <span class="fw-bold">Sat:</span>
  481. </div>
  482. <div class="col-7 col-xl-8">
  483. <span class="text-secondary">9am - 2pm</span>
  484. </div>
  485. </div>
  486. <div class="row">
  487. <div class="col-5 col-xl-4">
  488. <span class="fw-bold">Sun:</span>
  489. </div>
  490. <div class="col-7 col-xl-8">
  491. <span class="text-secondary">We're Closed</span>
  492. </div>
  493. </div>
  494. </div>
  495. </div>
  496. </div>
  497. </div>
  498. </div>
  499. </div>
  500. </div>
  501. </div>
  502. </section>
  503. <!-- Colophon - Bootstrap Brain Component -->
  504. <div class="pb-4 pb-md-5">
  505. <div class="container overflow-hidden">
  506. <div class="row">
  507. <div class="col">
  508. <div class="container-fluid border border-dark">
  509. <div class="row gy-4 gy-lg-0 p-3 p-md-4 p-xxl-5 align-items-md-center">
  510. <div class="col-xs-12 col-sm-6 col-lg-4 order-0 order-lg-0">
  511. <div class="footer-logo-wrapper text-center text-sm-start">
  512. <a href="#!">
  513. <img src="./assets/img/branding/presta-logo.svg" alt="Presta Logo" class="bsb-tpl-logo-footer">
  514. </a>
  515. </div>
  516. </div>
  517. <div class="col-xs-12 col-lg-4 order-2 order-lg-1">
  518. <div class="colophon-wrapper">
  519. <div class="footer-copyright-wrapper text-center">
  520. &copy; All Rights Reserved.
  521. </div>
  522. <div class="credits text-secondary text-center mt-2 fs-8">
  523. <a target="_blank" href="http://www.mobanwang.com/" title="网页模板" class="link-secondary text-decoration-none">网页模板</a>
  524. </div>
  525. </div>
  526. </div>
  527. <div class="col-xs-12 col-sm-6 col-lg-4 order-1 order-lg-2">
  528. <div class="social-media-wrapper">
  529. <ul class="list-unstyled m-0 p-0 d-flex justify-content-center justify-content-sm-end">
  530. <li class="me-3">
  531. <a href="#!" class="link-dark link-opacity-75-hover">
  532. <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="bi bi-facebook" viewBox="0 0 16 16">
  533. <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" />
  534. </svg>
  535. </a>
  536. </li>
  537. <li class="me-3">
  538. <a href="#!" class="link-dark link-opacity-75-hover">
  539. <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="bi bi-youtube" viewBox="0 0 16 16">
  540. <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" />
  541. </svg>
  542. </a>
  543. </li>
  544. <li class="me-3">
  545. <a href="#!" class="link-dark link-opacity-75-hover">
  546. <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="bi bi-twitter" viewBox="0 0 16 16">
  547. <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" />
  548. </svg>
  549. </a>
  550. </li>
  551. <li class="">
  552. <a href="#!" class="link-dark link-opacity-75-hover">
  553. <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="bi bi-instagram" viewBox="0 0 16 16">
  554. <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" />
  555. </svg>
  556. </a>
  557. </li>
  558. </ul>
  559. </div>
  560. </div>
  561. </div>
  562. </div>
  563. </div>
  564. </div>
  565. </div>
  566. </div>
  567. </footer>
  568. <!-- Javascript Files: Vendors -->
  569. <script src="{dreamer-cms:template /}assets/controller/bootstrap.bundle.min.js"></script>
  570. <!-- Javascript Files: Controllers -->
  571. <script src="{dreamer-cms:template /}assets/controller/presta-pro-bsb.js"></script>
  572. <!-- BSB Body End -->
  573. <script>(function(){if (!document.body) return;var js = "window['__CF$cv$params']={r:'88a3751e1bb0948d',t:'MTcxNjc4NjE5Ni4zMTYwMDA='};_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js',document.getElementsByTagName('head')[0].appendChild(_cpo);";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width = 1;_0xh.style.position = 'absolute';_0xh.style.top = 0;_0xh.style.left = 0;_0xh.style.border = 'none';_0xh.style.visibility = 'hidden';document.body.appendChild(_0xh);function handler() {var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;if (_0xi) {var _0xj = _0xi.createElement('script');_0xj.innerHTML = js;_0xi.getElementsByTagName('head')[0].appendChild(_0xj);}}if (document.readyState !== 'loading') {handler();} else if (window.addEventListener) {document.addEventListener('DOMContentLoaded', handler);} else {var prev = document.onreadystatechange || function () {};document.onreadystatechange = function (e) {prev(e);if (document.readyState !== 'loading') {document.onreadystatechange = prev;handler();}};}})();</script></body>
  574. </html>