Skip to content

Commit

Permalink
update to version 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pro-dev-ph committed Feb 28, 2021
1 parent 405902f commit 8feb316
Show file tree
Hide file tree
Showing 113 changed files with 64,832 additions and 242 deletions.
3 changes: 1 addition & 2 deletions 404.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<!doctype html>
<!--
* Bootstrap Simple Admin Template
* Version: 2.0
* Version: 2.1
* Author: Alexis Luna
* Copyright 2020 Alexis Luna
* Website: https://github.com/alexis-luna/bootstrap-simple-admin-template
-->
<html lang="en">
Expand Down
3 changes: 1 addition & 2 deletions 500.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<!doctype html>
<!--
* Bootstrap Simple Admin Template
* Version: 2.0
* Version: 2.1
* Author: Alexis Luna
* Copyright 2020 Alexis Luna
* Website: https://github.com/alexis-luna/bootstrap-simple-admin-template
-->
<html lang="en">
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- New layout for dashboard page
- New cleaner look for login, signup, and forgot password page
- Minor UI optimizations
- Update for core plugins
- Upgrade to Bootstrap 4.6

View live demo!
[view demo](https://alexis-luna.github.io/bootstrap-simple-admin-template/)
Expand Down
3 changes: 1 addition & 2 deletions assets/components/navbar/navbar-dropdowns.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/*------------------------------------------------------------------
* Bootstrap Simple Admin Template
* Version: 2.0
* Version: 2.1
* Author: Alexis Luna
* Copyright 2020 Alexis Luna
* Website: https://github.com/alexis-luna/bootstrap-simple-admin-template
-------------------------------------------------------------------*/
.nav-dropdown .nav-link {
Expand Down
3 changes: 1 addition & 2 deletions assets/components/sidebar/sidebar-default.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/*------------------------------------------------------------------
* Bootstrap Simple Admin Template
* Version: 2.0
* Version: 2.1
* Author: Alexis Luna
* Copyright 2020 Alexis Luna
* Website: https://github.com/alexis-luna/bootstrap-simple-admin-template
-------------------------------------------------------------------*/
#sidebar {
Expand Down
3 changes: 1 addition & 2 deletions assets/css/auth.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/*------------------------------------------------------------------
* Bootstrap Simple Admin Template
* Version: 2.0
* Version: 2.1
* Author: Alexis Luna
* Copyright 2020 Alexis Luna
* Website: https://github.com/alexis-luna/bootstrap-simple-admin-template
-------------------------------------------------------------------*/

Expand Down
3 changes: 1 addition & 2 deletions assets/css/error.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/*------------------------------------------------------------------
* Bootstrap Simple Admin Template
* Version: 2.0
* Version: 2.1
* Author: Alexis Luna
* Copyright 2020 Alexis Luna
* Website: https://github.com/alexis-luna/bootstrap-simple-admin-template
-------------------------------------------------------------------*/

Expand Down
3 changes: 1 addition & 2 deletions assets/css/master.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/*------------------------------------------------------------------
* Bootstrap Simple Admin Template
* Version: 2.0
* Version: 2.1
* Author: Alexis Luna
* Copyright 2020 Alexis Luna
* Website: https://github.com/alexis-luna/bootstrap-simple-admin-template
-------------------------------------------------------------------*/

Expand Down
7 changes: 0 additions & 7 deletions assets/js/charts.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/*------------------------------------------------------------------
* Bootstrap Simple Admin Template
* Version: 2.0
* Author: Alexis Luna
* Copyright 2020 Alexis Luna
* Website: https://github.com/alexis-luna/bootstrap-simple-admin-template
-------------------------------------------------------------------*/
var chart1 = document.getElementById("linechart");
var chart2 = document.getElementById('barchart');
var chart3 = document.getElementById("piechart");
Expand Down
7 changes: 0 additions & 7 deletions assets/js/dashboard-charts.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/*------------------------------------------------------------------
* Bootstrap Simple Admin Template
* Version: 2.0
* Author: Alexis Luna
* Copyright 2020 Alexis Luna
* Website: https://github.com/alexis-luna/bootstrap-simple-admin-template
-------------------------------------------------------------------*/
var trafficchart = document.getElementById("trafficflow");
var saleschart = document.getElementById("sales");

Expand Down
7 changes: 0 additions & 7 deletions assets/js/form-validator.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/*------------------------------------------------------------------
* Bootstrap Simple Admin Template
* Version: 2.0
* Author: Alexis Luna
* Copyright 2020 Alexis Luna
* Website: https://github.com/alexis-luna/bootstrap-simple-admin-template
-------------------------------------------------------------------*/
// Starter JavaScript for disabling form submissions if there are invalid fields
(function() {
'use strict';
Expand Down
3 changes: 1 addition & 2 deletions assets/js/script.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/*------------------------------------------------------------------
* Bootstrap Simple Admin Template
* Version: 2.0
* Version: 2.1
* Author: Alexis Luna
* Copyright 2020 Alexis Luna
* Website: https://github.com/alexis-luna/bootstrap-simple-admin-template
-------------------------------------------------------------------*/
// Toggle sidebar on Menu button click
Expand Down
Loading

0 comments on commit 8feb316

Please sign in to comment.