\n\n\n\nIMPORTANT: Please use the following link to create a new issue:\n\nhttps://www.creative-tim.com/new-issue/now-ui-kit\n\n**If your issue was not created using the app above, it will be closed immediately.**\n\n\n\nLove Creative Tim? Do you need Angular, React, Vuejs or HTML? You can visit:\n👉 https://www.creative-tim.com/bundles\n👉 https://www.creative-tim.com\n\n\n
\n\n"
12 | issue-pattern: (\#\#\# Version([\S\s.*]*?)\#\#\# Reproduction link([\S\s.*]*?)\#\#\# Operating System([\S\s.*]*?)\#\#\# Device([\S\s.*]*?)\#\#\# Browser & Version([\S\s.*]*?)\#\#\# Steps to reproduce([\S\s.*]*?)\#\#\# What is expected([\S\s.*]*?)\#\#\# What is actually happening([\S\s.*]*?)---([\S\s.*]*?)\#\#\# Solution([\S\s.*]*?)\#\#\# Additional comments([\S\s.*]*?)\<\!-- generated by creative-tim-issues\. DO NOT REMOVE --\>)|(\#\#\# What is your enhancement([\S\s.*]*?)\<\!-- generated by creative-tim-issues\. DO NOT REMOVE --\>)
13 |
--------------------------------------------------------------------------------
/CHANGELOG.md:
--------------------------------------------------------------------------------
1 | # Change Log
2 |
3 | ## [1.3.0] 2019-04-12
4 | ### Bugfixing & Bootstrap 4.3.1 integration
5 | - Bootstrap Switch library updated
6 | - NoUiSlider library updated
7 |
8 | ## [1.2.0] 2018-07-31
9 | ### Bugfixing & Bootstrap 4.1.1 integration
10 | - Added section `How to enable Burger Menu` in Docs
11 | - Added section `Visual Inspector` in Docs
12 | - Added new documentation layout
13 | - Updates for `NoUISlider` to the latest version
14 | - Datepicker select date fixed
15 | - Fixed burger-menu
16 | - IE lateral scrolling fixed
17 | - Github issues
18 | - Other bug fixes
19 |
20 | ## [1.1.0] 2017-08-30
21 | ### Bootstrap 4 Beta
22 | - Changed the library Tether.js with Popper.js
23 | - Renamed the old classes from Bootstrap 4 Alpha with the new Bootstrap 4 Beta classes
24 | - Small bug fixes
25 | - Added burger menu with sidebar menu for desktop/tablet (used to be only in mobile)
26 | - Options for regular Bootstrap Collapse Navbar (using class `.bootstrap-collapse` on ``) and Sidebar Collapse Navbar (using class `.css-collapse` on ``)
27 |
28 | ## [1.0.1] 2017-06-28
29 | ### Icons Update
30 | - Changed source files for the icons, optimized from 2MB to 100KB
31 |
32 | ## [1.0.0] 2017-05-16
33 | ### Original Release
34 |
--------------------------------------------------------------------------------
/ISSUE_TEMPLATE.md:
--------------------------------------------------------------------------------
1 |
8 |
9 |
14 |
--------------------------------------------------------------------------------
/LICENSE.md:
--------------------------------------------------------------------------------
1 | MIT License
2 |
3 | Copyright (c) 2017 Creative Tim
4 |
5 | Designed by Invision (https://www.invisionapp.com). Coded by Creative Tim (https://www.creative-tim.com/)
6 |
7 | Permission is hereby granted, free of charge, to any person obtaining a copy
8 | of this software and associated documentation files (the "Software"), to deal
9 | in the Software without restriction, including without limitation the rights
10 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11 | copies of the Software, and to permit persons to whom the Software is
12 | furnished to do so, subject to the following conditions:
13 |
14 | The above copyright notice and this permission notice shall be included in all
15 | copies or substantial portions of the Software.
16 |
17 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23 | SOFTWARE.
24 |
--------------------------------------------------------------------------------
/assets/demo/demo.css:
--------------------------------------------------------------------------------
1 | .tim-row {
2 | margin-bottom: 20px;
3 | }
4 |
5 | .tim-white-buttons {
6 | background-color: #777777;
7 | }
8 |
9 | .typography-line {
10 | padding-left: 25%;
11 | margin-bottom: 35px;
12 | position: relative;
13 | display: block;
14 | width: 100%;
15 | }
16 |
17 | .pick-class-label {
18 | border-radius: 8px;
19 | border: 1px solid #E3E3E3;
20 | color: #ffffff;
21 | cursor: pointer;
22 | display: inline-block;
23 | font-size: 75%;
24 | font-weight: bold;
25 | line-height: 1;
26 | margin-right: 10px;
27 | padding: 23px;
28 | text-align: center;
29 | vertical-align: baseline;
30 | white-space: nowrap;
31 | }
32 |
33 | .offline-doc .page-header {
34 | display: flex;
35 | align-items: center;
36 | }
37 |
38 | .typography-line span {
39 | bottom: 10px;
40 | color: #c0c1c2;
41 | display: block;
42 | font-weight: 400;
43 | font-size: 13px;
44 | line-height: 13px;
45 | left: 0;
46 | margin-left: 20px;
47 | position: absolute;
48 | width: 260px;
49 | text-transform: none;
50 | }
51 |
52 | .tim-row {
53 | padding-top: 60px;
54 | }
55 |
56 | .tim-row h3 {
57 | margin-top: 0;
58 | }
59 |
60 | .switch {
61 | margin-right: 20px;
62 | }
63 |
64 | #navbar-full .navbar {
65 | border-radius: 0 !important;
66 | margin-bottom: 15px;
67 | z-index: 2;
68 | }
69 |
70 | #menu-dropdown .navbar {
71 | border-radius: 3px;
72 | }
73 |
74 | #pagination-row .pagination-container {
75 | height: 100%;
76 | max-height: 100%;
77 | display: flex;
78 | align-items: center;
79 | }
80 |
81 | #icons-row i.now-ui-icons {
82 | font-size: 30px;
83 | }
84 |
85 | .space {
86 | height: 130px;
87 | display: block;
88 | }
89 |
90 | .space-110 {
91 | height: 110px;
92 | display: block;
93 | }
94 |
95 | .space-50 {
96 | height: 50px;
97 | display: block;
98 | }
99 |
100 | .space-70 {
101 | height: 70px;
102 | display: block;
103 | }
104 |
105 | .navigation-example .img-src {
106 | background-attachment: scroll;
107 | }
108 |
109 | .navigation-example {
110 | background-position: center center;
111 | background-size: cover;
112 | margin-top: 0;
113 | min-height: 740px;
114 | height: 100%;
115 | }
116 |
117 | #notifications {
118 | background-color: #FFFFFF;
119 | display: block;
120 | width: 100%;
121 | position: relative;
122 | }
123 |
124 | .tim-note {
125 | text-transform: capitalize;
126 | }
127 |
128 | #buttons .btn,
129 | #javascriptComponents .btn {
130 | margin: 0 0px 10px;
131 | }
132 |
133 | .space-100 {
134 | height: 100px;
135 | display: block;
136 | width: 100%;
137 | }
138 |
139 | .be-social {
140 | padding-bottom: 20px;
141 | /* border-bottom: 1px solid #aaa; */
142 | margin: 0 auto 40px;
143 | }
144 |
145 | .txt-white {
146 | color: #FFFFFF;
147 | }
148 |
149 | .txt-gray {
150 | color: #ddd !important;
151 | }
152 |
153 | .parallax {
154 | width: 100%;
155 | height: 570px;
156 | display: block;
157 | background-attachment: fixed;
158 | background-repeat: no-repeat;
159 | background-size: cover;
160 | background-position: center center;
161 | }
162 |
163 | .logo-container .logo {
164 | overflow: hidden;
165 | border-radius: 50%;
166 | border: 1px solid #333333;
167 | width: 50px;
168 | float: left;
169 | }
170 |
171 | .logo-container .brand {
172 | font-size: 16px;
173 | color: #FFFFFF;
174 | line-height: 18px;
175 | float: left;
176 | margin-left: 10px;
177 | margin-top: 7px;
178 | width: 70px;
179 | height: 40px;
180 | text-align: left;
181 | }
182 |
183 | .logo-container .brand-material {
184 | font-size: 18px;
185 | margin-top: 15px;
186 | height: 25px;
187 | width: auto;
188 | }
189 |
190 | .logo-container .logo img {
191 | width: 100%;
192 | }
193 |
194 | .navbar-small .logo-container .brand {
195 | color: #333333;
196 | }
197 |
198 | .fixed-section {
199 | top: 90px;
200 | max-height: 80vh;
201 | overflow: scroll;
202 | position: sticky;
203 | }
204 |
205 | .fixed-section ul {
206 | padding: 0;
207 | }
208 |
209 | .fixed-section ul li {
210 | list-style: none;
211 | }
212 |
213 | .fixed-section li a {
214 | font-size: 14px;
215 | padding: 2px;
216 | display: block;
217 | color: #666666;
218 | }
219 |
220 | .fixed-section li a.active {
221 | color: #00bbff;
222 | }
223 |
224 | .fixed-section.float {
225 | position: fixed;
226 | top: 100px;
227 | width: 200px;
228 | margin-top: 0;
229 | }
230 |
231 | .parallax .parallax-image {
232 | width: 100%;
233 | overflow: hidden;
234 | position: absolute;
235 | }
236 |
237 | .parallax .parallax-image img {
238 | width: 100%;
239 | }
240 |
241 | @media (max-width: 768px) {
242 | .parallax .parallax-image {
243 | width: 100%;
244 | height: 640px;
245 | overflow: hidden;
246 | }
247 | .parallax .parallax-image img {
248 | height: 100%;
249 | width: auto;
250 | }
251 | }
252 |
253 | /*.separator{
254 | content: "Separator";
255 | color: #FFFFFF;
256 | display: block;
257 | width: 100%;
258 | padding: 20px;
259 | }
260 | .separator-line{
261 | background-color: #EEE;
262 | height: 1px;
263 | width: 100%;
264 | display: block;
265 | }
266 | .separator.separator-gray{
267 | background-color: #EEEEEE;
268 | }*/
269 |
270 | .social-buttons-demo .btn {
271 | margin-right: 5px;
272 | margin-bottom: 7px;
273 | }
274 |
275 | .img-container {
276 | width: 100%;
277 | overflow: hidden;
278 | }
279 |
280 | .img-container img {
281 | width: 100%;
282 | }
283 |
284 | .lightbox img {
285 | width: 100%;
286 | }
287 |
288 | .lightbox .modal-content {
289 | overflow: hidden;
290 | }
291 |
292 | .lightbox .modal-body {
293 | padding: 0;
294 | }
295 |
296 | @media screen and (min-width: 991px) {
297 | .lightbox .modal-dialog {
298 | width: 960px;
299 | }
300 | }
301 |
302 | @media (max-width: 991px) {
303 | .fixed-section.affix {
304 | position: relative;
305 | margin-bottom: 100px;
306 | }
307 | }
308 |
309 | @media (max-width: 768px) {
310 | .btn,
311 | .btn-morphing {
312 | margin-bottom: 10px;
313 | }
314 | .parallax .motto {
315 | top: 170px;
316 | margin-top: 0;
317 | font-size: 60px;
318 | width: 270px;
319 | }
320 | }
321 |
322 | /* Loading dots */
323 |
324 | /* transitions */
325 |
326 | .presentation .front,
327 | .presentation .front:after,
328 | .presentation .front .btn,
329 | .logo-container .logo,
330 | .logo-container .brand {
331 | -webkit-transition: all .2s;
332 | -moz-transition: all .2s;
333 | -o-transition: all .2s;
334 | transition: all .2s;
335 | }
336 |
337 | #images h4 {
338 | margin-bottom: 30px;
339 | }
340 |
341 | #javascriptComponents {
342 | padding-bottom: 0;
343 | }
344 |
345 | /* layer animation */
346 |
347 | .layers-container {
348 | display: block;
349 | margin-top: 50px;
350 | position: relative;
351 | }
352 |
353 | .layers-container img {
354 | position: absolute;
355 | width: 100%;
356 | height: auto;
357 | top: 0;
358 | left: 0;
359 | text-align: center;
360 | }
361 |
362 | .animate {
363 | transition: 1.5s ease-in-out;
364 | -moz-transition: 1.5s ease-in-out;
365 | -webkit-transition: 1.5s ease-in-out;
366 | }
367 |
368 | .navbar-default.navbar-small .logo-container .brand {
369 | color: #333333;
370 | }
371 |
372 | .navbar-transparent.navbar-small .logo-container .brand {
373 | color: #FFFFFF;
374 | }
375 |
376 | .navbar-default.navbar-small .logo-container .brand {
377 | color: #333333;
378 | }
379 |
380 | .sharing-area {
381 | margin-top: 80px;
382 | }
383 |
384 | .sharing-area .btn {
385 | margin: 15px 4px 0;
386 | }
387 |
388 | .section-thin,
389 | .section-notifications {
390 | padding: 0;
391 | }
392 |
393 | .section-navbars {
394 | padding-top: 0;
395 | }
396 |
397 | #navbar .navbar {
398 | margin-bottom: 20px;
399 | }
400 |
401 | #navbar .navbar-toggler,
402 | #menu-dropdown .navbar-toggler {
403 | pointer-events: none;
404 | }
405 |
406 | .section-tabs {
407 | background: #EEEEEE;
408 | }
409 |
410 | .section-pagination {
411 | padding-bottom: 0;
412 | }
413 |
414 | .section-download {
415 | padding-top: 130px;
416 | }
417 |
418 | .section-download .description {
419 | margin-bottom: 60px;
420 | }
421 |
422 | .section-download h4 {
423 | margin-bottom: 25px;
424 | }
425 |
426 | .section-examples a {
427 | text-decoration: none;
428 | }
429 |
430 | .section-examples a+a {
431 | margin-top: 30px;
432 | }
433 |
434 | .section-examples h5 {
435 | margin-top: 30px;
436 | }
437 |
438 | .components-page .wrapper>.header,
439 | .tutorial-page .wrapper>.header {
440 | height: 500px;
441 | padding-top: 128px;
442 | background-size: cover;
443 | background-position: center center;
444 | }
445 |
446 | .components-page .title,
447 | .tutorial-page .title {
448 | color: #FFFFFF;
449 | }
450 |
451 | .brand .h1-seo {
452 | font-size: 2.8em;
453 | text-transform: uppercase;
454 | font-weight: 300;
455 | }
456 |
457 | .brand .n-logo {
458 | max-width: 100px;
459 | margin-bottom: 40px;
460 | }
461 |
462 | .invision-logo {
463 | max-width: 70px;
464 | top: -2px;
465 | position: relative;
466 | }
467 |
468 | .creative-tim-logo {
469 | max-width: 140px;
470 | top: -2px;
471 | position: relative;
472 | }
473 |
474 | .section-javascript .title {
475 | margin-bottom: 0;
476 | }
477 |
478 | .navbar .switch-background {
479 | display: block;
480 | }
481 |
482 | .navbar-transparent .switch-background {
483 | display: none;
484 | }
485 |
486 | .section-signup .col .btn {
487 | margin-top: 30px;
488 | }
489 |
490 | #buttons-row .btn {
491 | margin-bottom: 10px;
492 | }
493 |
494 | .section-basic {
495 | padding-top: 0;
496 | }
497 |
498 | .section-images {
499 | padding-bottom: 0;
500 | }
501 |
502 | @media screen and (max-width: 991px) {
503 | .section-navbars .navbar-collapse {
504 | display: none !important;
505 | }
506 | }
--------------------------------------------------------------------------------
/assets/fonts/nucleo-license.md:
--------------------------------------------------------------------------------
1 | # Standard License - nucleoapp.com
2 |
3 | Github repo: https://github.com/NucleoApp/license-standard
4 |
5 | By purchasing Nucleo you are being granted a license to use Nucleo icons (including the custom Nucleo icons created through the Nucleo applications) for specific uses under certain conditions.
6 |
7 | You have rights to use Nucleo icons in unlimited personal and commercial projects for yourself or a client. Even if you don't renew the Basic license, you can still use the source files for as many projects as you want.
8 |
9 | For each project, you can use a maximum of 250 Nucleo icons (intended per unique style: for example if you're using the same icon in both the outline and glyph styles, or in 2 different sizes, you're using 2 icons).
10 |
11 | By purchasing Nucleo, you have the right to:
12 |
13 | - Use Nucleo icons in unlimited personal and commercial projects.
14 | - Use Nucleo icons in application/website/print/mobile/logo design.
15 | - Modify Nucleo icons to create you own icon variations.
16 |
17 | You don't have the right to:
18 |
19 | - Sublicense, resell, share, transfer, or otherwise redistribute Nucleo icons (even for free or within a more complex downloadable file).
20 | - Use more than 250 Nucleo icons in a single project.
21 | - Use Nucleo icons in a product that is directly competitive with Nucleo.
22 |
23 | ## Freelance Projects & Contracted work
24 | If you’re working on one or more projects for a client, you can share with your client a maximum of 250 Nucleo icons per project. You can’t share Nucleo source files, unless the client purchases a Nucleo license.
25 |
26 | If the End Product you (or the team you’ve been part of) have created for the client is a product offered for sale, and the Nucleo icons contribute to the core value of the product being sold/shared, your client will have to buy an Extended License.
27 |
28 | ## End Product Users
29 | If you're using Nucleo icons in apps, installable items or online products/services, there's no limit to the number of users/customers that can use the product you're developing (e.g. if you're developing a web application and you're using Nucleo icons throughout the design, there's no limit to the number of active users of the application).
30 |
31 | ## Templates, Themes, UI Kits & Plugins
32 | If you’re using Nucleo icons in templates, themes or plugins offered for sale, or for free, (e.g. UI kits, Wordpress Themes, HTML/CSS Templates), you can include up to 100 icons in the downloadable source files. This limitation applies to the icon fonts as well.
33 |
34 | The downloadable source file has to include [Nucleo license](https://github.com/NucleoApp/license-standard). No attribution or link back required, however any credit will be much appreciated.
35 |
36 | If Nucleo icons contribute to the core value of the template, theme or plugin sold/shared (e.g. a theme builder where users can browse Nucleo icons and pick the ones to include in their design), you will need an Extended License.
37 |
38 | ## Open source projects
39 | If you’re using Nucleo icons in open source projects, you can include up to 100 icons in the downloadable source files. This limitation applies to the icon fonts as well.
40 |
41 | The downloadable source file has to include [Nucleo license](https://github.com/NucleoApp/license-standard). No attribution or link back required, however any credit will be much appreciated.
42 |
43 | If Nucleo icons contribute to the core value of the open source project (e.g. a CMS where users can browse Nucleo icons and pick the ones to include in their design), you will need an Extended License.
44 |
45 | ## Extended License
46 | If you're interested in using Nucleo icons in items offered for sale (or for free) where the Nucleo icons contribute to the core value of the product being sold/shared, you will need an Extended License.
47 |
48 | By purchasing an Extended License, you’re also granted the right to:
49 |
50 | - Use up to 500 icons in a single project (the one you’re purchasing the Extended License for) if the users/customers can access Nucleo source files (e.g. Nucleo icons are stored in a folder inside the downloadable file).
51 | - Use unlimited icons if the users/customers cannot access Nucleo source files (e.g. Nucleo icons are encrypted and user can only use icons throughout the application).
52 |
53 | The downloadable source file has to include [Nucleo Standard License](https://github.com/NucleoApp/license-standard), as well as Nucleo Extended License.
54 |
55 | Example of products offered for sale (or for free) where Nucleo contributes to the core value of the product being sold/shared:
56 |
57 | - Logo builder application that combines Nucleo icons to create a logo
58 | - Theme builder where users can browse Nucleo icons and pick the ones to include in their design.
59 | - Application used to create presentations, where users can pick Nucleo icons through the built-in presentation builder.
60 |
61 | If you’re still unclear about what is or isn’t allowed under this license, please contact us at info@nucleoapp.com.
62 |
--------------------------------------------------------------------------------
/assets/fonts/nucleo-outline.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/fonts/nucleo-outline.eot
--------------------------------------------------------------------------------
/assets/fonts/nucleo-outline.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/fonts/nucleo-outline.ttf
--------------------------------------------------------------------------------
/assets/fonts/nucleo-outline.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/fonts/nucleo-outline.woff
--------------------------------------------------------------------------------
/assets/fonts/nucleo-outline.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/fonts/nucleo-outline.woff2
--------------------------------------------------------------------------------
/assets/img/apple-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/apple-icon.png
--------------------------------------------------------------------------------
/assets/img/avatar.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/avatar.jpg
--------------------------------------------------------------------------------
/assets/img/bg1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/bg1.jpg
--------------------------------------------------------------------------------
/assets/img/bg11.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/bg11.jpg
--------------------------------------------------------------------------------
/assets/img/bg3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/bg3.jpg
--------------------------------------------------------------------------------
/assets/img/bg4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/bg4.jpg
--------------------------------------------------------------------------------
/assets/img/bg5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/bg5.jpg
--------------------------------------------------------------------------------
/assets/img/bg6.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/bg6.jpg
--------------------------------------------------------------------------------
/assets/img/bg7.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/bg7.jpg
--------------------------------------------------------------------------------
/assets/img/bg8.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/bg8.jpg
--------------------------------------------------------------------------------
/assets/img/blurred-image-1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/blurred-image-1.jpg
--------------------------------------------------------------------------------
/assets/img/creative-tim-white-slim2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/creative-tim-white-slim2.png
--------------------------------------------------------------------------------
/assets/img/default-avatar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/default-avatar.png
--------------------------------------------------------------------------------
/assets/img/eva.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/eva.jpg
--------------------------------------------------------------------------------
/assets/img/favicon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/favicon.png
--------------------------------------------------------------------------------
/assets/img/flags/AD.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/AD.png
--------------------------------------------------------------------------------
/assets/img/flags/AE.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/AE.png
--------------------------------------------------------------------------------
/assets/img/flags/AG.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/AG.png
--------------------------------------------------------------------------------
/assets/img/flags/AM.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/AM.png
--------------------------------------------------------------------------------
/assets/img/flags/AR.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/AR.png
--------------------------------------------------------------------------------
/assets/img/flags/AT.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/AT.png
--------------------------------------------------------------------------------
/assets/img/flags/AU.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/AU.png
--------------------------------------------------------------------------------
/assets/img/flags/BE.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/BE.png
--------------------------------------------------------------------------------
/assets/img/flags/BF.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/BF.png
--------------------------------------------------------------------------------
/assets/img/flags/BG.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/BG.png
--------------------------------------------------------------------------------
/assets/img/flags/BO.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/BO.png
--------------------------------------------------------------------------------
/assets/img/flags/BR.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/BR.png
--------------------------------------------------------------------------------
/assets/img/flags/CA.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/CA.png
--------------------------------------------------------------------------------
/assets/img/flags/CD.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/CD.png
--------------------------------------------------------------------------------
/assets/img/flags/CG.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/CG.png
--------------------------------------------------------------------------------
/assets/img/flags/CH.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/CH.png
--------------------------------------------------------------------------------
/assets/img/flags/CL.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/CL.png
--------------------------------------------------------------------------------
/assets/img/flags/CM.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/CM.png
--------------------------------------------------------------------------------
/assets/img/flags/CN.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/CN.png
--------------------------------------------------------------------------------
/assets/img/flags/CO.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/CO.png
--------------------------------------------------------------------------------
/assets/img/flags/CZ.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/CZ.png
--------------------------------------------------------------------------------
/assets/img/flags/DE.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/DE.png
--------------------------------------------------------------------------------
/assets/img/flags/DJ.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/DJ.png
--------------------------------------------------------------------------------
/assets/img/flags/DK.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/DK.png
--------------------------------------------------------------------------------
/assets/img/flags/DZ.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/DZ.png
--------------------------------------------------------------------------------
/assets/img/flags/EE.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/EE.png
--------------------------------------------------------------------------------
/assets/img/flags/EG.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/EG.png
--------------------------------------------------------------------------------
/assets/img/flags/ES.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/ES.png
--------------------------------------------------------------------------------
/assets/img/flags/FI.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/FI.png
--------------------------------------------------------------------------------
/assets/img/flags/FR.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/FR.png
--------------------------------------------------------------------------------
/assets/img/flags/GA.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/GA.png
--------------------------------------------------------------------------------
/assets/img/flags/GB.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/GB.png
--------------------------------------------------------------------------------
/assets/img/flags/GM.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/GM.png
--------------------------------------------------------------------------------
/assets/img/flags/GT.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/GT.png
--------------------------------------------------------------------------------
/assets/img/flags/HN.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/HN.png
--------------------------------------------------------------------------------
/assets/img/flags/HT.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/HT.png
--------------------------------------------------------------------------------
/assets/img/flags/HU.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/HU.png
--------------------------------------------------------------------------------
/assets/img/flags/ID.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/ID.png
--------------------------------------------------------------------------------
/assets/img/flags/IE.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/IE.png
--------------------------------------------------------------------------------
/assets/img/flags/IL.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/IL.png
--------------------------------------------------------------------------------
/assets/img/flags/IN.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/IN.png
--------------------------------------------------------------------------------
/assets/img/flags/IQ.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/IQ.png
--------------------------------------------------------------------------------
/assets/img/flags/IR.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/IR.png
--------------------------------------------------------------------------------
/assets/img/flags/IT.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/IT.png
--------------------------------------------------------------------------------
/assets/img/flags/JM.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/JM.png
--------------------------------------------------------------------------------
/assets/img/flags/JO.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/JO.png
--------------------------------------------------------------------------------
/assets/img/flags/JP.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/JP.png
--------------------------------------------------------------------------------
/assets/img/flags/KG.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/KG.png
--------------------------------------------------------------------------------
/assets/img/flags/KN.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/KN.png
--------------------------------------------------------------------------------
/assets/img/flags/KP.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/KP.png
--------------------------------------------------------------------------------
/assets/img/flags/KR.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/KR.png
--------------------------------------------------------------------------------
/assets/img/flags/KW.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/KW.png
--------------------------------------------------------------------------------
/assets/img/flags/KZ.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/KZ.png
--------------------------------------------------------------------------------
/assets/img/flags/LA.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/LA.png
--------------------------------------------------------------------------------
/assets/img/flags/LB.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/LB.png
--------------------------------------------------------------------------------
/assets/img/flags/LC.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/LC.png
--------------------------------------------------------------------------------
/assets/img/flags/LS.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/LS.png
--------------------------------------------------------------------------------
/assets/img/flags/LU.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/LU.png
--------------------------------------------------------------------------------
/assets/img/flags/LV.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/LV.png
--------------------------------------------------------------------------------
/assets/img/flags/MG.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/MG.png
--------------------------------------------------------------------------------
/assets/img/flags/MK.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/MK.png
--------------------------------------------------------------------------------
/assets/img/flags/ML.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/ML.png
--------------------------------------------------------------------------------
/assets/img/flags/MM.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/MM.png
--------------------------------------------------------------------------------
/assets/img/flags/MT.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/MT.png
--------------------------------------------------------------------------------
/assets/img/flags/MX.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/MX.png
--------------------------------------------------------------------------------
/assets/img/flags/NA.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/NA.png
--------------------------------------------------------------------------------
/assets/img/flags/NE.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/NE.png
--------------------------------------------------------------------------------
/assets/img/flags/NG.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/NG.png
--------------------------------------------------------------------------------
/assets/img/flags/NI.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/NI.png
--------------------------------------------------------------------------------
/assets/img/flags/NL.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/NL.png
--------------------------------------------------------------------------------
/assets/img/flags/NO.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/NO.png
--------------------------------------------------------------------------------
/assets/img/flags/OM.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/OM.png
--------------------------------------------------------------------------------
/assets/img/flags/PA.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/PA.png
--------------------------------------------------------------------------------
/assets/img/flags/PE.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/PE.png
--------------------------------------------------------------------------------
/assets/img/flags/PG.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/PG.png
--------------------------------------------------------------------------------
/assets/img/flags/PK.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/PK.png
--------------------------------------------------------------------------------
/assets/img/flags/PL.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/PL.png
--------------------------------------------------------------------------------
/assets/img/flags/PT.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/PT.png
--------------------------------------------------------------------------------
/assets/img/flags/PY.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/PY.png
--------------------------------------------------------------------------------
/assets/img/flags/QA.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/QA.png
--------------------------------------------------------------------------------
/assets/img/flags/RO.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/RO.png
--------------------------------------------------------------------------------
/assets/img/flags/RU.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/RU.png
--------------------------------------------------------------------------------
/assets/img/flags/RW.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/RW.png
--------------------------------------------------------------------------------
/assets/img/flags/SA.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/SA.png
--------------------------------------------------------------------------------
/assets/img/flags/SE.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/SE.png
--------------------------------------------------------------------------------
/assets/img/flags/SG.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/SG.png
--------------------------------------------------------------------------------
/assets/img/flags/SL.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/SL.png
--------------------------------------------------------------------------------
/assets/img/flags/SN.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/SN.png
--------------------------------------------------------------------------------
/assets/img/flags/SO.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/SO.png
--------------------------------------------------------------------------------
/assets/img/flags/SV.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/SV.png
--------------------------------------------------------------------------------
/assets/img/flags/TD.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/TD.png
--------------------------------------------------------------------------------
/assets/img/flags/TJ.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/TJ.png
--------------------------------------------------------------------------------
/assets/img/flags/TL.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/TL.png
--------------------------------------------------------------------------------
/assets/img/flags/TR.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/TR.png
--------------------------------------------------------------------------------
/assets/img/flags/TZ.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/TZ.png
--------------------------------------------------------------------------------
/assets/img/flags/UA.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/UA.png
--------------------------------------------------------------------------------
/assets/img/flags/US.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/US.png
--------------------------------------------------------------------------------
/assets/img/flags/VE.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/VE.png
--------------------------------------------------------------------------------
/assets/img/flags/VN.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/VN.png
--------------------------------------------------------------------------------
/assets/img/flags/YE.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/flags/YE.png
--------------------------------------------------------------------------------
/assets/img/header.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/header.jpg
--------------------------------------------------------------------------------
/assets/img/hero-image-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/hero-image-1.png
--------------------------------------------------------------------------------
/assets/img/hero-image-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/hero-image-2.png
--------------------------------------------------------------------------------
/assets/img/hero-image-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/hero-image-3.png
--------------------------------------------------------------------------------
/assets/img/invision-white-slim.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/invision-white-slim.png
--------------------------------------------------------------------------------
/assets/img/julie.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/julie.jpg
--------------------------------------------------------------------------------
/assets/img/landing.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/landing.jpg
--------------------------------------------------------------------------------
/assets/img/login.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/login.jpg
--------------------------------------------------------------------------------
/assets/img/logo-square.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/logo-square.jpg
--------------------------------------------------------------------------------
/assets/img/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/logo.png
--------------------------------------------------------------------------------
/assets/img/now-logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/now-logo.png
--------------------------------------------------------------------------------
/assets/img/nucleo-logo.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
19 |
--------------------------------------------------------------------------------
/assets/img/profile.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/profile.jpg
--------------------------------------------------------------------------------
/assets/img/ryan.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/creativetimofficial/now-ui-kit/80acd1717f3c4f9a791ca47219b4a8b09fbd0daa/assets/img/ryan.jpg
--------------------------------------------------------------------------------
/assets/js/now-ui-kit.js:
--------------------------------------------------------------------------------
1 | /*!
2 |
3 | =========================================================
4 | * Now UI Kit - v1.3.0
5 | =========================================================
6 |
7 | * Product Page: https://www.creative-tim.com/product/now-ui-kit
8 | * Copyright 2019 Creative Tim (http://www.creative-tim.com)
9 |
10 | * Designed by www.invisionapp.com Coded by www.creative-tim.com
11 |
12 | =========================================================
13 |
14 | * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
15 |
16 | */
17 |
18 |
19 | var transparent = true;
20 | var big_image;
21 |
22 | var transparentDemo = true;
23 | var fixedTop = false;
24 |
25 | var navbar_initialized,
26 | backgroundOrange = false,
27 | toggle_initialized = false;
28 |
29 | var nowuiKit,
30 | $navbar,
31 | scroll_distance,
32 | oVal;
33 |
34 | $(document).ready(function() {
35 | // Activate the Tooltips
36 | $('[data-toggle="tooltip"], [rel="tooltip"]').tooltip();
37 |
38 | // Activate Popovers and set color for popovers
39 | $('[data-toggle="popover"]').each(function() {
40 | color_class = $(this).data('color');
41 | $(this).popover({
42 | template: '
'
43 | });
44 | });
45 |
46 | // Activate the image for the navbar-collapse
47 | nowuiKit.initNavbarImage();
48 |
49 | $navbar = $('.navbar[color-on-scroll]');
50 | scroll_distance = $navbar.attr('color-on-scroll') || 500;
51 |
52 | // Check if we have the class "navbar-color-on-scroll" then add the function to remove the class "navbar-transparent" so it will transform to a plain color.
53 |
54 | if ($('.navbar[color-on-scroll]').length != 0) {
55 | nowuiKit.checkScrollForTransparentNavbar();
56 | $(window).on('scroll', nowuiKit.checkScrollForTransparentNavbar)
57 | }
58 |
59 | $('.form-control').on("focus", function() {
60 | $(this).parent('.input-group').addClass("input-group-focus");
61 | }).on("blur", function() {
62 | $(this).parent(".input-group").removeClass("input-group-focus");
63 | });
64 |
65 | // Activate bootstrapSwitch
66 | $('.bootstrap-switch').each(function() {
67 | $this = $(this);
68 | data_on_label = $this.data('on-label') || '';
69 | data_off_label = $this.data('off-label') || '';
70 |
71 | $this.bootstrapSwitch({
72 | onText: data_on_label,
73 | offText: data_off_label
74 | });
75 | });
76 |
77 | if ($(window).width() >= 992) {
78 | big_image = $('.page-header-image[data-parallax="true"]');
79 |
80 | $(window).on('scroll', nowuiKitDemo.checkScrollForParallax);
81 | }
82 |
83 | // Activate Carousel
84 | $('.carousel').carousel({
85 | interval: 4000
86 | });
87 |
88 | $('.date-picker').each(function() {
89 | $(this).datepicker({
90 | templates: {
91 | leftArrow: '',
92 | rightArrow: ''
93 | }
94 | }).on('show', function() {
95 | $('.datepicker').addClass('open');
96 |
97 | datepicker_color = $(this).data('datepicker-color');
98 | if (datepicker_color.length != 0) {
99 | $('.datepicker').addClass('datepicker-' + datepicker_color + '');
100 | }
101 | }).on('hide', function() {
102 | $('.datepicker').removeClass('open');
103 | });
104 | });
105 |
106 |
107 | });
108 |
109 | // Javascript just for Demo purpose, remove it from your project
110 | nowuiKitDemo = {
111 | checkScrollForParallax: debounce(function() {
112 | var current_scroll = $(this).scrollTop();
113 |
114 | oVal = ($(window).scrollTop() / 3);
115 | big_image.css({
116 | 'transform': 'translate3d(0,' + oVal + 'px,0)',
117 | '-webkit-transform': 'translate3d(0,' + oVal + 'px,0)',
118 | '-ms-transform': 'translate3d(0,' + oVal + 'px,0)',
119 | '-o-transform': 'translate3d(0,' + oVal + 'px,0)'
120 | });
121 |
122 | }, 6)
123 |
124 | }
125 |
126 | // Returns a function, that, as long as it continues to be invoked, will not
127 | // be triggered. The function will be called after it stops being called for
128 | // N milliseconds. If `immediate` is passed, trigger the function on the
129 | // leading edge, instead of the trailing.
130 |
131 | function debounce(func, wait, immediate) {
132 | var timeout;
133 | return function() {
134 | var context = this,
135 | args = arguments;
136 | clearTimeout(timeout);
137 | timeout = setTimeout(function() {
138 | timeout = null;
139 | if (!immediate) func.apply(context, args);
140 | }, wait);
141 | if (immediate && !timeout) func.apply(context, args);
142 | };
143 | };
144 |
145 | $(window).on('resize', function() {
146 | nowuiKit.initNavbarImage();
147 | });
148 |
149 | $(document).on('click', '.navbar-toggler', function() {
150 | $toggle = $(this);
151 |
152 | if (nowuiKit.misc.navbar_menu_visible == 1) {
153 | $('html').removeClass('nav-open');
154 | nowuiKit.misc.navbar_menu_visible = 0;
155 | $('#bodyClick').remove();
156 | setTimeout(function() {
157 | $toggle.removeClass('toggled');
158 | }, 550);
159 | } else {
160 | setTimeout(function() {
161 | $toggle.addClass('toggled');
162 | }, 580);
163 | div = '';
164 | $(div).appendTo('body').click(function() {
165 | $('html').removeClass('nav-open');
166 | nowuiKit.misc.navbar_menu_visible = 0;
167 | setTimeout(function() {
168 | $toggle.removeClass('toggled');
169 | $('#bodyClick').remove();
170 | }, 550);
171 | });
172 |
173 | $('html').addClass('nav-open');
174 | nowuiKit.misc.navbar_menu_visible = 1;
175 | }
176 | });
177 |
178 | nowuiKit = {
179 | misc: {
180 | navbar_menu_visible: 0
181 | },
182 |
183 | checkScrollForTransparentNavbar: debounce(function() {
184 | if ($(document).scrollTop() > scroll_distance) {
185 | if (transparent) {
186 | transparent = false;
187 | $('.navbar[color-on-scroll]').removeClass('navbar-transparent');
188 | }
189 | } else {
190 | if (!transparent) {
191 | transparent = true;
192 | $('.navbar[color-on-scroll]').addClass('navbar-transparent');
193 | }
194 | }
195 | }, 17),
196 |
197 | initNavbarImage: function() {
198 | var $navbar = $('.navbar').find('.navbar-translate').siblings('.navbar-collapse');
199 | var background_image = $navbar.data('nav-image');
200 |
201 | if (background_image != undefined) {
202 | if ($(window).width() < 991 || $('body').hasClass('burger-menu')) {
203 | $navbar.css('background', "url('" + background_image + "')")
204 | .removeAttr('data-nav-image')
205 | .css('background-size', "cover")
206 | .addClass('has-image');
207 | } else {
208 | $navbar.css('background', "")
209 | .attr('data-nav-image', '' + background_image + '')
210 | .css('background-size', "")
211 | .removeClass('has-image');
212 | }
213 | }
214 | },
215 |
216 | initSliders: function() {
217 | // Sliders for demo purpose in refine cards section
218 | var slider = document.getElementById('sliderRegular');
219 |
220 | noUiSlider.create(slider, {
221 | start: 40,
222 | connect: [true, false],
223 | range: {
224 | min: 0,
225 | max: 100
226 | }
227 | });
228 |
229 | var slider2 = document.getElementById('sliderDouble');
230 |
231 | noUiSlider.create(slider2, {
232 | start: [20, 60],
233 | connect: true,
234 | range: {
235 | min: 0,
236 | max: 100
237 | }
238 | });
239 | }
240 | }
241 |
242 | // Javascript just for Demo purpose, remove it from your project
243 | nowuiKitDemo = {
244 | checkScrollForParallax: debounce(function() {
245 | var current_scroll = $(this).scrollTop();
246 |
247 | oVal = ($(window).scrollTop() / 3);
248 | big_image.css({
249 | 'transform': 'translate3d(0,' + oVal + 'px,0)',
250 | '-webkit-transform': 'translate3d(0,' + oVal + 'px,0)',
251 | '-ms-transform': 'translate3d(0,' + oVal + 'px,0)',
252 | '-o-transform': 'translate3d(0,' + oVal + 'px,0)'
253 | });
254 |
255 | }, 6)
256 |
257 | }
258 |
259 | // Returns a function, that, as long as it continues to be invoked, will not
260 | // be triggered. The function will be called after it stops being called for
261 | // N milliseconds. If `immediate` is passed, trigger the function on the
262 | // leading edge, instead of the trailing.
263 |
264 | function debounce(func, wait, immediate) {
265 | var timeout;
266 | return function() {
267 | var context = this,
268 | args = arguments;
269 | clearTimeout(timeout);
270 | timeout = setTimeout(function() {
271 | timeout = null;
272 | if (!immediate) func.apply(context, args);
273 | }, wait);
274 | if (immediate && !timeout) func.apply(context, args);
275 | };
276 | };
--------------------------------------------------------------------------------
/assets/js/now-ui-kit.js.map:
--------------------------------------------------------------------------------
1 | {"version":3,"sources":["_site_kit_free/assets/js/kit-free.js"],"names":["big_image","navbar_initialized","nowuiKit","$navbar","scroll_distance","oVal","transparent","transparentDemo","fixedTop","backgroundOrange","toggle_initialized","debounce","func","wait","immediate","timeout","context","this","args","arguments","clearTimeout","setTimeout","apply","$","document","ready","tooltip","each","color_class","data","popover","template","initNavbarImage","attr","length","checkScrollForTransparentNavbar","window","on","parent","addClass","removeClass","$this","data_on_label","data_off_label","bootstrapSwitch","onText","offText","width","nowuiKitDemo","checkScrollForParallax","carousel","interval","datepicker","templates","leftArrow","rightArrow","datepicker_color","scrollTop","css","transform","-webkit-transform","-ms-transform","-o-transform","$toggle","misc","navbar_menu_visible","remove","div","appendTo","click","find","siblings","background_image","undefined","hasClass","removeAttr","initSliders","slider","getElementById","noUiSlider","create","start","connect","range","min","max","slider2"],"mappings":"AAkBA,IACIA,UAKAC,mBAIAC,SACJC,QACAC,gBACAC,KAbIC,aAAc,EAGdC,iBAAkB,EAClBC,UAAW,EAGXC,kBAAmB,EACnBC,oBAAqB,EAwGzB,SAASC,SAASC,EAAMC,EAAMC,GAC7B,IAAIC,EACJ,OAAO,WACN,IAAIC,EAAUC,KAAMC,EAAOC,UAC3BC,aAAaL,GACbA,EAAUM,WAAW,WACpBN,EAAU,KACLD,GAAWF,EAAKU,MAAMN,EAASE,IAClCL,GACCC,IAAcC,GAASH,EAAKU,MAAMN,EAASE,IA2HjD,SAASP,SAASC,EAAMC,EAAMC,GAC7B,IAAIC,EACJ,OAAO,WACN,IAAIC,EAAUC,KAAMC,EAAOC,UAC3BC,aAAaL,GACbA,EAAUM,WAAW,WACpBN,EAAU,KACLD,GAAWF,EAAKU,MAAMN,EAASE,IAClCL,GACCC,IAAcC,GAASH,EAAKU,MAAMN,EAASE,IA9OjDK,EAAEC,UAAUC,MAAM,WAEdF,EAAE,4CAA4CG,UAG9CH,EAAE,2BAA2BI,KAAK,WAC9BC,YAAcL,EAAEN,MAAMY,KAAK,SAC3BN,EAAEN,MAAMa,QAAQ,CACZC,SAAU,+BAA+BH,YAAa,uHAK9D1B,SAAS8B,kBAET7B,QAAUoB,EAAE,4BACZnB,gBAAkBD,QAAQ8B,KAAK,oBAAsB,IAIV,GAAxCV,EAAE,4BAA4BW,SAC7BhC,SAASiC,kCACTZ,EAAEa,QAAQC,GAAG,SAAUnC,SAASiC,kCAGpCZ,EAAE,iBAAiBc,GAAG,QAAS,WAC3Bd,EAAEN,MAAMqB,OAAO,gBAAgBC,SAAS,uBACzCF,GAAG,OAAQ,WACVd,EAAEN,MAAMqB,OAAO,gBAAgBE,YAAY,uBAI/CjB,EAAE,qBAAqBI,KAAK,WACxBc,MAAQlB,EAAEN,MACVyB,cAAgBD,MAAMZ,KAAK,aAAe,GAC1Cc,eAAiBF,MAAMZ,KAAK,cAAgB,GAE5CY,MAAMG,gBAAgB,CAClBC,OAAQH,cACRI,QAASH,mBAIQ,KAArBpB,EAAEa,QAAQW,UACV/C,UAAYuB,EAAE,4CAEdA,EAAEa,QAAQC,GAAG,SAAUW,aAAaC,yBAI3C1B,EAAE,aAAa2B,SAAS,CACjBC,SAAU,MAGd5B,EAAE,gBAAgBI,KAAK,WACnBJ,EAAEN,MAAMmC,WAAW,CACfC,UAAU,CACNC,UAAW,qDACXC,WAAY,yDAEjBlB,GAAG,OAAQ,WACNd,EAAE,eAAegB,SAAS,QAE1BiB,iBAAmBjC,EAAEN,MAAMY,KAAK,oBACD,GAA3B2B,iBAAiBtB,QACjBX,EAAE,eAAegB,SAAS,cAAeiB,oBAE9CnB,GAAG,OAAQ,WACVd,EAAE,eAAeiB,YAAY,cAQ7CQ,aAAe,CACXC,uBAAwBtC,SAAS,WACRY,EAAEN,MAAMwC,YAE7BpD,KAAQkB,EAAEa,QAAQqB,YAAc,EAChCzD,UAAU0D,IAAI,CACVC,UAAY,iBAAmBtD,KAAM,QACrCuD,oBAAoB,iBAAmBvD,KAAM,QAC7CwD,gBAAgB,iBAAmBxD,KAAM,QACzCyD,eAAe,iBAAmBzD,KAAM,WAG7C,IAsBPkB,EAAEa,QAAQC,GAAG,SAAU,WACnBnC,SAAS8B,oBAGbT,EAAEC,UAAUa,GAAG,QAAS,kBAAmB,WACvC0B,QAAUxC,EAAEN,MAE4B,GAArCf,SAAS8D,KAAKC,qBACb1C,EAAE,QAAQiB,YAAY,YACvBtC,SAAS8D,KAAKC,oBAAsB,EACnC1C,EAAE,cAAc2C,SAChB7C,WAAW,WACR0C,QAAQvB,YAAY,YACrB,OAEHnB,WAAW,WACP0C,QAAQxB,SAAS,YAClB,KACH4B,IAAM,6BACN5C,EAAE4C,KAAKC,SAAS,QAAQC,MAAM,WAC1B9C,EAAE,QAAQiB,YAAY,YACtBtC,SAAS8D,KAAKC,oBAAsB,EACnC5C,WAAW,WACR0C,QAAQvB,YAAY,WACpBjB,EAAE,cAAc2C,UAChB,OAGT3C,EAAE,QAAQgB,SAAS,YAClBrC,SAAS8D,KAAKC,oBAAsB,KAI3C/D,SAAW,CACP8D,KAAK,CACDC,oBAAqB,GAGzB9B,gCAAiCxB,SAAS,WAC/BY,EAAEC,UAAUiC,YAAcrD,gBACtBE,cACCA,aAAc,EACdiB,EAAE,4BAA4BiB,YAAY,uBAGzClC,cACDA,aAAc,EACdiB,EAAE,4BAA4BgB,SAAS,wBAGpD,IAEHP,gBAAiB,WACb,IAAI7B,EAAUoB,EAAE,WAAW+C,KAAK,qBAAqBC,SAAS,oBAC1DC,EAAmBrE,EAAQ0B,KAAK,aAEb4C,MAApBD,IACGjD,EAAEa,QAAQW,QAAU,KAAOxB,EAAE,QAAQmD,SAAS,eAChDvE,EAAQuD,IAAI,aAAa,QAAUc,EAAmB,MAC9CG,WAAW,kBACXjB,IAAI,kBAAkB,SACtBnB,SAAS,aAEjBpC,EAAQuD,IAAI,aAAa,IACjBzB,KAAK,iBAAkB,GAAIuC,GAC3Bd,IAAI,kBAAkB,IACtBlB,YAAY,eAK5BoC,YAAa,WAET,IAAIC,EAASrD,SAASsD,eAAe,iBAErCC,WAAWC,OAAOH,EAAQ,CACtBI,MAAO,GACPC,QAAS,EAAC,GAAK,GACfC,MAAO,CACHC,IAAK,EACLC,IAAK,OAIb,IAAIC,EAAU9D,SAASsD,eAAe,gBAEtCC,WAAWC,OAAOM,EAAS,CACvBL,MAAO,CAAE,GAAI,IACbC,SAAS,EACTC,MAAO,CACHC,IAAM,EACNC,IAAM,SAOtBrC,aAAe,CACXC,uBAAwBtC,SAAS,WACRY,EAAEN,MAAMwC,YAE7BpD,KAAQkB,EAAEa,QAAQqB,YAAc,EAChCzD,UAAU0D,IAAI,CACVC,UAAY,iBAAmBtD,KAAM,QACrCuD,oBAAoB,iBAAmBvD,KAAM,QAC7CwD,gBAAgB,iBAAmBxD,KAAM,QACzCyD,eAAe,iBAAmBzD,KAAM,WAG7C"}
--------------------------------------------------------------------------------
/assets/js/now-ui-kit.min.js:
--------------------------------------------------------------------------------
1 | // =========================================================
2 | // * Now UI Kit - v1.3.0
3 | // =========================================================
4 | //
5 | // * Product Page: https://www.creative-tim.com/product/now-ui-kit
6 | // * Copyright 2019 Creative Tim (http://www.creative-tim.com)
7 | // * Licensed under MIT (https://github.com/creativetimofficial/now-ui-kit/blob/master/LICENSE.md)
8 | //
9 | // * Designed by www.invisionapp.com Coded by www.creative-tim.com
10 | //
11 | // =========================================================
12 | //
13 | // * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
14 |
15 | var big_image,navbar_initialized,nowuiKit,$navbar,scroll_distance,oVal,transparent=!0,transparentDemo=!0,fixedTop=!1,backgroundOrange=!1,toggle_initialized=!1;function debounce(n,e,t){var r;return function(){var a=this,o=arguments;clearTimeout(r),r=setTimeout(function(){r=null,t||n.apply(a,o)},e),t&&!r&&n.apply(a,o)}}function debounce(n,e,t){var r;return function(){var a=this,o=arguments;clearTimeout(r),r=setTimeout(function(){r=null,t||n.apply(a,o)},e),t&&!r&&n.apply(a,o)}}$(document).ready(function(){$('[data-toggle="tooltip"], [rel="tooltip"]').tooltip(),$('[data-toggle="popover"]').each(function(){color_class=$(this).data("color"),$(this).popover({template:'