79
79
Tip 2: you can also add an image using data-image tag
80
80
-->
81
81
<div class="logo">
82
- <a href="http ://www.creative-tim.com" class="simple-text logo-normal">
82
+ <a href="https ://www.creative-tim.com" class="simple-text logo-normal">
83
83
Creative Tim
84
84
</a>
85
85
</div>
169
169
</a>
170
170
</li>
171
171
<li class="nav-item dropdown">
172
- <a class="nav-link" href="http ://example.com" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
172
+ <a class="nav-link" href="https ://example.com" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
173
173
<i class="material-icons">notifications</i>
174
174
<span class="notification">5</span>
175
175
<p>
@@ -237,7 +237,7 @@ <h5>The icons are visible on Desktop mode inside an iframe. Since the iframe is
237
237
</a>
238
238
</li>
239
239
<li>
240
- <a href="http ://presentation .creative-tim.com">
240
+ <a href="https ://www .creative-tim.com/about-us ">
241
241
About Us
242
242
</a>
243
243
</li>
@@ -306,18 +306,18 @@ <h5>The icons are visible on Desktop mode inside an iframe. Since the iframe is
306
306
</li>
307
307
<li class="button-container">
308
308
<div>
309
- <a href="http ://www.creative-tim.com/product/material-dashboard" target="_blank" class="btn btn-primary btn-block btn-fill">Free download</a>
309
+ <a href="https ://www.creative-tim.com/product/material-dashboard" target="_blank" class="btn btn-primary btn-block btn-fill">Free download</a>
310
310
</div>
311
311
</li>
312
312
<li class="header-title">Want more components?</li>
313
313
<li class="button-container">
314
314
<div>
315
- <a href="http ://www.creative-tim.com/product/material-dashboard-pro" target="_blank" class="btn btn-warning btn-block">Get the PRO version</a>
315
+ <a href="https ://www.creative-tim.com/product/material-dashboard-pro" target="_blank" class="btn btn-warning btn-block">Get the PRO version</a>
316
316
</div>
317
317
</li>
318
318
<li class="button-container">
319
319
<div>
320
- <a href="http ://demos.creative-tim.com/material-dashboard/docs/2.0/getting-started/introduction.html" target="_blank" class="btn btn-default btn-block">View Documentation</a>
320
+ <a href="https ://demos.creative-tim.com/material-dashboard/docs/2.0/getting-started/introduction.html" target="_blank" class="btn btn-default btn-block">View Documentation</a>
321
321
</div>
322
322
</li>
323
323
<li class="header-title" id="sharrreTitle">Thank you for 95 shares!</li>
@@ -340,7 +340,7 @@ <h5>The icons are visible on Desktop mode inside an iframe. Since the iframe is
340
340
<script src="../assets/js/plugins/chartist.min.js"></script>
341
341
<!-- Library for adding dinamically elements -->
342
342
<script src="../assets/js/plugins/arrive.min.js" type="text/javascript"></script>
343
- <!-- Notifications Plugin, full documentation here: http ://bootstrap-notify.remabledesigns.com/ -->
343
+ <!-- Notifications Plugin, full documentation here: https ://bootstrap-notify.remabledesigns.com/ -->
344
344
<script src="../assets/js/plugins/bootstrap-notify.js"></script>
345
345
<!-- Material Dashboard Core initialisations of plugins and Bootstrap Material Design Library -->
346
346
<script src="../assets/js/material-dashboard.min.js?v=2.0.0"></script>
@@ -403,7 +403,7 @@ <h5>The icons are visible on Desktop mode inside an iframe. Since the iframe is
403
403
api.openPopup('twitter');
404
404
},
405
405
template: '<i class="fa fa-twitter"></i> Twitter',
406
- url: 'http ://demos.creative-tim.com/material-dashboard/examples/dashboard.html'
406
+ url: 'https ://demos.creative-tim.com/material-dashboard/examples/dashboard.html'
407
407
});
408
408
409
409
$('#facebook').sharrre({
@@ -418,7 +418,7 @@ <h5>The icons are visible on Desktop mode inside an iframe. Since the iframe is
418
418
api.openPopup('facebook');
419
419
},
420
420
template: '<i class="fa fa-facebook-square"></i> Facebook',
421
- url: 'http ://demos.creative-tim.com/material-dashboard/examples/dashboard.html'
421
+ url: 'https ://demos.creative-tim.com/material-dashboard/examples/dashboard.html'
422
422
});
423
423
424
424
$('#google').sharrre({
@@ -433,7 +433,7 @@ <h5>The icons are visible on Desktop mode inside an iframe. Since the iframe is
433
433
api.openPopup('googlePlus');
434
434
},
435
435
template: '<i class="fa fa-google-plus"></i> Google',
436
- url: 'http ://demos.creative-tim.com/material-dashboard/examples/dashboard.html'
436
+ url: 'https ://demos.creative-tim.com/material-dashboard/examples/dashboard.html'
437
437
});
438
438
});
439
439
@@ -446,7 +446,7 @@ <h5>The icons are visible on Desktop mode inside an iframe. Since the iframe is
446
446
var ga = document.createElement('script');
447
447
ga.type = 'text/javascript';
448
448
ga.async = true;
449
- ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http ://www') + '.google-analytics.com/ga.js';
449
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'https ://www') + '.google-analytics.com/ga.js';
450
450
var s = document.getElementsByTagName('script')[0];
451
451
s.parentNode.insertBefore(ga, s);
452
452
})();
0 commit comments