Skip to content

Commit ce35b4a

Browse files
committed
Add sidebar icons preload
1 parent e905a13 commit ce35b4a

18 files changed

+52
-86
lines changed

dist/charts.html

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<head>
55
<title>Light Blue Bootstrap Dashboard - Charts</title>
66
<link href="css/application.min.css" rel="stylesheet">
7+
<link rel="preload" href="css/preload-icons.min.css" as="style">
78
<!-- as of IE9 cannot parse css files with more that 4K classes separating in two files -->
89
<!--[if IE 9]>
910
<link href="css/application-ie9-part2.css" rel="stylesheet">
@@ -290,26 +291,21 @@
290291
<h5 class="sidebar-nav-title">App</h5>
291292
<ul class="sidebar-nav">
292293
<li class="">
293-
<!-- an example of nested submenu. basic bootstrap collapse component -->
294294
<a href="index.html">
295295
<i class="sidebar-icon dashboard-icon"></i>
296296
<span class="icon">Dashboard</span>
297297
</a>
298298
</li>
299299
</ul>
300-
<!-- every .sidebar-nav may have a title -->
301300
<h5 class="sidebar-nav-title">Template </h5>
302301
<ul class="sidebar-nav">
303302
<li class="">
304-
<!-- an example of nested submenu. basic bootstrap collapse component -->
305303
<a href="typography.html">
306304
<i class="sidebar-icon typography-icon"></i>
307305
<span class="icon">Typography</span>
308-
309306
</a>
310307
</li>
311308
<li class="">
312-
<!-- an example of nested submenu. basic bootstrap collapse component -->
313309
<a href="tables.html">
314310
<i class="sidebar-icon tables-icon"></i>
315311
<span class="icon">Tables</span>
@@ -332,15 +328,12 @@ <h5 class="sidebar-nav-title">Template </h5>
332328
<ul class="sidebar-nav">
333329
<hr>
334330
<li class="">
335-
<!-- an example of nested submenu. basic bootstrap collapse component -->
336331
<a href="#">
337332
<i class="sidebar-icon settings-icon"></i>
338333
<span class="icon">Settings</span>
339-
340334
</a>
341335
</li>
342336
<li class="">
343-
<!-- an example of nested submenu. basic bootstrap collapse component -->
344337
<a href="#">
345338
<i class="sidebar-icon account-icon"></i>
346339
<span class="icon">Account</span>
@@ -354,7 +347,8 @@ <h5 class="sidebar-nav-title">Template </h5>
354347
</li>
355348
</ul>
356349
</div>
357-
</nav> <div class="content-wrap">
350+
</nav>
351+
<div class="content-wrap">
358352
<!-- main page content. the place to put widgets in. usually consists of .row > .col-lg-* > .widget. -->
359353
<main id="content" class="content" role="main">
360354
<!-- Page content -->
@@ -865,4 +859,4 @@ <h5>
865859
<script src="js/charts/charts.js"></script>
866860
</body>
867861

868-
</html>
862+
</html>

dist/css/application.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/maps/application.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/maps/preload-icons.min.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/preload-icons.min.css

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/icons.html

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<head>
55
<title>Light Blue Bootstrap Dashboard - UI Icons</title>
66
<link href="css/application.min.css" rel="stylesheet">
7+
<link rel="preload" href="css/preload-icons.min.css" as="style">
78
<!-- as of IE9 cannot parse css files with more that 4K classes separating in two files -->
89
<!--[if IE 9]>
910
<link href="css/application-ie9-part2.css" rel="stylesheet">
@@ -290,26 +291,21 @@
290291
<h5 class="sidebar-nav-title">App</h5>
291292
<ul class="sidebar-nav">
292293
<li class="">
293-
<!-- an example of nested submenu. basic bootstrap collapse component -->
294294
<a href="index.html">
295295
<i class="sidebar-icon dashboard-icon"></i>
296296
<span class="icon">Dashboard</span>
297297
</a>
298298
</li>
299299
</ul>
300-
<!-- every .sidebar-nav may have a title -->
301300
<h5 class="sidebar-nav-title">Template </h5>
302301
<ul class="sidebar-nav">
303302
<li class="">
304-
<!-- an example of nested submenu. basic bootstrap collapse component -->
305303
<a href="typography.html">
306304
<i class="sidebar-icon typography-icon"></i>
307305
<span class="icon">Typography</span>
308-
309306
</a>
310307
</li>
311308
<li class="">
312-
<!-- an example of nested submenu. basic bootstrap collapse component -->
313309
<a href="tables.html">
314310
<i class="sidebar-icon tables-icon"></i>
315311
<span class="icon">Tables</span>
@@ -332,15 +328,12 @@ <h5 class="sidebar-nav-title">Template </h5>
332328
<ul class="sidebar-nav">
333329
<hr>
334330
<li class="">
335-
<!-- an example of nested submenu. basic bootstrap collapse component -->
336331
<a href="#">
337332
<i class="sidebar-icon settings-icon"></i>
338333
<span class="icon">Settings</span>
339-
340334
</a>
341335
</li>
342336
<li class="">
343-
<!-- an example of nested submenu. basic bootstrap collapse component -->
344337
<a href="#">
345338
<i class="sidebar-icon account-icon"></i>
346339
<span class="icon">Account</span>
@@ -354,7 +347,8 @@ <h5 class="sidebar-nav-title">Template </h5>
354347
</li>
355348
</ul>
356349
</div>
357-
</nav> <div class="content-wrap">
350+
</nav>
351+
<div class="content-wrap">
358352
<!-- main page content. the place to put widgets in. usually consists of .row > .col-lg-* > .widget. -->
359353
<main id="content" class="content" role="main">
360354
<!-- Page content -->
@@ -2597,4 +2591,4 @@ <h4>Flat<span class="fw-semi-bold">icon</span></h4>
25972591
<!-- Page scripts -->
25982592
</body>
25992593

2600-
</html>
2594+
</html>

dist/index.html

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<head>
55
<title>Flatlogic One HTML5 Dashboard - Visits</title>
66
<link href="css/application.min.css" rel="stylesheet">
7+
<link rel="preload" href="css/preload-icons.min.css" as="style">
78
<!-- as of IE9 cannot parse css files with more that 4K classes separating in two files -->
89
<!--[if IE 9]>
910
<link href="css/application-ie9-part2.css" rel="stylesheet">
@@ -290,26 +291,21 @@
290291
<h5 class="sidebar-nav-title">App</h5>
291292
<ul class="sidebar-nav">
292293
<li class=" active ">
293-
<!-- an example of nested submenu. basic bootstrap collapse component -->
294294
<a href="index.html">
295295
<i class="sidebar-icon dashboard-icon"></i>
296296
<span class="icon">Dashboard</span>
297297
</a>
298298
</li>
299299
</ul>
300-
<!-- every .sidebar-nav may have a title -->
301300
<h5 class="sidebar-nav-title">Template </h5>
302301
<ul class="sidebar-nav">
303302
<li class="">
304-
<!-- an example of nested submenu. basic bootstrap collapse component -->
305303
<a href="typography.html">
306304
<i class="sidebar-icon typography-icon"></i>
307305
<span class="icon">Typography</span>
308-
309306
</a>
310307
</li>
311308
<li class="">
312-
<!-- an example of nested submenu. basic bootstrap collapse component -->
313309
<a href="tables.html">
314310
<i class="sidebar-icon tables-icon"></i>
315311
<span class="icon">Tables</span>
@@ -332,15 +328,12 @@ <h5 class="sidebar-nav-title">Template </h5>
332328
<ul class="sidebar-nav">
333329
<hr>
334330
<li class="">
335-
<!-- an example of nested submenu. basic bootstrap collapse component -->
336331
<a href="#">
337332
<i class="sidebar-icon settings-icon"></i>
338333
<span class="icon">Settings</span>
339-
340334
</a>
341335
</li>
342336
<li class="">
343-
<!-- an example of nested submenu. basic bootstrap collapse component -->
344337
<a href="#">
345338
<i class="sidebar-icon account-icon"></i>
346339
<span class="icon">Account</span>
@@ -354,7 +347,8 @@ <h5 class="sidebar-nav-title">Template </h5>
354347
</li>
355348
</ul>
356349
</div>
357-
</nav> <div class="content-wrap">
350+
</nav>
351+
<div class="content-wrap">
358352
<!-- main page content. the place to put widgets in. usually consists of .row > .col-lg-* > .widget. -->
359353
<main id="content" class="content" role="main">
360354
<!-- Page content -->
@@ -868,4 +862,4 @@ <h5>
868862
<script src="js/dashboard/index.js"></script>
869863
</body>
870864

871-
</html>
865+
</html>

dist/login.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<head>
55
<title>Light Blue Bootstrap Dashboard - Login</title>
66
<link href="css/application.min.css" rel="stylesheet">
7+
<link rel="preload" href="css/preload-icons.min.css" as="style">
78
<!-- as of IE9 cannot parse css files with more that 4K classes separating in two files -->
89
<!--[if IE 9]>
910
<link href="css/application-ie9-part2.css" rel="stylesheet">
@@ -133,4 +134,4 @@ <h2>Login</h2>
133134
<!-- Page scripts -->
134135
</body>
135136

136-
</html>
137+
</html>

dist/maps_google.html

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<head>
55
<title>Light Blue Bootstrap Dashboard - Maps Google</title>
66
<link href="css/application.min.css" rel="stylesheet">
7+
<link rel="preload" href="css/preload-icons.min.css" as="style">
78
<!-- as of IE9 cannot parse css files with more that 4K classes separating in two files -->
89
<!--[if IE 9]>
910
<link href="css/application-ie9-part2.css" rel="stylesheet">
@@ -290,26 +291,21 @@
290291
<h5 class="sidebar-nav-title">App</h5>
291292
<ul class="sidebar-nav">
292293
<li class="">
293-
<!-- an example of nested submenu. basic bootstrap collapse component -->
294294
<a href="index.html">
295295
<i class="sidebar-icon dashboard-icon"></i>
296296
<span class="icon">Dashboard</span>
297297
</a>
298298
</li>
299299
</ul>
300-
<!-- every .sidebar-nav may have a title -->
301300
<h5 class="sidebar-nav-title">Template </h5>
302301
<ul class="sidebar-nav">
303302
<li class="">
304-
<!-- an example of nested submenu. basic bootstrap collapse component -->
305303
<a href="typography.html">
306304
<i class="sidebar-icon typography-icon"></i>
307305
<span class="icon">Typography</span>
308-
309306
</a>
310307
</li>
311308
<li class="">
312-
<!-- an example of nested submenu. basic bootstrap collapse component -->
313309
<a href="tables.html">
314310
<i class="sidebar-icon tables-icon"></i>
315311
<span class="icon">Tables</span>
@@ -332,15 +328,12 @@ <h5 class="sidebar-nav-title">Template </h5>
332328
<ul class="sidebar-nav">
333329
<hr>
334330
<li class="">
335-
<!-- an example of nested submenu. basic bootstrap collapse component -->
336331
<a href="#">
337332
<i class="sidebar-icon settings-icon"></i>
338333
<span class="icon">Settings</span>
339-
340334
</a>
341335
</li>
342336
<li class="">
343-
<!-- an example of nested submenu. basic bootstrap collapse component -->
344337
<a href="#">
345338
<i class="sidebar-icon account-icon"></i>
346339
<span class="icon">Account</span>
@@ -354,7 +347,8 @@ <h5 class="sidebar-nav-title">Template </h5>
354347
</li>
355348
</ul>
356349
</div>
357-
</nav> <div class="content-wrap">
350+
</nav>
351+
<div class="content-wrap">
358352
<!-- main page content. the place to put widgets in. usually consists of .row > .col-lg-* > .widget. -->
359353
<main id="content" class="content" role="main">
360354
<!-- Page content -->
@@ -412,4 +406,4 @@ <h5 class="fw-semi-bold">
412406
<script src="js/maps/gmap.js"></script>
413407
</body>
414408

415-
</html>
409+
</html>

dist/notifications.html

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<head>
55
<title>Light Blue Bootstrap Dashboard - UI Notifications</title>
66
<link href="css/application.min.css" rel="stylesheet">
7+
<link rel="preload" href="css/preload-icons.min.css" as="style">
78
<!-- as of IE9 cannot parse css files with more that 4K classes separating in two files -->
89
<!--[if IE 9]>
910
<link href="css/application-ie9-part2.css" rel="stylesheet">
@@ -290,26 +291,21 @@
290291
<h5 class="sidebar-nav-title">App</h5>
291292
<ul class="sidebar-nav">
292293
<li class="">
293-
<!-- an example of nested submenu. basic bootstrap collapse component -->
294294
<a href="index.html">
295295
<i class="sidebar-icon dashboard-icon"></i>
296296
<span class="icon">Dashboard</span>
297297
</a>
298298
</li>
299299
</ul>
300-
<!-- every .sidebar-nav may have a title -->
301300
<h5 class="sidebar-nav-title">Template </h5>
302301
<ul class="sidebar-nav">
303302
<li class="">
304-
<!-- an example of nested submenu. basic bootstrap collapse component -->
305303
<a href="typography.html">
306304
<i class="sidebar-icon typography-icon"></i>
307305
<span class="icon">Typography</span>
308-
309306
</a>
310307
</li>
311308
<li class="">
312-
<!-- an example of nested submenu. basic bootstrap collapse component -->
313309
<a href="tables.html">
314310
<i class="sidebar-icon tables-icon"></i>
315311
<span class="icon">Tables</span>
@@ -332,15 +328,12 @@ <h5 class="sidebar-nav-title">Template </h5>
332328
<ul class="sidebar-nav">
333329
<hr>
334330
<li class="">
335-
<!-- an example of nested submenu. basic bootstrap collapse component -->
336331
<a href="#">
337332
<i class="sidebar-icon settings-icon"></i>
338333
<span class="icon">Settings</span>
339-
340334
</a>
341335
</li>
342336
<li class="">
343-
<!-- an example of nested submenu. basic bootstrap collapse component -->
344337
<a href="#">
345338
<i class="sidebar-icon account-icon"></i>
346339
<span class="icon">Account</span>
@@ -354,7 +347,8 @@ <h5 class="sidebar-nav-title">Template </h5>
354347
</li>
355348
</ul>
356349
</div>
357-
</nav> <div class="content-wrap">
350+
</nav>
351+
<div class="content-wrap">
358352
<!-- main page content. the place to put widgets in. usually consists of .row > .col-lg-* > .widget. -->
359353
<main id="content" class="content" role="main">
360354
<!-- Page content -->
@@ -459,4 +453,4 @@ <h5 class="mt-3">Dead Simple Usage</h5>
459453
<script src="js/components/ui-notifications.js"></script>
460454
</body>
461455

462-
</html>
456+
</html>

dist/register.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<head>
55
<title>Light Blue Bootstrap Dashboard - Login</title>
66
<link href="css/application.min.css" rel="stylesheet">
7+
<link rel="preload" href="css/preload-icons.min.css" as="style">
78
<!-- as of IE9 cannot parse css files with more that 4K classes separating in two files -->
89
<!--[if IE 9]>
910
<link href="css/application-ie9-part2.css" rel="stylesheet">
@@ -132,4 +133,4 @@ <h2>Sing Up</h2>
132133
<!-- Page scripts -->
133134
</body>
134135

135-
</html>
136+
</html>

0 commit comments

Comments
 (0)