_header.liquid 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494
  1. <!-- _header.template -->
  2. <div class="header">
  3. <!-- Top Bar -->
  4. <div class="top-navbar">
  5. <div class="container">
  6. <div class="row">
  7. <div class="col-md-6">
  8. {% comment %}<span class="aux-text d-none d-md-inline-block">{% endcomment %}
  9. {% comment %}<ul class="inline-links inline-links--style-1">{% endcomment %}
  10. {% comment %}<li class="d-none d-lg-inline-block">{% endcomment %}
  11. {% comment %}Mobile Phone Accessories Wholesale supplier - Mietubl </li>{% endcomment %}
  12. {% comment %}<li>{% endcomment %}
  13. {% comment %}<i class="fa fa-envelope"></i>{% endcomment %}
  14. {% comment %}<a href="#">support@Mietubl.com</a>{% endcomment %}
  15. {% comment %}</li>{% endcomment %}
  16. {% comment %}</ul>{% endcomment %}
  17. {% comment %}</span>{% endcomment %}
  18. </div>
  19. <div class="col-md-6">
  20. <nav class="top-navbar-menu">
  21. <ul class="top-menu">
  22. {% comment %}<li><a href="#">Sign in</a></li>{% endcomment %}
  23. {% comment %}<li><a href="#">Create account</a></li>{% endcomment %}
  24. {% comment %}<li><a href="#" data-toggle="global-search"><i class="fa fa-search"></i></a></li>{% endcomment %}
  25. {% comment %}<li class="dropdown">{% endcomment %}
  26. {% comment %}<a href="#">{% endcomment %}
  27. {% comment %}<i class="fa fa-shopping-cart"></i>{% endcomment %}
  28. {% comment %}</a>{% endcomment %}
  29. {% comment %}<ul class="sub-menu">{% endcomment %}
  30. {% comment %}<li>{% endcomment %}
  31. {% comment %}<div class="dropdown-cart px-0">{% endcomment %}
  32. {% comment %}<div class="dc-header">{% endcomment %}
  33. {% comment %}<h3 class="heading heading-6 strong-600">Cart</h3>{% endcomment %}
  34. {% comment %}</div>{% endcomment %}
  35. {% comment %}<div class="dc-item">{% endcomment %}
  36. {% comment %}<div class="d-flex align-items-center">{% endcomment %}
  37. {% comment %}<div class="dc-image">{% endcomment %}
  38. {% comment %}<a href="#">{% endcomment %}
  39. {% comment %}<img src="/static/picture/img-1a.png" class="img-fluid" alt="">{% endcomment %}
  40. {% comment %}</a>{% endcomment %}
  41. {% comment %}</div>{% endcomment %}
  42. {% comment %}<div class="dc-content">{% endcomment %}
  43. {% comment %}<span class="d-block dc-product-name text-capitalize strong-600 mb-1">{% endcomment %}
  44. {% comment %}<a href="#">{% endcomment %}
  45. {% comment %}Wood phone case{% endcomment %}
  46. {% comment %}</a>{% endcomment %}
  47. {% comment %}</span>{% endcomment %}
  48. {% comment %}{% endcomment %}
  49. {% comment %}<span class="dc-quantity">x2</span>{% endcomment %}
  50. {% comment %}<span class="dc-price">$50.00</span>{% endcomment %}
  51. {% comment %}</div>{% endcomment %}
  52. {% comment %}<div class="dc-actions">{% endcomment %}
  53. {% comment %}<button>{% endcomment %}
  54. {% comment %}<i class="ion-close"></i>{% endcomment %}
  55. {% comment %}</button>{% endcomment %}
  56. {% comment %}</div>{% endcomment %}
  57. {% comment %}</div>{% endcomment %}
  58. {% comment %}</div>{% endcomment %}
  59. {% comment %}{% endcomment %}
  60. {% comment %}<div class="dc-item">{% endcomment %}
  61. {% comment %}<div class="d-flex align-items-center">{% endcomment %}
  62. {% comment %}<div class="dc-image">{% endcomment %}
  63. {% comment %}<a href="#">{% endcomment %}
  64. {% comment %}<img src="/static/picture/img-2a.png" class="img-fluid" alt="">{% endcomment %}
  65. {% comment %}</a>{% endcomment %}
  66. {% comment %}</div>{% endcomment %}
  67. {% comment %}<div class="dc-content">{% endcomment %}
  68. {% comment %}<span class="d-block dc-product-name text-capitalize strong-600 mb-1">{% endcomment %}
  69. {% comment %}<a href="#">{% endcomment %}
  70. {% comment %}Leather bag{% endcomment %}
  71. {% comment %}</a>{% endcomment %}
  72. {% comment %}</span>{% endcomment %}
  73. {% comment %}{% endcomment %}
  74. {% comment %}<span class="dc-quantity">x1</span>{% endcomment %}
  75. {% comment %}<span class="dc-price">$250.00</span>{% endcomment %}
  76. {% comment %}</div>{% endcomment %}
  77. {% comment %}<div class="dc-actions">{% endcomment %}
  78. {% comment %}<button>{% endcomment %}
  79. {% comment %}<i class="ion-close"></i>{% endcomment %}
  80. {% comment %}</button>{% endcomment %}
  81. {% comment %}</div>{% endcomment %}
  82. {% comment %}</div>{% endcomment %}
  83. {% comment %}</div>{% endcomment %}
  84. {% comment %}{% endcomment %}
  85. {% comment %}<div class="dc-item">{% endcomment %}
  86. {% comment %}<div class="d-flex align-items-center">{% endcomment %}
  87. {% comment %}<div class="dc-image">{% endcomment %}
  88. {% comment %}<a href="#">{% endcomment %}
  89. {% comment %}<img src="/static/picture/img-3a.png" class="img-fluid" alt="">{% endcomment %}
  90. {% comment %}</a>{% endcomment %}
  91. {% comment %}</div>{% endcomment %}
  92. {% comment %}<div class="dc-content">{% endcomment %}
  93. {% comment %}<span class="d-block dc-product-name text-capitalize strong-600 mb-1">{% endcomment %}
  94. {% comment %}<a href="#">{% endcomment %}
  95. {% comment %}Brown leather wallet{% endcomment %}
  96. {% comment %}</a>{% endcomment %}
  97. {% comment %}</span>{% endcomment %}
  98. {% comment %}{% endcomment %}
  99. {% comment %}<span class="dc-quantity">x1</span>{% endcomment %}
  100. {% comment %}<span class="dc-price">$99.00</span>{% endcomment %}
  101. {% comment %}</div>{% endcomment %}
  102. {% comment %}<div class="dc-actions">{% endcomment %}
  103. {% comment %}<button>{% endcomment %}
  104. {% comment %}<i class="ion-close"></i>{% endcomment %}
  105. {% comment %}</button>{% endcomment %}
  106. {% comment %}</div>{% endcomment %}
  107. {% comment %}</div>{% endcomment %}
  108. {% comment %}</div>{% endcomment %}
  109. {% comment %}<div class="dc-item py-4">{% endcomment %}
  110. {% comment %}<span class="subtotal-text">Subtotal</span>{% endcomment %}
  111. {% comment %}<span class="subtotal-amount">$450.00</span>{% endcomment %}
  112. {% comment %}</div>{% endcomment %}
  113. {% comment %}<div class="py-4 text-center">{% endcomment %}
  114. {% comment %}<ul class="inline-links inline-links--style-3">{% endcomment %}
  115. {% comment %}<li class="pr-3">{% endcomment %}
  116. {% comment %}<a href="#" class="link link--style-2 text-capitalize">{% endcomment %}
  117. {% comment %}<i class="ion-person"></i> My account{% endcomment %}
  118. {% comment %}</a>{% endcomment %}
  119. {% comment %}</li>{% endcomment %}
  120. {% comment %}<li class="pr-3">{% endcomment %}
  121. {% comment %}<a href="#" class="link link--style-1 text-capitalize">{% endcomment %}
  122. {% comment %}<i class="ion-bag"></i> View cart{% endcomment %}
  123. {% comment %}</a>{% endcomment %}
  124. {% comment %}</li>{% endcomment %}
  125. {% comment %}<li>{% endcomment %}
  126. {% comment %}<a href="#" class="link link--style-1 text-capitalize">{% endcomment %}
  127. {% comment %}<i class="ion-forward"></i> Checkout{% endcomment %}
  128. {% comment %}</a>{% endcomment %}
  129. {% comment %}</li>{% endcomment %}
  130. {% comment %}</ul>{% endcomment %}
  131. {% comment %}</div>{% endcomment %}
  132. {% comment %}</div>{% endcomment %}
  133. {% comment %}</li>{% endcomment %}
  134. {% comment %}</ul>{% endcomment %}
  135. {% comment %}</li>{% endcomment %}
  136. {% comment %}<li class="aux-languages dropdown">{% endcomment %}
  137. {% comment %}<a href="#">{% endcomment %}
  138. {% comment %}<img src="/static/picture/ro.png">{% endcomment %}
  139. {% comment %}</a>{% endcomment %}
  140. {% comment %}<ul id="auxLanguages" class="sub-menu">{% endcomment %}
  141. {% comment %}<li>{% endcomment %}
  142. {% comment %}<a href="#"><span class="language">German</span></a>{% endcomment %}
  143. {% comment %}</li>{% endcomment %}
  144. {% comment %}<li>{% endcomment %}
  145. {% comment %}<span class="language language-active">English</span>{% endcomment %}
  146. {% comment %}</li>{% endcomment %}
  147. {% comment %}<li>{% endcomment %}
  148. {% comment %}<a href="#"><span class="language">Greek</span></a>{% endcomment %}
  149. {% comment %}</li>{% endcomment %}
  150. {% comment %}<li>{% endcomment %}
  151. {% comment %}<a href="#"><span class="language">Spanish</span></a>{% endcomment %}
  152. {% comment %}</li>{% endcomment %}
  153. {% comment %}</ul>{% endcomment %}
  154. {% comment %}</li>{% endcomment %}
  155. {% comment %}<li><a href="#" class="btn-st-trigger" data-effect="st-effect-1"><i class="fa fa-ellipsis-h"></i></a></li>{% endcomment %}
  156. </ul>
  157. </nav>
  158. </div>
  159. </div>
  160. </div>
  161. </div>
  162. <!-- Global Search -->
  163. <section id="sctGlobalSearch" class="global-search global-search-overlay">
  164. <div class="container">
  165. <div class="global-search-backdrop mask-dark--style-2"></div>
  166. <!-- Search form -->
  167. <form class="form-horizontal form-global-search z-depth-2-top" role="form">
  168. <div class="px-4">
  169. <div class="row">
  170. <div class="col-12">
  171. <input type="text" class="search-input" placeholder="Type and hit enter ...">
  172. </div>
  173. </div>
  174. </div>
  175. <a href="#" class="close-search" data-toggle="global-search" title="Close search bar"></a>
  176. </form>
  177. </div>
  178. </section>
  179. <!-- Navbar -->
  180. <nav class="navbar navbar-expand-lg navbar--bold navbar--style-2 navbar-light bg-default navbar--shadow">
  181. <div class="container navbar-container">
  182. <!-- Brand/Logo -->
  183. <a class="navbar-brand" href="/">
  184. {% if site.dist.logo %}
  185. <img src="{{ site.image_base_url }}{{ site.dist.logo }}" alt="Cover Image">
  186. {% else %}
  187. <img src="/static/images/logo.svg" class="" alt="mtb" style="height: 50px;">
  188. {% endif %}
  189. </a>
  190. <div class="d-inline-block">
  191. <!-- Navbar toggler -->
  192. <button class="navbar-toggler hamburger hamburger-js hamburger--spring" type="button" data-toggle="collapse" data-target="#navbar_main" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
  193. <span class="hamburger-box">
  194. <span class="hamburger-inner"></span>
  195. </span>
  196. </button>
  197. </div>
  198. <div class="collapse navbar-collapse align-items-center justify-content-center" id="navbar_main">
  199. <!-- Navbar search - For small resolutions -->
  200. <div class="navbar-search-widget b-xs-bottom py-3 d-lg-none d-none">
  201. <form class="" role="form">
  202. <div class="input-group input-group-lg">
  203. <input type="text" class="form-control" placeholder="Search for...">
  204. <span class="input-group-btn">
  205. <button class="btn btn-base-3" type="button">Go!</button>
  206. </span>
  207. </div>
  208. </form>
  209. </div>
  210. <!-- Navbar links -->
  211. <ul class="navbar-nav">
  212. <li class="nav-item dropdown megamenu">
  213. <a class="nav-link" href="/">
  214. Home
  215. </a>
  216. </li>
  217. <li class="nav-item dropdown">
  218. <a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
  219. Products
  220. </a>
  221. <div class="dropdown-menu dropdown-menu-xl py-0 px-0 overflow--hidden" aria-labelledby="navbar_1_dropdown_1">
  222. <div class="list-group rounded">
  223. <a href="/products/categories/1" class="list-group-item list-group-item-action d-flex align-items-center">
  224. <div class="list-group-content">
  225. <div class="list-group-heading heading heading-6 mb-1">Category 1</div>
  226. <p class="text-sm mb-0">Category 1</p>
  227. </div>
  228. </a>
  229. <a href="/products/categories/2" class="list-group-item list-group-item-action d-flex align-items-center">
  230. <div class="list-group-content">
  231. <div class="list-group-heading heading heading-6 mb-1">Category 2</div>
  232. <p class="text-sm mb-0">Category 2</p>
  233. </div>
  234. </a>
  235. </div>
  236. </div>
  237. </li>
  238. <li class="nav-item dropdown megamenu">
  239. <a class="nav-link" href="/collections/news">
  240. News
  241. </a>
  242. </li>
  243. <li class="nav-item dropdown megamenu">
  244. <a class="nav-link" href="/pages/about-us">
  245. About Us
  246. </a>
  247. </li>
  248. {% comment %}<li class="nav-item dropdown megamenu">{% endcomment %}
  249. {% comment %}<a class="nav-link" href="../../demos.html">{% endcomment %}
  250. {% comment %}Posts{% endcomment %}
  251. {% comment %}</a>{% endcomment %}
  252. {% comment %}</li>{% endcomment %}
  253. <li class="nav-item dropdown megamenu">
  254. <a class="nav-link" href="/contact">
  255. Contact
  256. </a>
  257. </li>
  258. {% comment %}<li class="nav-item dropdown megamenu">{% endcomment %}
  259. {% comment %}<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">{% endcomment %}
  260. {% comment %}Components{% endcomment %}
  261. {% comment %}</a>{% endcomment %}
  262. {% comment %}{% endcomment %}
  263. {% comment %}<div class="dropdown-menu">{% endcomment %}
  264. {% comment %}<div class="mega-dropdown-menu row row-no-padding">{% endcomment %}
  265. {% comment %}<div class="mega-dropdown-col mega-dropdown-col-cover mega-dropdown-col-cover--left col-lg-5 d-none d-lg-block d-xl-block" style="background-image: url(static/images/img-14-1000x900.jpg); background-position: center center;">{% endcomment %}
  266. {% comment %}<span class="mask mask-base-1--style-1 alpha-8"></span>{% endcomment %}
  267. {% comment %}<div class="mega-dropdown-col-inner d-flex align-items-center no-padding">{% endcomment %}
  268. {% comment %}<div class="col">{% endcomment %}
  269. {% comment %}<div class="row align-items-center">{% endcomment %}
  270. {% comment %}<div class="col-12">{% endcomment %}
  271. {% comment %}<div class="px-4">{% endcomment %}
  272. {% comment %}<h2 class="heading heading-2 strong-600 c-white">{% endcomment %}
  273. {% comment %}Documentation and Shortcodes{% endcomment %}
  274. {% comment %}</h2>{% endcomment %}
  275. {% comment %}<p class="strong-300 c-white mt-4">{% endcomment %}
  276. {% comment %}Get started fast and easy with mtb using the documentation and shortcode examples. No matter{% endcomment %}
  277. {% comment %}you are a developer or new to web design, you will{% endcomment %}
  278. {% comment %}find our theme very easy to customize with{% endcomment %}
  279. {% comment %}an intuitive HTML markup.{% endcomment %}
  280. {% comment %}</p>{% endcomment %}
  281. {% comment %}<div class="btn-container mt-5">{% endcomment %}
  282. {% comment %}<a href="../../documentation/getting-started/introduction.html" target="_blank" class="btn btn-styled btn-white btn-outline btn-circle">Read the Docs</a>{% endcomment %}
  283. {% comment %}</div>{% endcomment %}
  284. {% comment %}</div>{% endcomment %}
  285. {% comment %}</div>{% endcomment %}
  286. {% comment %}</div>{% endcomment %}
  287. {% comment %}</div>{% endcomment %}
  288. {% comment %}</div>{% endcomment %}
  289. {% comment %}</div>{% endcomment %}
  290. {% comment %}{% endcomment %}
  291. {% comment %}<div class="col-md-4 col-lg-2 ml-lg-auto">{% endcomment %}
  292. {% comment %}<ul class="megadropdown-links">{% endcomment %}
  293. {% comment %}<li>{% endcomment %}
  294. {% comment %}<a class="dropdown-item" href="../../documentation/components/alerts.html">{% endcomment %}
  295. {% comment %}Alerts{% endcomment %}
  296. {% comment %}</a>{% endcomment %}
  297. {% comment %}</li>{% endcomment %}
  298. {% comment %}<li>{% endcomment %}
  299. {% comment %}<a class="dropdown-item" href="../../documentation/components/badges.html">{% endcomment %}
  300. {% comment %}Badges{% endcomment %}
  301. {% comment %}</a>{% endcomment %}
  302. {% comment %}</li>{% endcomment %}
  303. {% comment %}<li>{% endcomment %}
  304. {% comment %}<a class="dropdown-item" href="../../documentation/components/buttons.html">{% endcomment %}
  305. {% comment %}Buttons{% endcomment %}
  306. {% comment %}</a>{% endcomment %}
  307. {% comment %}</li>{% endcomment %}
  308. {% comment %}<li>{% endcomment %}
  309. {% comment %}<a class="dropdown-item" href="../../documentation/components/cards.html">{% endcomment %}
  310. {% comment %}Cards{% endcomment %}
  311. {% comment %}</a>{% endcomment %}
  312. {% comment %}</li>{% endcomment %}
  313. {% comment %}<li>{% endcomment %}
  314. {% comment %}<a class="dropdown-item" href="../../documentation/components/collapse.html">{% endcomment %}
  315. {% comment %}Collapse{% endcomment %}
  316. {% comment %}</a>{% endcomment %}
  317. {% comment %}</li>{% endcomment %}
  318. {% comment %}<li>{% endcomment %}
  319. {% comment %}<a class="dropdown-item" href="../../documentation/components/countdown.html">{% endcomment %}
  320. {% comment %}Countdown{% endcomment %}
  321. {% comment %}</a>{% endcomment %}
  322. {% comment %}</li>{% endcomment %}
  323. {% comment %}<li>{% endcomment %}
  324. {% comment %}<a class="dropdown-item" href="../../documentation/components/dropdown.html">{% endcomment %}
  325. {% comment %}Dropdowns{% endcomment %}
  326. {% comment %}</a>{% endcomment %}
  327. {% comment %}</li>{% endcomment %}
  328. {% comment %}{% endcomment %}
  329. {% comment %}<li>{% endcomment %}
  330. {% comment %}<a class="dropdown-item" href="../../documentation/components/forms.html">{% endcomment %}
  331. {% comment %}Forms{% endcomment %}
  332. {% comment %}</a>{% endcomment %}
  333. {% comment %}</li>{% endcomment %}
  334. {% comment %}<li>{% endcomment %}
  335. {% comment %}<a class="dropdown-item" href="../../documentation/components/instagram.html">{% endcomment %}
  336. {% comment %}Instagram{% endcomment %}
  337. {% comment %}</a>{% endcomment %}
  338. {% comment %}</li>{% endcomment %}
  339. {% comment %}<li>{% endcomment %}
  340. {% comment %}<a class="dropdown-item" href="../../documentation/components/lightbox.html">{% endcomment %}
  341. {% comment %}Lightbox{% endcomment %}
  342. {% comment %}</a>{% endcomment %}
  343. {% comment %}</li>{% endcomment %}
  344. {% comment %}<li>{% endcomment %}
  345. {% comment %}<a class="dropdown-item" href="../../documentation/components/maps.html">{% endcomment %}
  346. {% comment %}Maps{% endcomment %}
  347. {% comment %}</a>{% endcomment %}
  348. {% comment %}</li>{% endcomment %}
  349. {% comment %}<li>{% endcomment %}
  350. {% comment %}<a class="dropdown-item" href="../../documentation/components/masonry.html">{% endcomment %}
  351. {% comment %}Masonry{% endcomment %}
  352. {% comment %}</a>{% endcomment %}
  353. {% comment %}</li>{% endcomment %}
  354. {% comment %}</ul>{% endcomment %}
  355. {% comment %}</div>{% endcomment %}
  356. {% comment %}{% endcomment %}
  357. {% comment %}<div class="col-md-4 col-lg-2">{% endcomment %}
  358. {% comment %}<ul class="megadropdown-links">{% endcomment %}
  359. {% comment %}<li>{% endcomment %}
  360. {% comment %}<a class="dropdown-item" href="../../documentation/components/pagination.html">{% endcomment %}
  361. {% comment %}Pagination{% endcomment %}
  362. {% comment %}</a>{% endcomment %}
  363. {% comment %}</li>{% endcomment %}
  364. {% comment %}<li>{% endcomment %}
  365. {% comment %}<a class="dropdown-item" href="../../documentation/components/progress.html">{% endcomment %}
  366. {% comment %}Progress bars{% endcomment %}
  367. {% comment %}</a>{% endcomment %}
  368. {% comment %}</li>{% endcomment %}
  369. {% comment %}<li>{% endcomment %}
  370. {% comment %}<a class="dropdown-item" href="../../documentation/components/recaptcha.html">{% endcomment %}
  371. {% comment %}Recaptcha{% endcomment %}
  372. {% comment %}</a>{% endcomment %}
  373. {% comment %}</li>{% endcomment %}
  374. {% comment %}<li>{% endcomment %}
  375. {% comment %}<a class="dropdown-item" href="../../documentation/content/titles.html">{% endcomment %}
  376. {% comment %}Section titles{% endcomment %}
  377. {% comment %}</a>{% endcomment %}
  378. {% comment %}</li>{% endcomment %}
  379. {% comment %}<li>{% endcomment %}
  380. {% comment %}<a class="dropdown-item" href="../../documentation/components/forms.html#ex_component_sliders">{% endcomment %}
  381. {% comment %}Sliders{% endcomment %}
  382. {% comment %}</a>{% endcomment %}
  383. {% comment %}</li>{% endcomment %}
  384. {% comment %}<li>{% endcomment %}
  385. {% comment %}<a class="dropdown-item" href="../../documentation/components/tabs.html">{% endcomment %}
  386. {% comment %}Tabs{% endcomment %}
  387. {% comment %}</a>{% endcomment %}
  388. {% comment %}</li>{% endcomment %}
  389. {% comment %}<li>{% endcomment %}
  390. {% comment %}<a class="dropdown-item" href="../../documentation/components/typed-animations.html">{% endcomment %}
  391. {% comment %}Typed animations{% endcomment %}
  392. {% comment %}</a>{% endcomment %}
  393. {% comment %}</li>{% endcomment %}
  394. {% comment %}<li>{% endcomment %}
  395. {% comment %}<a class="dropdown-item" href="../../documentation/blocks/headers.html">{% endcomment %}
  396. {% comment %}Headers{% endcomment %}
  397. {% comment %}</a>{% endcomment %}
  398. {% comment %}</li>{% endcomment %}
  399. {% comment %}<li>{% endcomment %}
  400. {% comment %}<a class="dropdown-item" href="../../html/default/sliders/mtb-slider/index.html">{% endcomment %}
  401. {% comment %}Boomerang slider{% endcomment %}
  402. {% comment %}</a>{% endcomment %}
  403. {% comment %}</li>{% endcomment %}
  404. {% comment %}<li>{% endcomment %}
  405. {% comment %}<a class="dropdown-item" href="../../html/default/sliders/revolution-slider/index.html">{% endcomment %}
  406. {% comment %}Revolution slider{% endcomment %}
  407. {% comment %}</a>{% endcomment %}
  408. {% comment %}</li>{% endcomment %}
  409. {% comment %}<li>{% endcomment %}
  410. {% comment %}<a class="dropdown-item" href="../../documentation/blocks/footers.html">{% endcomment %}
  411. {% comment %}Footers{% endcomment %}
  412. {% comment %}</a>{% endcomment %}
  413. {% comment %}</li>{% endcomment %}
  414. {% comment %}<li>{% endcomment %}
  415. {% comment %}<a class="dropdown-item" href="../../documentation/blocks/hero.html">{% endcomment %}
  416. {% comment %}Hero blocks{% endcomment %}
  417. {% comment %}</a>{% endcomment %}
  418. {% comment %}</li>{% endcomment %}
  419. {% comment %}</ul>{% endcomment %}
  420. {% comment %}</div>{% endcomment %}
  421. {% comment %}{% endcomment %}
  422. {% comment %}<div class="col-md-4 col-lg-2">{% endcomment %}
  423. {% comment %}<ul class="megadropdown-links">{% endcomment %}
  424. {% comment %}{% endcomment %}
  425. {% comment %}<li>{% endcomment %}
  426. {% comment %}<a class="dropdown-item" href="../../documentation/blocks/icon.html">{% endcomment %}
  427. {% comment %}Icon blocks{% endcomment %}
  428. {% comment %}</a>{% endcomment %}
  429. {% comment %}</li>{% endcomment %}
  430. {% comment %}<li>{% endcomment %}
  431. {% comment %}<a class="dropdown-item" href="../../documentation/blocks/jobs.html">{% endcomment %}
  432. {% comment %}Job blocks{% endcomment %}
  433. {% comment %}</a>{% endcomment %}
  434. {% comment %}</li>{% endcomment %}
  435. {% comment %}<li>{% endcomment %}
  436. {% comment %}<a class="dropdown-item" href="../../documentation/blocks/pricing.html">{% endcomment %}
  437. {% comment %}Pricing blocks{% endcomment %}
  438. {% comment %}</a>{% endcomment %}
  439. {% comment %}</li>{% endcomment %}
  440. {% comment %}<li>{% endcomment %}
  441. {% comment %}<a class="dropdown-item" href="../../documentation/blocks/product.html">{% endcomment %}
  442. {% comment %}Product blocks{% endcomment %}
  443. {% comment %}</a>{% endcomment %}
  444. {% comment %}</li>{% endcomment %}
  445. {% comment %}<li>{% endcomment %}
  446. {% comment %}<a class="dropdown-item" href="../../documentation/blocks/real-estate.html">{% endcomment %}
  447. {% comment %}Real-Estate blocks{% endcomment %}
  448. {% comment %}</a>{% endcomment %}
  449. {% comment %}</li>{% endcomment %}
  450. {% comment %}<li>{% endcomment %}
  451. {% comment %}<a class="dropdown-item" href="../../documentation/blocks/team.html">{% endcomment %}
  452. {% comment %}Team blocks{% endcomment %}
  453. {% comment %}</a>{% endcomment %}
  454. {% comment %}</li>{% endcomment %}
  455. {% comment %}<li>{% endcomment %}
  456. {% comment %}<a class="dropdown-item" href="../../documentation/blocks/testimonials.html">{% endcomment %}
  457. {% comment %}Testimonial blocks{% endcomment %}
  458. {% comment %}</a>{% endcomment %}
  459. {% comment %}</li>{% endcomment %}
  460. {% comment %}{% endcomment %}
  461. {% comment %}<li>{% endcomment %}
  462. {% comment %}<a class="dropdown-item" href="../../documentation/blocks/comments.html">{% endcomment %}
  463. {% comment %}Comment blocks{% endcomment %}
  464. {% comment %}</a>{% endcomment %}
  465. {% comment %}</li>{% endcomment %}
  466. {% comment %}</ul>{% endcomment %}
  467. {% comment %}</div>{% endcomment %}
  468. {% comment %}</div>{% endcomment %}
  469. {% comment %}</div>{% endcomment %}
  470. {% comment %}</li>{% endcomment %}
  471. </ul>
  472. </div>
  473. </div>
  474. </nav>
  475. </div>