Skip to content

Commit

Permalink
Finalizing file v1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jave Lupango committed Dec 18, 2020
1 parent 5950bc3 commit 6f6c201
Show file tree
Hide file tree
Showing 22 changed files with 9,641 additions and 2 deletions.
324 changes: 324 additions & 0 deletions assets/f/adminlte.css.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/f/adminlte.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/f/adminlte.min.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/f/bootstrap.bundle.min.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/f/css/adminlte.min.css.map

Large diffs are not rendered by default.

Binary file added assets/f/webfonts/fa-brands-400.eot
Binary file not shown.
3,570 changes: 3,570 additions & 0 deletions assets/f/webfonts/fa-brands-400.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/f/webfonts/fa-brands-400.ttf
Binary file not shown.
Binary file added assets/f/webfonts/fa-brands-400.woff
Binary file not shown.
Binary file added assets/f/webfonts/fa-brands-400.woff2
Binary file not shown.
Binary file added assets/f/webfonts/fa-regular-400.eot
Binary file not shown.
803 changes: 803 additions & 0 deletions assets/f/webfonts/fa-regular-400.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/f/webfonts/fa-regular-400.ttf
Binary file not shown.
Binary file added assets/f/webfonts/fa-regular-400.woff
Binary file not shown.
Binary file added assets/f/webfonts/fa-regular-400.woff2
Binary file not shown.
Binary file added assets/f/webfonts/fa-solid-900.eot
Binary file not shown.
4,938 changes: 4,938 additions & 0 deletions assets/f/webfonts/fa-solid-900.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/f/webfonts/fa-solid-900.ttf
Binary file not shown.
Binary file added assets/f/webfonts/fa-solid-900.woff
Binary file not shown.
Binary file added assets/f/webfonts/fa-solid-900.woff2
Binary file not shown.
2 changes: 1 addition & 1 deletion view/partial/css.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- Ionicons -->
<link rel="stylesheet" href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
<!-- icheck bootstrap -->
<link rel="stylesheet" href="<?php echo($url) ?>/assets/f/icheck-bootstrap.min.css">
<link rel="stylesheet" href="<?php echo($url) ?>/assets/f/css/icheck-bootstrap.min.css">
<!-- Theme style -->
<link rel="stylesheet" href="<?php echo($url) ?>/assets/f/css/adminlte.min.css">
<!-- Google Font: Source Sans Pro -->
Expand Down
2 changes: 1 addition & 1 deletion view/partial/js.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<!-- Bootstrap 4 -->
<script src="<?php echo($url) ?>/assets/f/bootstrap.bundle.min.js"></script>
<!-- AdminLTE App -->
<script src="<?php echo($url) ?>/assets//adminlte.js"></script>
<script src="<?php echo($url) ?>/assets/f/adminlte.js"></script>
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@10"></script>

0 comments on commit 6f6c201

Please sign in to comment.