Skip to content

Commit db64c0a

Browse files
committed
update dependencies and run build
1 parent ace8b95 commit db64c0a

29 files changed

+911
-831
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2013-2019 Blackrock Digital LLC
3+
Copyright (c) 2013-2020 Start Bootstrap LLC
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,29 @@
11
# [Start Bootstrap - SB Admin](https://startbootstrap.com/templates/sb-admin/)
22

3-
[SB Admin](http://startbootstrap.com/templates/sb-admin/) is an open source, admin dashboard template for [Bootstrap](http://getbootstrap.com/) created by [Start Bootstrap](http://startbootstrap.com/).
3+
[SB Admin](https://startbootstrap.com/templates/sb-admin/) is an open source, admin dashboard template for [Bootstrap](https://getbootstrap.com/) created by [Start Bootstrap](https://startbootstrap.com/).
44

55
## Preview
66

7-
[![SB Admin Preview](https://startbootstrap.com/assets/img/screenshots/templates/sb-admin.png)](https://blackrockdigital.github.io/startbootstrap-sb-admin/)
7+
[![SB Admin Preview](https://startbootstrap.com/assets/img/screenshots/templates/sb-admin.png)](https://startbootstrap.github.io/startbootstrap-sb-admin/)
88

9-
**[View Live Preview](https://blackrockdigital.github.io/startbootstrap-sb-admin/)**
9+
**[View Live Preview](https://startbootstrap.github.io/startbootstrap-sb-admin/)**
1010

1111
## Status
1212

13-
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/BlackrockDigital/startbootstrap-sb-admin/master/LICENSE)
13+
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/StartBootstrap/startbootstrap-sb-admin/master/LICENSE)
1414
[![npm version](https://img.shields.io/npm/v/startbootstrap-sb-admin.svg)](https://www.npmjs.com/package/startbootstrap-sb-admin)
15-
[![Build Status](https://travis-ci.org/BlackrockDigital/startbootstrap-sb-admin.svg?branch=master)](https://travis-ci.org/BlackrockDigital/startbootstrap-sb-admin)
16-
[![dependencies Status](https://david-dm.org/BlackrockDigital/startbootstrap-sb-admin/status.svg)](https://david-dm.org/BlackrockDigital/startbootstrap-sb-admin)
17-
[![devDependencies Status](https://david-dm.org/BlackrockDigital/startbootstrap-sb-admin/dev-status.svg)](https://david-dm.org/BlackrockDigital/startbootstrap-sb-admin?type=dev)
15+
[![Build Status](https://travis-ci.org/StartBootstrap/startbootstrap-sb-admin.svg?branch=master)](https://travis-ci.org/StartBootstrap/startbootstrap-sb-admin)
16+
[![dependencies Status](https://david-dm.org/StartBootstrap/startbootstrap-sb-admin/status.svg)](https://david-dm.org/StartBootstrap/startbootstrap-sb-admin)
17+
[![devDependencies Status](https://david-dm.org/StartBootstrap/startbootstrap-sb-admin/dev-status.svg)](https://david-dm.org/StartBootstrap/startbootstrap-sb-admin?type=dev)
1818

1919
## Download and Installation
2020

2121
To begin using this template, choose one of the following options to get started:
22+
2223
* [Download the latest release on Start Bootstrap](https://startbootstrap.com/templates/sb-admin/)
2324
* Install via npm: `npm i startbootstrap-sb-admin`
24-
* Clone the repo: `git clone https://github.com/BlackrockDigital/startbootstrap-sb-admin.git`
25-
* [Fork, Clone, or Download on GitHub](https://github.com/BlackrockDigital/startbootstrap-sb-admin)
25+
* Clone the repo: `git clone https://github.com/StartBootstrap/startbootstrap-sb-admin.git`
26+
* [Fork, Clone, or Download on GitHub](https://github.com/StartBootstrap/startbootstrap-sb-admin)
2627

2728
## Usage
2829

@@ -36,7 +37,7 @@ After installation, run `npm install` and then run `npm start` which will open u
3637

3738
## Bugs and Issues
3839

39-
Have a bug or an issue with this template? [Open a new issue](https://github.com/BlackrockDigital/startbootstrap-sb-admin/issues) here on GitHub or leave a comment on the [template overview page at Start Bootstrap](http://startbootstrap.com/templates/sb-admin/).
40+
Have a bug or an issue with this template? [Open a new issue](https://github.com/StartBootstrap/startbootstrap-sb-admin/issues) here on GitHub or leave a comment on the [template overview page at Start Bootstrap](https://startbootstrap.com/templates/sb-admin/).
4041

4142
## Custom Builds
4243

@@ -46,17 +47,17 @@ You can hire Start Bootstrap to create a custom build of any template, or create
4647

4748
Start Bootstrap is an open source library of free Bootstrap templates and themes. All of the free templates and themes on Start Bootstrap are released under the MIT license, which means you can use them for any purpose, even for commercial projects.
4849

49-
* https://startbootstrap.com
50-
* https://twitter.com/SBootstrap
50+
* <https://startbootstrap.com>
51+
* <https://twitter.com/SBootstrap>
5152

52-
Start Bootstrap was created by and is maintained by **[David Miller](http://davidmiller.io/)**, Owner of [Blackrock Digital](http://blackrockdigital.io/).
53+
Start Bootstrap was created by and is maintained by **[David Miller](http://davidmiller.io/)**.
5354

54-
* http://davidmiller.io
55-
* https://twitter.com/davidmillerskt
56-
* https://github.com/davidtmiller
55+
* <http://davidmiller.io>
56+
* <https://twitter.com/davidmillerskt>
57+
* <https://github.com/davidtmiller>
5758

58-
Start Bootstrap is based on the [Bootstrap](http://getbootstrap.com/) framework created by [Mark Otto](https://twitter.com/mdo) and [Jacob Thorton](https://twitter.com/fat).
59+
Start Bootstrap is based on the [Bootstrap](https://getbootstrap.com/) framework created by [Mark Otto](https://twitter.com/mdo) and [Jacob Thorton](https://twitter.com/fat).
5960

6061
## Copyright and License
6162

62-
Copyright 2013-2020 Blackrock Digital LLC. Code released under the [MIT](https://github.com/BlackrockDigital/startbootstrap-sb-admin/blob/gh-pages/LICENSE) license.
63+
Copyright 2013-2020 Start Bootstrap LLC. Code released under the [MIT](https://github.com/StartBootstrap/startbootstrap-sb-admin/blob/gh-pages/LICENSE) license.

dist/401.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="author" content="" />
99
<title>404 Error - SB Admin</title>
1010
<link href="css/styles.css" rel="stylesheet" />
11-
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/js/all.min.js" crossorigin="anonymous"></script>
11+
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/js/all.min.js" crossorigin="anonymous"></script>
1212
</head>
1313
<body>
1414
<div id="layoutError">
@@ -21,7 +21,10 @@
2121
<h1 class="display-1">401</h1>
2222
<p class="lead">Unauthorized</p>
2323
<p>Access to this resource is denied.</p>
24-
<a href="index.html"><i class="fas fa-arrow-left mr-1"></i>Return to Dashboard</a>
24+
<a href="index.html">
25+
<i class="fas fa-arrow-left mr-1"></i>
26+
Return to Dashboard
27+
</a>
2528
</div>
2629
</div>
2730
</div>
@@ -32,7 +35,7 @@ <h1 class="display-1">401</h1>
3235
<footer class="py-4 bg-light mt-auto">
3336
<div class="container-fluid">
3437
<div class="d-flex align-items-center justify-content-between small">
35-
<div class="text-muted">Copyright &copy; Your Website 2019</div>
38+
<div class="text-muted">Copyright &copy; Your Website 2020</div>
3639
<div>
3740
<a href="#">Privacy Policy</a>
3841
&middot;
@@ -43,8 +46,8 @@ <h1 class="display-1">401</h1>
4346
</footer>
4447
</div>
4548
</div>
46-
<script src="https://code.jquery.com/jquery-3.4.1.min.js" crossorigin="anonymous"></script>
47-
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script>
49+
<script src="https://code.jquery.com/jquery-3.5.1.min.js" crossorigin="anonymous"></script>
50+
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script>
4851
<script src="js/scripts.js"></script>
4952
</body>
5053
</html>

dist/404.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="author" content="" />
99
<title>404 Error - SB Admin</title>
1010
<link href="css/styles.css" rel="stylesheet" />
11-
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/js/all.min.js" crossorigin="anonymous"></script>
11+
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/js/all.min.js" crossorigin="anonymous"></script>
1212
</head>
1313
<body>
1414
<div id="layoutError">
@@ -20,7 +20,10 @@
2020
<div class="text-center mt-4">
2121
<img class="mb-4 img-error" src="assets/img/error-404-monochrome.svg" />
2222
<p class="lead">This requested URL was not found on this server.</p>
23-
<a href="index.html"><i class="fas fa-arrow-left mr-1"></i>Return to Dashboard</a>
23+
<a href="index.html">
24+
<i class="fas fa-arrow-left mr-1"></i>
25+
Return to Dashboard
26+
</a>
2427
</div>
2528
</div>
2629
</div>
@@ -31,7 +34,7 @@
3134
<footer class="py-4 bg-light mt-auto">
3235
<div class="container-fluid">
3336
<div class="d-flex align-items-center justify-content-between small">
34-
<div class="text-muted">Copyright &copy; Your Website 2019</div>
37+
<div class="text-muted">Copyright &copy; Your Website 2020</div>
3538
<div>
3639
<a href="#">Privacy Policy</a>
3740
&middot;
@@ -42,8 +45,8 @@
4245
</footer>
4346
</div>
4447
</div>
45-
<script src="https://code.jquery.com/jquery-3.4.1.min.js" crossorigin="anonymous"></script>
46-
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script>
48+
<script src="https://code.jquery.com/jquery-3.5.1.min.js" crossorigin="anonymous"></script>
49+
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script>
4750
<script src="js/scripts.js"></script>
4851
</body>
4952
</html>

dist/500.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="author" content="" />
99
<title>404 Error - SB Admin</title>
1010
<link href="css/styles.css" rel="stylesheet" />
11-
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/js/all.min.js" crossorigin="anonymous"></script>
11+
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/js/all.min.js" crossorigin="anonymous"></script>
1212
</head>
1313
<body>
1414
<div id="layoutError">
@@ -20,7 +20,10 @@
2020
<div class="text-center mt-4">
2121
<h1 class="display-1">500</h1>
2222
<p class="lead">Internal Server Error</p>
23-
<a href="index.html"><i class="fas fa-arrow-left mr-1"></i>Return to Dashboard</a>
23+
<a href="index.html">
24+
<i class="fas fa-arrow-left mr-1"></i>
25+
Return to Dashboard
26+
</a>
2427
</div>
2528
</div>
2629
</div>
@@ -31,7 +34,7 @@ <h1 class="display-1">500</h1>
3134
<footer class="py-4 bg-light mt-auto">
3235
<div class="container-fluid">
3336
<div class="d-flex align-items-center justify-content-between small">
34-
<div class="text-muted">Copyright &copy; Your Website 2019</div>
37+
<div class="text-muted">Copyright &copy; Your Website 2020</div>
3538
<div>
3639
<a href="#">Privacy Policy</a>
3740
&middot;
@@ -42,8 +45,8 @@ <h1 class="display-1">500</h1>
4245
</footer>
4346
</div>
4447
</div>
45-
<script src="https://code.jquery.com/jquery-3.4.1.min.js" crossorigin="anonymous"></script>
46-
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script>
48+
<script src="https://code.jquery.com/jquery-3.5.1.min.js" crossorigin="anonymous"></script>
49+
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script>
4750
<script src="js/scripts.js"></script>
4851
</body>
4952
</html>

0 commit comments

Comments
 (0)