Skip to content

Commit dc25a07

Browse files
committed
update to version 2.0
1 parent a0594e5 commit dc25a07

26 files changed

+12033
-3
lines changed

404.html

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<!doctype html>
2+
<!--
3+
* Bootstrap Simple Admin Template
4+
* Version: 2.0
5+
* Author: Alexis Luna
6+
* Copyright 2020 Alexis Luna
7+
* Website: https://github.com/alexis-luna/bootstrap-simple-admin-template
8+
-->
9+
<html lang="en">
10+
11+
<head>
12+
<meta charset="utf-8">
13+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
14+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
15+
<title>404 | Page not found!</title>
16+
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
17+
<link href="assets/css/error.css" rel="stylesheet">
18+
</head>
19+
20+
<body>
21+
<div class="wrapper">
22+
<div class="page vertical-align text-center">
23+
<div class="page-content vertical-align-middle">
24+
<header>
25+
<h1 class="animation-slide-top">404</h1>
26+
<p>Page Not Found !</p>
27+
</header>
28+
<p class="error-advise">The page you were looking for could not be found.</p>
29+
<a class="btn btn-primary btn-round mb-5" href="dashboard.html">GO TO HOME PAGE</a>
30+
<footer class="page-copyright">
31+
<p>© 2020. All RIGHT RESERVED.</p>
32+
</footer>
33+
</div>
34+
</div>
35+
</div>
36+
<script src="assets/vendor/jquery/jquery.min.js"></script>
37+
<script src="assets/vendor/bootstrap/js/bootstrap.min.js"></script>
38+
</body>
39+
40+
</html>

500.html

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<!doctype html>
2+
<!--
3+
* Bootstrap Simple Admin Template
4+
* Version: 2.0
5+
* Author: Alexis Luna
6+
* Copyright 2020 Alexis Luna
7+
* Website: https://github.com/alexis-luna/bootstrap-simple-admin-template
8+
-->
9+
<html lang="en">
10+
11+
<head>
12+
<meta charset="utf-8">
13+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
14+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
15+
<title>500 | Internal Server Error!</title>
16+
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
17+
<link href="assets/css/error.css" rel="stylesheet">
18+
</head>
19+
20+
<body>
21+
<div class="wrapper">
22+
<div class="page vertical-align text-center">
23+
<div class="page-content vertical-align-middle">
24+
<header>
25+
<h1 class="animation-slide-top">500</h1>
26+
<p>Internal Server Error !</p>
27+
</header>
28+
<p class="error-advise">Whoopps, something went wrong.</p>
29+
<a class="btn btn-primary btn-round mb-5" href="dashboard.html">GO TO HOME PAGE</a>
30+
<footer class="page-copyright">
31+
<p>© 2020. All RIGHT RESERVED.</p>
32+
</footer>
33+
</div>
34+
</div>
35+
</div>
36+
<script src="assets/vendor/jquery/jquery.min.js"></script>
37+
<script src="assets/vendor/bootstrap/js/bootstrap.min.js"></script>
38+
</body>
39+
40+
</html>

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright [yyyy] [name of copyright owner]
189+
Copyright 2019 Alexis Luna
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

README.md

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,38 @@
1-
# bootstrap-simple-admin-template
2-
The most reliable HTML, CSS, and JavaScript simple admin template for developing responsive, mobile first web applications on the web.
1+
# About Bootstrap Simple Admin Template
2+
*Bootstrap Simple Admin Template is a simple admin template packed with more UI components than any other admin themes, its exceptional user interface is perfectly crafted and advanced layout features are optimized to suite every modern web application project and highly responsive to serve from a Mobile first to Desktop screen.*
3+
4+
![Bootstrap Simple Admin Template - Dashboard](https://i.postimg.cc/xjG9yLNw/bootstrap-simple-admin-template.png)
5+
6+
### What's New?
7+
- New layout for dashboard page
8+
- New cleaner look for login, signup, and forgot password page
9+
- Minor UI optimizations
10+
- Updates for core plugins
11+
12+
### Layout features
13+
- Header topbar navigation
14+
- Sidebar navigation
15+
- Main Body
16+
17+
### 20+ Pre-built pages
18+
- Auth login page
19+
- Auth signup page
20+
- Auth recover password page
21+
- Dashboard page
22+
- Charts page
23+
- 404 Error page
24+
- 500 Error page
25+
- Users page
26+
- User roles and permission page
27+
- Settings page and more to come…
28+
29+
30+
Bootstrap Simple Admin Template is a simple admin panel and dashboard template based on HTML5, designed for backend application, web & mobile application, SaaS application, website backend, and e-commerce admin portal. With 5+ years working on Web applications we are confident to give you the best admin template for your web application with optimized UI/UX on mobile and on the search engine.
31+
32+
33+
## License
34+
35+
Bootstrap Simple Admin Template is open-source software licensed under the [Apache license 2.0](http://www.apache.org/licenses/LICENSE-2.0).
36+
37+
Copyright (c) 2019-present, Alexis Luna
38+

blank.html

Lines changed: 156 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,156 @@
1+
<!doctype html>
2+
<!--
3+
* Bootstrap Simple Admin Template
4+
* Version: 2.0
5+
* Author: Alexis Luna
6+
* Copyright 2020 Alexis Luna
7+
* Website: https://github.com/alexis-luna/bootstrap-simple-admin-template
8+
-->
9+
<html lang="en">
10+
11+
<head>
12+
<meta charset="utf-8">
13+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
14+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
15+
<title>Blank Page | Bootstrap Simple Admin Template</title>
16+
<link href="assets/vendor/fontawesome/css/fontawesome.min.css" rel="stylesheet">
17+
<link href="assets/vendor/fontawesome/css/solid.min.css" rel="stylesheet">
18+
<link href="assets/vendor/fontawesome/css/brands.min.css" rel="stylesheet">
19+
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
20+
<link href="assets/css/master.css" rel="stylesheet">
21+
</head>
22+
23+
<body>
24+
<div class="wrapper">
25+
<nav id="sidebar" class="active">
26+
<div class="sidebar-header">
27+
<img src="assets/img/bootstraper-logo.png" alt="bootraper logo" class="app-logo">
28+
</div>
29+
<ul class="list-unstyled components text-secondary">
30+
<li>
31+
<a href="dashboard.html"><i class="fas fa-home"></i> Dashboard</a>
32+
</li>
33+
<li>
34+
<a href="forms.html"><i class="fas fa-file-alt"></i> Forms</a>
35+
</li>
36+
<li>
37+
<a href="tables.html"><i class="fas fa-table"></i> Tables</a>
38+
</li>
39+
<li>
40+
<a href="charts.html"><i class="fas fa-chart-bar"></i> Charts</a>
41+
</li>
42+
<li>
43+
<a href="icons.html"><i class="fas fa-icons"></i> Icons</a>
44+
</li>
45+
<li>
46+
<a href="#uielementsmenu" data-toggle="collapse" aria-expanded="false" class="dropdown-toggle no-caret-down"><i class="fas fa-layer-group"></i> UI Elements</a>
47+
<ul class="collapse list-unstyled" id="uielementsmenu">
48+
<li>
49+
<a href="ui-buttons.html"><i class="fas fa-angle-right"></i> Buttons</a>
50+
</li>
51+
<li>
52+
<a href="ui-badges.html"><i class="fas fa-angle-right"></i> Badges</a>
53+
</li>
54+
<li>
55+
<a href="ui-cards.html"><i class="fas fa-angle-right"></i> Cards</a>
56+
</li>
57+
<li>
58+
<a href="ui-alerts.html"><i class="fas fa-angle-right"></i> Alerts</a>
59+
</li>
60+
<li>
61+
<a href="ui-tabs.html"><i class="fas fa-angle-right"></i> Tabs</a>
62+
</li>
63+
<li>
64+
<a href="ui-date-time-picker.html"><i class="fas fa-angle-right"></i> Date & Time Picker</a>
65+
</li>
66+
</ul>
67+
</li>
68+
<li>
69+
<a href="#authmenu" data-toggle="collapse" aria-expanded="false" class="dropdown-toggle no-caret-down"><i class="fas fa-user-shield"></i> Authentication</a>
70+
<ul class="collapse list-unstyled" id="authmenu">
71+
<li>
72+
<a href="login.html"><i class="fas fa-lock"></i> Login</a>
73+
</li>
74+
<li>
75+
<a href="signup.html"><i class="fas fa-user-plus"></i> Signup</a>
76+
</li>
77+
<li>
78+
<a href="forgot-password.html"><i class="fas fa-user-lock"></i> Forgot password</a>
79+
</li>
80+
</ul>
81+
</li>
82+
<li>
83+
<a href="#pagesmenu" data-toggle="collapse" aria-expanded="false" class="dropdown-toggle no-caret-down"><i class="fas fa-copy"></i> Pages</a>
84+
<ul class="collapse list-unstyled" id="pagesmenu">
85+
<li>
86+
<a href="blank.html"><i class="fas fa-file"></i> Blank page</a>
87+
</li>
88+
<li>
89+
<a href="404.html"><i class="fas fa-info-circle"></i> 404 Error page</a>
90+
</li>
91+
<li>
92+
<a href="500.html"><i class="fas fa-info-circle"></i> 500 Error page</a>
93+
</li>
94+
</ul>
95+
</li>
96+
<li>
97+
<a href="users.html"><i class="fas fa-user-friends"></i>Users</a>
98+
</li>
99+
<li>
100+
<a href="settings.html"><i class="fas fa-cog"></i>Settings</a>
101+
</li>
102+
</ul>
103+
</nav>
104+
<div id="body" class="active">
105+
<nav class="navbar navbar-expand-lg navbar-white bg-white">
106+
<button type="button" id="sidebarCollapse" class="btn btn-light"><i class="fas fa-bars"></i><span></span></button>
107+
<div class="collapse navbar-collapse" id="navbarSupportedContent">
108+
<ul class="nav navbar-nav ml-auto">
109+
<li class="nav-item dropdown">
110+
<div class="nav-dropdown">
111+
<a href="" class="nav-item nav-link dropdown-toggle text-secondary" data-toggle="dropdown"><i class="fas fa-link"></i> <span>Quick Links</span> <i style="font-size: .8em;" class="fas fa-caret-down"></i></a>
112+
<div class="dropdown-menu dropdown-menu-right nav-link-menu">
113+
<ul class="nav-list">
114+
<li><a href="" class="dropdown-item"><i class="fas fa-list"></i> Access Logs</a></li>
115+
<div class="dropdown-divider"></div>
116+
<li><a href="" class="dropdown-item"><i class="fas fa-database"></i> Back ups</a></li>
117+
<div class="dropdown-divider"></div>
118+
<li><a href="" class="dropdown-item"><i class="fas fa-cloud-download-alt"></i> Updates</a></li>
119+
<div class="dropdown-divider"></div>
120+
<li><a href="" class="dropdown-item"><i class="fas fa-user-shield"></i> Roles</a></li>
121+
</ul>
122+
</div>
123+
</div>
124+
</li>
125+
<li class="nav-item dropdown">
126+
<div class="nav-dropdown">
127+
<a href="" class="nav-item nav-link dropdown-toggle text-secondary" data-toggle="dropdown"><i class="fas fa-user"></i> <span>John Doe</span> <i style="font-size: .8em;" class="fas fa-caret-down"></i></a>
128+
<div class="dropdown-menu dropdown-menu-right nav-link-menu">
129+
<ul class="nav-list">
130+
<li><a href="" class="dropdown-item"><i class="fas fa-address-card"></i> Profile</a></li>
131+
<li><a href="" class="dropdown-item"><i class="fas fa-envelope"></i> Messages</a></li>
132+
<li><a href="" class="dropdown-item"><i class="fas fa-cog"></i> Settings</a></li>
133+
<div class="dropdown-divider"></div>
134+
<li><a href="" class="dropdown-item"><i class="fas fa-sign-out-alt"></i> Logout</a></li>
135+
</ul>
136+
</div>
137+
</div>
138+
</li>
139+
</ul>
140+
</div>
141+
</nav>
142+
<div class="content">
143+
<div class="container-fluid">
144+
<div class="page-title">
145+
<h3>Blank Page</h3>
146+
</div>
147+
</div>
148+
</div>
149+
</div>
150+
</div>
151+
<script src="assets/vendor/jquery/jquery.min.js"></script>
152+
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
153+
<script src="assets/js/script.js"></script>
154+
</body>
155+
156+
</html>

0 commit comments

Comments
 (0)