Skip to content

Commit 47b97a1

Browse files
committed
Add https
1 parent 416f7f1 commit 47b97a1

File tree

8 files changed

+89
-89
lines changed

8 files changed

+89
-89
lines changed

examples/dashboard.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
Tip 2: you can also add an image using data-image tag
8080
-->
8181
<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">
8383
Creative Tim
8484
</a>
8585
</div>
@@ -169,7 +169,7 @@
169169
</a>
170170
</li>
171171
<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">
173173
<i class="material-icons">notifications</i>
174174
<span class="notification">5</span>
175175
<p>
@@ -622,7 +622,7 @@ <h4 class="card-title">Employees Stats</h4>
622622
</a>
623623
</li>
624624
<li>
625-
<a href="http://presentation.creative-tim.com">
625+
<a href="https://www.creative-tim.com/about-us">
626626
About Us
627627
</a>
628628
</li>
@@ -691,18 +691,18 @@ <h4 class="card-title">Employees Stats</h4>
691691
</li>
692692
<li class="button-container">
693693
<div>
694-
<a href="http://www.creative-tim.com/product/material-dashboard" target="_blank" class="btn btn-primary btn-block btn-fill">Free download</a>
694+
<a href="https://www.creative-tim.com/product/material-dashboard" target="_blank" class="btn btn-primary btn-block btn-fill">Free download</a>
695695
</div>
696696
</li>
697697
<li class="header-title">Want more components?</li>
698698
<li class="button-container">
699699
<div>
700-
<a href="http://www.creative-tim.com/product/material-dashboard-pro" target="_blank" class="btn btn-warning btn-block">Get the PRO version</a>
700+
<a href="https://www.creative-tim.com/product/material-dashboard-pro" target="_blank" class="btn btn-warning btn-block">Get the PRO version</a>
701701
</div>
702702
</li>
703703
<li class="button-container">
704704
<div>
705-
<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>
705+
<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>
706706
</div>
707707
</li>
708708
<li class="header-title" id="sharrreTitle">Thank you for 95 shares!</li>
@@ -725,7 +725,7 @@ <h4 class="card-title">Employees Stats</h4>
725725
<script src="../assets/js/plugins/chartist.min.js"></script>
726726
<!-- Library for adding dinamically elements -->
727727
<script src="../assets/js/plugins/arrive.min.js" type="text/javascript"></script>
728-
<!-- Notifications Plugin, full documentation here: http://bootstrap-notify.remabledesigns.com/ -->
728+
<!-- Notifications Plugin, full documentation here: https://bootstrap-notify.remabledesigns.com/ -->
729729
<script src="../assets/js/plugins/bootstrap-notify.js"></script>
730730
<!-- Material Dashboard Core initialisations of plugins and Bootstrap Material Design Library -->
731731
<script src="../assets/js/material-dashboard.min.js?v=2.0.0"></script>
@@ -764,7 +764,7 @@ <h4 class="card-title">Employees Stats</h4>
764764
api.openPopup('twitter');
765765
},
766766
template: '<i class="fa fa-twitter"></i> Twitter',
767-
url: 'http://demos.creative-tim.com/material-dashboard/examples/dashboard.html'
767+
url: 'https://demos.creative-tim.com/material-dashboard/examples/dashboard.html'
768768
});
769769

770770
$('#facebook').sharrre({
@@ -779,7 +779,7 @@ <h4 class="card-title">Employees Stats</h4>
779779
api.openPopup('facebook');
780780
},
781781
template: '<i class="fa fa-facebook-square"></i> Facebook',
782-
url: 'http://demos.creative-tim.com/material-dashboard/examples/dashboard.html'
782+
url: 'https://demos.creative-tim.com/material-dashboard/examples/dashboard.html'
783783
});
784784

785785
$('#google').sharrre({
@@ -794,7 +794,7 @@ <h4 class="card-title">Employees Stats</h4>
794794
api.openPopup('googlePlus');
795795
},
796796
template: '<i class="fa fa-google-plus"></i> Google',
797-
url: 'http://demos.creative-tim.com/material-dashboard/examples/dashboard.html'
797+
url: 'https://demos.creative-tim.com/material-dashboard/examples/dashboard.html'
798798
});
799799
});
800800

@@ -807,7 +807,7 @@ <h4 class="card-title">Employees Stats</h4>
807807
var ga = document.createElement('script');
808808
ga.type = 'text/javascript';
809809
ga.async = true;
810-
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
810+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'https://www') + '.google-analytics.com/ga.js';
811811
var s = document.getElementsByTagName('script')[0];
812812
s.parentNode.insertBefore(ga, s);
813813
})();

examples/icons.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
Tip 2: you can also add an image using data-image tag
8080
-->
8181
<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">
8383
Creative Tim
8484
</a>
8585
</div>
@@ -169,7 +169,7 @@
169169
</a>
170170
</li>
171171
<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">
173173
<i class="material-icons">notifications</i>
174174
<span class="notification">5</span>
175175
<p>
@@ -237,7 +237,7 @@ <h5>The icons are visible on Desktop mode inside an iframe. Since the iframe is
237237
</a>
238238
</li>
239239
<li>
240-
<a href="http://presentation.creative-tim.com">
240+
<a href="https://www.creative-tim.com/about-us">
241241
About Us
242242
</a>
243243
</li>
@@ -306,18 +306,18 @@ <h5>The icons are visible on Desktop mode inside an iframe. Since the iframe is
306306
</li>
307307
<li class="button-container">
308308
<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>
310310
</div>
311311
</li>
312312
<li class="header-title">Want more components?</li>
313313
<li class="button-container">
314314
<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>
316316
</div>
317317
</li>
318318
<li class="button-container">
319319
<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>
321321
</div>
322322
</li>
323323
<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
340340
<script src="../assets/js/plugins/chartist.min.js"></script>
341341
<!-- Library for adding dinamically elements -->
342342
<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/ -->
344344
<script src="../assets/js/plugins/bootstrap-notify.js"></script>
345345
<!-- Material Dashboard Core initialisations of plugins and Bootstrap Material Design Library -->
346346
<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
403403
api.openPopup('twitter');
404404
},
405405
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'
407407
});
408408

409409
$('#facebook').sharrre({
@@ -418,7 +418,7 @@ <h5>The icons are visible on Desktop mode inside an iframe. Since the iframe is
418418
api.openPopup('facebook');
419419
},
420420
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'
422422
});
423423

424424
$('#google').sharrre({
@@ -433,7 +433,7 @@ <h5>The icons are visible on Desktop mode inside an iframe. Since the iframe is
433433
api.openPopup('googlePlus');
434434
},
435435
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'
437437
});
438438
});
439439

@@ -446,7 +446,7 @@ <h5>The icons are visible on Desktop mode inside an iframe. Since the iframe is
446446
var ga = document.createElement('script');
447447
ga.type = 'text/javascript';
448448
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';
450450
var s = document.getElementsByTagName('script')[0];
451451
s.parentNode.insertBefore(ga, s);
452452
})();

examples/maps.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
Tip 2: you can also add an image using data-image tag
8080
-->
8181
<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">
8383
Creative Tim
8484
</a>
8585
</div>
@@ -169,7 +169,7 @@
169169
</a>
170170
</li>
171171
<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">
173173
<i class="material-icons">notifications</i>
174174
<span class="notification">5</span>
175175
<p>
@@ -242,18 +242,18 @@
242242
</li>
243243
<li class="button-container">
244244
<div>
245-
<a href="http://www.creative-tim.com/product/material-dashboard" target="_blank" class="btn btn-primary btn-block btn-fill">Free download</a>
245+
<a href="https://www.creative-tim.com/product/material-dashboard" target="_blank" class="btn btn-primary btn-block btn-fill">Free download</a>
246246
</div>
247247
</li>
248248
<li class="header-title">Want more components?</li>
249249
<li class="button-container">
250250
<div>
251-
<a href="http://www.creative-tim.com/product/material-dashboard-pro" target="_blank" class="btn btn-warning btn-block">Get the PRO version</a>
251+
<a href="https://www.creative-tim.com/product/material-dashboard-pro" target="_blank" class="btn btn-warning btn-block">Get the PRO version</a>
252252
</div>
253253
</li>
254254
<li class="button-container">
255255
<div>
256-
<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>
256+
<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>
257257
</div>
258258
</li>
259259
<li class="header-title" id="sharrreTitle">Thank you for 95 shares!</li>
@@ -276,7 +276,7 @@
276276
<script src="../assets/js/plugins/chartist.min.js"></script>
277277
<!-- Library for adding dinamically elements -->
278278
<script src="../assets/js/plugins/arrive.min.js" type="text/javascript"></script>
279-
<!-- Notifications Plugin, full documentation here: http://bootstrap-notify.remabledesigns.com/ -->
279+
<!-- Notifications Plugin, full documentation here: https://bootstrap-notify.remabledesigns.com/ -->
280280
<script src="../assets/js/plugins/bootstrap-notify.js"></script>
281281
<!-- Material Dashboard Core initialisations of plugins and Bootstrap Material Design Library -->
282282
<script src="../assets/js/material-dashboard.min.js?v=2.0.0"></script>
@@ -344,7 +344,7 @@
344344
api.openPopup('twitter');
345345
},
346346
template: '<i class="fa fa-twitter"></i> Twitter',
347-
url: 'http://demos.creative-tim.com/material-dashboard/examples/dashboard.html'
347+
url: 'https://demos.creative-tim.com/material-dashboard/examples/dashboard.html'
348348
});
349349

350350
$('#facebook').sharrre({
@@ -359,7 +359,7 @@
359359
api.openPopup('facebook');
360360
},
361361
template: '<i class="fa fa-facebook-square"></i> Facebook',
362-
url: 'http://demos.creative-tim.com/material-dashboard/examples/dashboard.html'
362+
url: 'https://demos.creative-tim.com/material-dashboard/examples/dashboard.html'
363363
});
364364

365365
$('#google').sharrre({
@@ -374,7 +374,7 @@
374374
api.openPopup('googlePlus');
375375
},
376376
template: '<i class="fa fa-google-plus"></i> Google',
377-
url: 'http://demos.creative-tim.com/material-dashboard/examples/dashboard.html'
377+
url: 'https://demos.creative-tim.com/material-dashboard/examples/dashboard.html'
378378
});
379379
});
380380

@@ -387,7 +387,7 @@
387387
var ga = document.createElement('script');
388388
ga.type = 'text/javascript';
389389
ga.async = true;
390-
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
390+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'https://www') + '.google-analytics.com/ga.js';
391391
var s = document.getElementsByTagName('script')[0];
392392
s.parentNode.insertBefore(ga, s);
393393
})();

0 commit comments

Comments
 (0)