blank.html 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738
  1. <!doctype html>
  2. <!--
  3. * Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
  4. * @version 1.0.0-alpha.4
  5. * @link https://github.com/tabler/tabler
  6. * Copyright 2018-2019 The Tabler Authors
  7. * Copyright 2018-2019 codecalm.net Paweł Kuna
  8. * Licensed under MIT (https://tabler.io/license)
  9. -->
  10. <html lang="en">
  11. <head>
  12. <meta charset="utf-8"/>
  13. <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"/>
  14. <meta http-equiv="X-UA-Compatible" content="ie=edge"/>
  15. <title>Blank page - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.</title>
  16. <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin>
  17. <meta name="msapplication-TileColor" content="#206bc4"/>
  18. <meta name="theme-color" content="#206bc4"/>
  19. <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
  20. <meta name="apple-mobile-web-app-capable" content="yes"/>
  21. <meta name="mobile-web-app-capable" content="yes"/>
  22. <meta name="HandheldFriendly" content="True"/>
  23. <meta name="MobileOptimized" content="320"/>
  24. <meta name="robots" content="noindex,nofollow,noarchive"/>
  25. <link rel="icon" href="./favicon.ico" type="image/x-icon"/>
  26. <link rel="shortcut icon" href="./favicon.ico" type="image/x-icon"/>
  27. <!-- Libs CSS -->
  28. <link href="./dist/libs/jqvmap/dist/jqvmap.min.css?1582373134" rel="stylesheet"/>
  29. <link href="./dist/libs/selectize/dist/css/selectize.css?1582373134" rel="stylesheet"/>
  30. <link href="./dist/libs/fullcalendar/core/main.min.css?1582373134" rel="stylesheet"/>
  31. <link href="./dist/libs/fullcalendar/daygrid/main.min.css?1582373134" rel="stylesheet"/>
  32. <link href="./dist/libs/fullcalendar/timegrid/main.min.css?1582373134" rel="stylesheet"/>
  33. <link href="./dist/libs/fullcalendar/list/main.min.css?1582373134" rel="stylesheet"/>
  34. <link href="./dist/libs/flatpickr/dist/flatpickr.min.css?1582373134" rel="stylesheet"/>
  35. <link href="./dist/libs/nouislider/distribute/nouislider.min.css?1582373134" rel="stylesheet"/>
  36. <link href="https://api.mapbox.com/mapbox-gl-js/v1.8.0/mapbox-gl.css" rel="stylesheet"/>
  37. <!-- Tabler Core -->
  38. <link href="./dist/css/tabler.min.css?1582373134" rel="stylesheet"/>
  39. <!-- Tabler Plugins -->
  40. <link href="./dist/css/tabler-flags.min.css?1582373134" rel="stylesheet"/>
  41. <link href="./dist/css/tabler-payments.min.css?1582373134" rel="stylesheet"/>
  42. <link href="./dist/css/tabler-buttons.min.css?1582373134" rel="stylesheet"/>
  43. <link href="./dist/css/demo.min.css?1582373134" rel="stylesheet"/>
  44. <style>
  45. body {
  46. display: none;
  47. }
  48. </style>
  49. </head>
  50. <body class="antialiased">
  51. <div class="page">
  52. <nav class="navbar navbar-expand-lg navbar-light navbar-primary" id="navbar-primary">
  53. <div class="container">
  54. <a href="." class="navbar-brand navbar-brand-autodark d-none-navbar-horizontal">
  55. <img src="./static/logo.svg" alt="Tabler" class="navbar-brand-logo navbar-brand-logo-large">
  56. <img src="./static/logo-small.svg" alt="Tabler" class="navbar-brand-logo navbar-brand-logo-small">
  57. </a>
  58. <div class="navbar-collapse collapse">
  59. <h6 class="navbar-heading">Navigation</h6>
  60. <ul class="navbar-nav">
  61. <li class="nav-item">
  62. <a class="nav-link" href="./index.html" >
  63. <span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon"><path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path><polyline points="9 22 9 12 15 12 15 22"></polyline></svg>
  64. </span>
  65. <span class="nav-link-title">Home</span>
  66. </a>
  67. </li>
  68. <li class="nav-item">
  69. <a class="nav-link" href="./form-elements.html" >
  70. <span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon"><polyline points="9 11 12 14 22 4"></polyline><path d="M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11"></path></svg>
  71. </span>
  72. <span class="nav-link-title">Form elements</span>
  73. </a>
  74. </li>
  75. <li class="nav-item active">
  76. <a class="nav-link dropdown-toggle" href="#navbar-base" data-toggle="dropdown" role="button"
  77. aria-expanded="true" >
  78. <span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon"><line x1="16.5" y1="9.4" x2="7.5" y2="4.21"></line><path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"></path><polyline points="3.27 6.96 12 12.01 20.73 6.96"></polyline><line x1="12" y1="22.08" x2="12" y2="12"></line></svg>
  79. </span>
  80. <span class="nav-link-title">Base</span>
  81. </a>
  82. <ul class="dropdown-menu dropdown-menu-arrow dropdown-menu-columns dropdown-menu-columns-2">
  83. <li >
  84. <a class="dropdown-item" href="./empty.html" >
  85. Empty page
  86. </a>
  87. </li>
  88. <li >
  89. <a class="dropdown-item active" href="./blank.html" >
  90. Blank page
  91. </a>
  92. </li>
  93. <li >
  94. <a class="dropdown-item" href="./buttons.html" >
  95. Buttons
  96. </a>
  97. </li>
  98. <li >
  99. <a class="dropdown-item" href="./cards.html" >
  100. Cards
  101. </a>
  102. </li>
  103. <li >
  104. <a class="dropdown-item" href="./modals.html" >
  105. Modals
  106. </a>
  107. </li>
  108. <li >
  109. <a class="dropdown-item" href="./maps.html" >
  110. Maps
  111. </a>
  112. </li>
  113. <li >
  114. <a class="dropdown-item" href="./maps-vector.html" >
  115. Vector maps
  116. </a>
  117. </li>
  118. <li >
  119. <a class="dropdown-item" href="./charts.html" >
  120. Charts
  121. </a>
  122. </li>
  123. <li >
  124. <a class="dropdown-item" href="./datatables.html" >
  125. Data Tables
  126. </a>
  127. </li>
  128. <li >
  129. <a class="dropdown-item" href="./calendar.html" >
  130. Calendar
  131. </a>
  132. </li>
  133. <li >
  134. <a class="dropdown-item" href="./carousel.html" >
  135. Carousel
  136. </a>
  137. </li>
  138. <li >
  139. <a class="dropdown-item" href="./lists.html" >
  140. Lists
  141. </a>
  142. </li>
  143. <li >
  144. <a class="dropdown-item" href="./users.html" >
  145. Users
  146. </a>
  147. </li>
  148. <li >
  149. <a class="dropdown-item" href="./gallery.html" >
  150. Gallery
  151. </a>
  152. </li>
  153. <li >
  154. <a class="dropdown-item" href="./profile.html" >
  155. Profile
  156. </a>
  157. </li>
  158. <li >
  159. <a class="dropdown-item" href="./music.html" >
  160. Music
  161. </a>
  162. </li>
  163. <li class="dropright">
  164. <a class="dropdown-item dropdown-toggle" href="#sidebar-authentication" data-toggle="dropdown" role="button" aria-expanded="false" >
  165. Authentication
  166. </a>
  167. <div class="dropdown-menu">
  168. <a href="./sign-in.html" class="dropdown-item">Sign in</a>
  169. <a href="./sign-up.html" class="dropdown-item">Sign up</a>
  170. <a href="./forgot-password.html" class="dropdown-item">Forgot password</a>
  171. <a href="./terms-of-service.html" class="dropdown-item">Terms of service</a>
  172. </div>
  173. </li>
  174. <li class="dropright">
  175. <a class="dropdown-item dropdown-toggle" href="#sidebar-error" data-toggle="dropdown" role="button" aria-expanded="false" >
  176. Error pages
  177. </a>
  178. <div class="dropdown-menu">
  179. <a href="./400.html" class="dropdown-item">400 page</a>
  180. <a href="./401.html" class="dropdown-item">401 page</a>
  181. <a href="./403.html" class="dropdown-item">403 page</a>
  182. <a href="./404.html" class="dropdown-item">404 page</a>
  183. <a href="./500.html" class="dropdown-item">500 page</a>
  184. <a href="./503.html" class="dropdown-item">503 page</a>
  185. <a href="./maintenance.html" class="dropdown-item">Maintenance page</a>
  186. </div>
  187. </li>
  188. </ul>
  189. </li>
  190. <li class="nav-item">
  191. <a class="nav-link dropdown-toggle" href="#navbar-extra" data-toggle="dropdown" role="button"
  192. aria-expanded="false" >
  193. <span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon></svg>
  194. </span>
  195. <span class="nav-link-title">Extra</span>
  196. </a>
  197. <ul class="dropdown-menu dropdown-menu-arrow">
  198. <li >
  199. <a class="dropdown-item" href="./invoice.html" >
  200. Invoice
  201. </a>
  202. </li>
  203. <li >
  204. <a class="dropdown-item" href="./blog.html" >
  205. Blog cards
  206. </a>
  207. </li>
  208. <li >
  209. <a class="dropdown-item" href="./snippets.html" >
  210. Snippets
  211. </a>
  212. </li>
  213. <li >
  214. <a class="dropdown-item" href="./search-results.html" >
  215. Search results
  216. </a>
  217. </li>
  218. <li >
  219. <a class="dropdown-item" href="./pricing.html" >
  220. Pricing cards
  221. </a>
  222. </li>
  223. </ul>
  224. </li>
  225. <li class="nav-item">
  226. <a class="nav-link dropdown-toggle" href="#navbar-docs" data-toggle="dropdown" role="button"
  227. aria-expanded="false" >
  228. <span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline points="14 2 14 8 20 8"></polyline><line x1="16" y1="13" x2="8" y2="13"></line><line x1="16" y1="17" x2="8" y2="17"></line><polyline points="10 9 9 9 8 9"></polyline></svg>
  229. </span>
  230. <span class="nav-link-title">Docs</span>
  231. </a>
  232. <ul class="dropdown-menu dropdown-menu-arrow dropdown-menu-columns dropdown-menu-columns-3">
  233. <li >
  234. <a class="dropdown-item" href="./docs/index.html" >
  235. Introduction
  236. </a>
  237. </li>
  238. <li >
  239. <a class="dropdown-item" href="./docs/alerts.html" >
  240. Alerts
  241. </a>
  242. </li>
  243. <li >
  244. <a class="dropdown-item" href="./docs/autosize.html" >
  245. Autosize
  246. </a>
  247. </li>
  248. <li >
  249. <a class="dropdown-item" href="./docs/avatars.html" >
  250. Avatars
  251. </a>
  252. </li>
  253. <li >
  254. <a class="dropdown-item" href="./docs/badges.html" >
  255. Badges
  256. </a>
  257. </li>
  258. <li >
  259. <a class="dropdown-item" href="./docs/breadcrumb.html" >
  260. Breadcrumb
  261. </a>
  262. </li>
  263. <li >
  264. <a class="dropdown-item" href="./docs/buttons.html" >
  265. Buttons
  266. </a>
  267. </li>
  268. <li >
  269. <a class="dropdown-item" href="./docs/cards.html" >
  270. Cards
  271. </a>
  272. </li>
  273. <li >
  274. <a class="dropdown-item" href="./docs/carousel.html" >
  275. Carousel
  276. </a>
  277. </li>
  278. <li >
  279. <a class="dropdown-item" href="./docs/colors.html" >
  280. Colors
  281. </a>
  282. </li>
  283. <li >
  284. <a class="dropdown-item" href="./docs/countup.html" >
  285. Countup
  286. </a>
  287. </li>
  288. <li >
  289. <a class="dropdown-item" href="./docs/cursors.html" >
  290. Cursors
  291. </a>
  292. </li>
  293. <li >
  294. <a class="dropdown-item" href="./docs/charts.html" >
  295. Charts
  296. </a>
  297. </li>
  298. <li >
  299. <a class="dropdown-item" href="./docs/dropdowns.html" >
  300. Dropdowns
  301. </a>
  302. </li>
  303. <li >
  304. <a class="dropdown-item" href="./docs/divider.html" >
  305. Divider
  306. </a>
  307. </li>
  308. <li >
  309. <a class="dropdown-item" href="./docs/empty.html" >
  310. Empty states
  311. </a>
  312. </li>
  313. <li >
  314. <a class="dropdown-item" href="./docs/flags.html" >
  315. Flags
  316. </a>
  317. </li>
  318. <li >
  319. <a class="dropdown-item" href="./docs/form-elements.html" >
  320. Form elements
  321. </a>
  322. </li>
  323. <li >
  324. <a class="dropdown-item" href="./docs/form-helpers.html" >
  325. Form helpers
  326. </a>
  327. </li>
  328. <li >
  329. <a class="dropdown-item" href="./docs/input-mask.html" >
  330. Form input mask
  331. </a>
  332. </li>
  333. <li >
  334. <a class="dropdown-item" href="./docs/modals.html" >
  335. Modals
  336. </a>
  337. </li>
  338. <li >
  339. <a class="dropdown-item" href="./docs/progress.html" >
  340. Progress
  341. </a>
  342. </li>
  343. <li >
  344. <a class="dropdown-item" href="./docs/payments.html" >
  345. Payments
  346. </a>
  347. </li>
  348. <li >
  349. <a class="dropdown-item" href="./docs/range-slider.html" >
  350. Range slider
  351. </a>
  352. </li>
  353. <li >
  354. <a class="dropdown-item" href="./docs/ribbons.html" >
  355. Ribbons
  356. </a>
  357. </li>
  358. <li >
  359. <a class="dropdown-item" href="./docs/spinners.html" >
  360. Spinners
  361. </a>
  362. </li>
  363. <li >
  364. <a class="dropdown-item" href="./docs/steps.html" >
  365. Steps
  366. </a>
  367. </li>
  368. <li >
  369. <a class="dropdown-item" href="./docs/tables.html" >
  370. Tables
  371. </a>
  372. </li>
  373. <li >
  374. <a class="dropdown-item" href="./docs/tabs.html" >
  375. Tabs
  376. </a>
  377. </li>
  378. <li >
  379. <a class="dropdown-item" href="./docs/timelines.html" >
  380. Timelines
  381. </a>
  382. </li>
  383. <li >
  384. <a class="dropdown-item" href="./docs/toasts.html" >
  385. Toasts
  386. </a>
  387. </li>
  388. <li >
  389. <a class="dropdown-item" href="./docs/tooltips.html" >
  390. Tooltips
  391. </a>
  392. </li>
  393. <li >
  394. <a class="dropdown-item" href="./docs/typography.html" >
  395. Typography
  396. </a>
  397. </li>
  398. </ul>
  399. </li>
  400. <li class="nav-item d-none-navbar-vertical">
  401. <a href="#" class="nav-link" data-toggle="modal" data-target="#modal-customize">
  402. <span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon"><line x1="4" y1="21" x2="4" y2="14"></line><line x1="4" y1="10" x2="4" y2="3"></line><line x1="12" y1="21" x2="12" y2="12"></line><line x1="12" y1="8" x2="12" y2="3"></line><line x1="20" y1="21" x2="20" y2="16"></line><line x1="20" y1="12" x2="20" y2="3"></line><line x1="1" y1="14" x2="7" y2="14"></line><line x1="9" y1="8" x2="15" y2="8"></line><line x1="17" y1="16" x2="23" y2="16"></line></svg>
  403. </span>
  404. <span class="nav-link-title">Customize</span>
  405. </a>
  406. </li>
  407. </ul>
  408. <h6 class="navbar-heading mt-4">Tools</h6>
  409. <div class="navbar-side">
  410. <div class="d-none d-xl-block ml-auto d-none-navbar-vertical-narrow">
  411. <form action="." method="get">
  412. <div class="input-icon">
  413. <span class="input-icon-addon">
  414. <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></svg>
  415. </span>
  416. <input type="text" class="form-control" placeholder="Search…">
  417. </div>
  418. </form>
  419. </div>
  420. <a href="#" class="btn btn-primary d-none-navbar-horizontal d-none-navbar-vertical-narrow btn-block" data-toggle="modal" data-target="#modal-customize">
  421. <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon"><line x1="4" y1="21" x2="4" y2="14"></line><line x1="4" y1="10" x2="4" y2="3"></line><line x1="12" y1="21" x2="12" y2="12"></line><line x1="12" y1="8" x2="12" y2="3"></line><line x1="20" y1="21" x2="20" y2="16"></line><line x1="20" y1="12" x2="20" y2="3"></line><line x1="1" y1="14" x2="7" y2="14"></line><line x1="9" y1="8" x2="15" y2="8"></line><line x1="17" y1="16" x2="23" y2="16"></line></svg>
  422. Customize
  423. </a>
  424. <a href="#" class="btn btn-primary d-none-navbar-horizontal d-none-navbar-vertical-wide btn-block btn-icon" data-toggle="modal" data-target="#modal-customize" aria-label="Button">
  425. <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon"><line x1="4" y1="21" x2="4" y2="14"></line><line x1="4" y1="10" x2="4" y2="3"></line><line x1="12" y1="21" x2="12" y2="12"></line><line x1="12" y1="8" x2="12" y2="3"></line><line x1="20" y1="21" x2="20" y2="16"></line><line x1="20" y1="12" x2="20" y2="3"></line><line x1="1" y1="14" x2="7" y2="14"></line><line x1="9" y1="8" x2="15" y2="8"></line><line x1="17" y1="16" x2="23" y2="16"></line></svg>
  426. </a>
  427. </div>
  428. </div>
  429. </div>
  430. </nav>
  431. <nav class="navbar navbar-light navbar-secondary navbar-expand" id="navbar-secondary">
  432. <div class="container">
  433. <a href="." class="navbar-brand navbar-brand-autodark d-none-navbar-vertical">
  434. <img src="./static/logo.svg" alt="Tabler" class="navbar-brand-logo navbar-brand-logo-large">
  435. <img src="./static/logo-small.svg" alt="Tabler" class="navbar-brand-logo navbar-brand-logo-small">
  436. </a>
  437. <form class="form-inline w-50 mr-4 d-none d-md-flex">
  438. <div class="input-icon w-100">
  439. <span class="input-icon-addon">
  440. <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></svg>
  441. </span>
  442. <input type="text" class="form-control form-control-flush w-100" placeholder="Search…">
  443. </div>
  444. </form>
  445. <ul class="navbar-nav ml-auto">
  446. <li class="nav-item dropdown">
  447. <a href="#" class="nav-link px-0" data-toggle="dropdown">
  448. <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon"><circle cx="12" cy="12" r="3"></circle><path d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z"></path></svg>
  449. </a>
  450. <div class="dropdown-menu dropdown-menu-right dropdown-menu-arrow">
  451. <a class="dropdown-item" href="#">
  452. <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon dropdown-item-icon"><circle cx="12" cy="12" r="3"></circle><path d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z"></path></svg>
  453. Action
  454. </a>
  455. <a class="dropdown-item" href="#">
  456. <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon dropdown-item-icon"><path d="M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7"></path><path d="M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z"></path></svg>
  457. Another action
  458. </a>
  459. <div class="dropdown-divider"></div>
  460. <a class="dropdown-item" href="#"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon dropdown-item-icon"><line x1="12" y1="5" x2="12" y2="19"></line><line x1="5" y1="12" x2="19" y2="12"></line></svg>
  461. Separated link</a>
  462. </div>
  463. </li>
  464. <li class="nav-item dropdown">
  465. <a href="#" class="nav-link" data-toggle="dropdown">
  466. <span class="flag flag-country-us mr-1"></span>
  467. <span class="d-none d-lg-inline">English</span>
  468. </a>
  469. <div class="dropdown-menu dropdown-menu-arrow dropdown-menu-right" style="">
  470. <a href="#" class="dropdown-item"><span class="flag flag-country-de mr-1"></span>
  471. German</a>
  472. <a href="#" class="dropdown-item"><span class="flag flag-country-pl mr-1"></span>
  473. Polish</a>
  474. <a href="#" class="dropdown-item"><span class="flag flag-country-jp mr-1"></span>
  475. Japan</a>
  476. <a href="#" class="dropdown-item"><span class="flag flag-country-ru mr-1"></span>
  477. Russian</a>
  478. </div>
  479. </li>
  480. <li class="nav-item dropdown">
  481. <a href="#" class="nav-link" data-toggle="dropdown">
  482. <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon"><path d="M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9"></path><path d="M13.73 21a2 2 0 0 1-3.46 0"></path></svg>
  483. </a>
  484. <div class="dropdown-menu dropdown-menu-right dropdown-menu-arrow dropdown-menu-card" style="max-width: 20rem;">
  485. <div class="card">
  486. <div class="card-body">
  487. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Accusamus ad amet consectetur exercitationem fugiat in ipsa ipsum, natus odio quidem quod repudiandae sapiente. Amet debitis et magni maxime necessitatibus ullam.
  488. </div>
  489. </div>
  490. </div>
  491. </li>
  492. <li class="nav-item dropdown pl-2">
  493. <a href="#" class="nav-link d-flex lh-1 text-inherit p-0 text-left" data-toggle="dropdown">
  494. <span class="avatar" style="background-image: url(./static/avatars/000m.jpg)"></span>
  495. <div class="d-none d-lg-block pl-2">
  496. <div>Paweł Kuna</div>
  497. <div class="mt-1 small text-muted">Founder</div>
  498. </div>
  499. </a>
  500. <div class="dropdown-menu dropdown-menu-right dropdown-menu-arrow">
  501. <a class="dropdown-item" href="#">
  502. <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon dropdown-item-icon"><circle cx="12" cy="12" r="3"></circle><path d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z"></path></svg>
  503. Action
  504. </a>
  505. <a class="dropdown-item" href="#">
  506. <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon dropdown-item-icon"><path d="M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7"></path><path d="M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z"></path></svg>
  507. Another action
  508. </a>
  509. <div class="dropdown-divider"></div>
  510. <a class="dropdown-item" href="#"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon dropdown-item-icon"><line x1="12" y1="5" x2="12" y2="19"></line><line x1="5" y1="12" x2="19" y2="12"></line></svg>
  511. Separated link</a>
  512. </div>
  513. </li>
  514. </ul>
  515. </div>
  516. </nav>
  517. <div class="content">
  518. <div class="container d-flex flex-column justify-content-center">
  519. <div class="empty">
  520. <div class="empty-icon">
  521. <img src="./static/illustrations/undraw_printing_invoices_5r4r.svg" class="h-8 mb-4" alt="">
  522. </div>
  523. <p class="empty-title h3">No results found</p>
  524. <p class="empty-subtitle text-muted">
  525. Try adjusting your search or filter to find what you're looking for.
  526. </p>
  527. <div class="empty-action">
  528. <a href="./." class="btn btn-primary">
  529. <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon"><line x1="12" y1="5" x2="12" y2="19"></line><line x1="5" y1="12" x2="19" y2="12"></line></svg>
  530. Add your first client
  531. </a>
  532. </div>
  533. </div>
  534. </div>
  535. <footer class="footer footer-transparent">
  536. <div class="container">
  537. <div class="row text-center align-items-center flex-row-reverse">
  538. <div class="col-lg-auto ml-lg-auto">
  539. <ul class="list-inline list-inline-dots mb-0">
  540. <li class="list-inline-item"><a href="./docs/index.html" class="link-secondary">Documentation</a></li>
  541. <li class="list-inline-item"><a href="./faq.html" class="link-secondary">FAQ</a></li>
  542. <li class="list-inline-item"><a href="https://github.com/tabler/tabler" target="_blank" class="link-secondary">Source code</a></li>
  543. </ul>
  544. </div>
  545. <div class="col-12 col-lg-auto mt-3 mt-lg-0">
  546. Copyright © 2020
  547. <a href="." class="link-secondary">Tabler</a>.
  548. All rights reserved.
  549. </div>
  550. </div>
  551. </div>
  552. </footer>
  553. </div>
  554. </div>
  555. <div class="modal modal-blur fade" id="modal-customize" tabindex="-1" role="dialog" aria-hidden="true">
  556. <div class="modal-dialog" role="document">
  557. <div class="modal-content">
  558. <div class="modal-header">
  559. <h5 class="modal-title">Customize Tabler</h5>
  560. <button type="button" class="close" data-dismiss="modal" aria-label="Close">
  561. <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg>
  562. </button>
  563. </div>
  564. <div class="modal-body">
  565. <p class="text-muted">Set preferences that will be saved for your live preview.</p>
  566. <div class="mb-3">
  567. <label class="form-label">Color scheme</label>
  568. <div class="form-hint">Light or dark presentation.</div>
  569. <div class="btn-group w-100">
  570. <button class="btn btn-secondary" data-theme-toggle="theme:light"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon"><circle cx="12" cy="12" r="5"></circle><line x1="12" y1="1" x2="12" y2="3"></line><line x1="12" y1="21" x2="12" y2="23"></line><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line><line x1="1" y1="12" x2="3" y2="12"></line><line x1="21" y1="12" x2="23" y2="12"></line><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line></svg>
  571. Light</button>
  572. <button class="btn btn-secondary" data-theme-toggle="theme:dark"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon"><path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path></svg>
  573. Dark</button>
  574. </div>
  575. </div>
  576. <div class="mb-4 text-muted">
  577. You can use the <code>.theme-dark-auto</code> class to automatically adjust the color version to the system settings.
  578. </div>
  579. <div class="mb-3">
  580. <label class="form-label">Navigation position</label>
  581. <div class="form-hint">Choose where the main navigation in your project should be located.</div>
  582. <div class="btn-group w-100">
  583. <button class="btn btn-secondary" data-theme-toggle="navbar-position:horizontal">Topnav</button>
  584. <button class="btn btn-secondary" data-theme-toggle="navbar-position:vertical">Sidenav</button>
  585. <button class="btn btn-secondary" data-theme-toggle="navbar-position:both">Both</button>
  586. </div>
  587. </div>
  588. <div class="mb-3">
  589. <label class="form-label">Sidebar size</label>
  590. <div class="form-hint">Standard sidebar width or narrow version with icons only.</div>
  591. <div class="btn-group w-100">
  592. <button class="btn btn-secondary" data-theme-toggle="navbar-size:wide">Wide</button>
  593. <button class="btn btn-secondary" data-theme-toggle="navbar-size:narrow">Narrow</button>
  594. </div>
  595. </div>
  596. <div class="mb-3">
  597. <label class="form-label">Sidebar position</label>
  598. <div class="form-hint">Choose whether the sidebar should appear on the left or on the right.</div>
  599. <div class="btn-group w-100">
  600. <button class="btn btn-secondary" data-theme-toggle="navbar-side:left">Left</button>
  601. <button class="btn btn-secondary" data-theme-toggle="navbar-side:right">Right</button>
  602. </div>
  603. </div>
  604. <div>
  605. <label class="form-label">Navigation color</label>
  606. <div class="form-hint">Light or dark version of the sidebar </div>
  607. <div class="btn-group w-100">
  608. <button class="btn btn-secondary" data-theme-toggle="navbar-color:light">Light</button>
  609. <button class="btn btn-secondary" data-theme-toggle="navbar-color:dark">Dark</button>
  610. </div>
  611. </div>
  612. </div>
  613. </div>
  614. </div>
  615. </div>
  616. <!-- Libs JS -->
  617. <script src="./dist/libs/bootstrap/dist/js/bootstrap.bundle.min.js?1582373134"></script>
  618. <script src="./dist/libs/jquery/dist/jquery.slim.min.js?1582373134"></script>
  619. <!-- Tabler Core -->
  620. <script src="./dist/js/tabler.min.js?1582373134"></script>
  621. <script>
  622. (function() {
  623. var navbarPrimary = document.getElementById('navbar-primary'),
  624. navbarSecondary = document.getElementById('navbar-secondary');
  625. var defaults = {
  626. theme: 'light',
  627. 'navbar-position': 'horizontal',
  628. 'navbar-size': 'wide',
  629. 'navbar-side': 'left',
  630. 'navbar-color': 'light',
  631. };
  632. var eventsClean = {
  633. 'theme': function () {
  634. document.body.classList.remove('theme-dark');
  635. },
  636. 'navbar-position': function () {
  637. navbarPrimary.classList.remove('navbar-vertical');
  638. navbarSecondary.classList.remove('d-none');
  639. },
  640. 'navbar-size': function () {
  641. navbarPrimary.classList.remove('navbar-vertical-narrow');
  642. },
  643. 'navbar-side': function () {
  644. navbarPrimary.classList.remove('navbar-right');
  645. },
  646. 'navbar-color': function () {
  647. navbarPrimary.classList.remove('navbar-dark');
  648. navbarPrimary.classList.add('navbar-light');
  649. },
  650. };
  651. var events = {
  652. 'theme:light': function () {
  653. },
  654. 'theme:dark': function () {
  655. document.body.classList.add('theme-dark');
  656. },
  657. 'navbar-position:vertical': function () {
  658. navbarPrimary.classList.add('navbar-vertical');
  659. navbarSecondary.classList.add('d-none');
  660. },
  661. 'navbar-position:horizontal': function () {
  662. },
  663. 'navbar-position:both': function () {
  664. navbarPrimary.classList.add('navbar-vertical');
  665. },
  666. 'navbar-size:wide': function () {
  667. },
  668. 'navbar-size:narrow': function () {
  669. navbarPrimary.classList.add('navbar-vertical-narrow');
  670. },
  671. 'navbar-side:left': function () {
  672. },
  673. 'navbar-side:right': function () {
  674. navbarPrimary.classList.add('navbar-right');
  675. },
  676. 'navbar-color:light': function () {
  677. },
  678. 'navbar-color:dark': function () {
  679. navbarPrimary.classList.add('navbar-dark');
  680. navbarPrimary.classList.remove('navbar-light');
  681. },
  682. };
  683. var updateThemeConfig = function (name) {
  684. var key, value;
  685. if (name) {
  686. [key, value] = name.split(':');
  687. setConfig(key, value);
  688. }
  689. applyConfig();
  690. };
  691. var disableTransitions = function () {
  692. document.body.classList.add('no-transitions');
  693. setTimeout(function () {
  694. document.body.classList.remove('no-transitions');
  695. }, 300);
  696. };
  697. var getConfig = function () {
  698. var config = {};
  699. for (var key in defaults) {
  700. config[key] = localStorage.getItem('tabler-' + key) || defaults[key];
  701. }
  702. return config;
  703. };
  704. var setConfig = function (key, value) {
  705. localStorage.setItem('tabler-' + key, value);
  706. };
  707. var applyConfig = function () {
  708. disableTransitions();
  709. var config = getConfig();
  710. for (var key in config) {
  711. var value = config[key];
  712. eventsClean[key] && eventsClean[key].call();
  713. events[key + ':' + value] && events[key + ':' + value].call();
  714. ([].slice.call(document.querySelectorAll('[data-theme-toggle^="' + key + '"]'))).map(function (activeTrigger) {
  715. activeTrigger.classList.remove('active')
  716. });
  717. document.querySelector('[data-theme-toggle="' + key + ':' + value + '"]').classList.add('active');
  718. }
  719. };
  720. applyConfig();
  721. for (var name in events) {
  722. var event = events[name];
  723. (function (event, name) {
  724. document.querySelector('[data-theme-toggle="' + name + '"]').addEventListener("click", function (e) {
  725. updateThemeConfig(name);
  726. event.call();
  727. e.preventDefault();
  728. return false;
  729. });
  730. })(event, name);
  731. }
  732. })();
  733. </script>
  734. <script>
  735. document.body.style.display = "block"
  736. </script>
  737. </body>
  738. </html>