Skip to content

Commit 09c4b42

Browse files
committed
update views
1 parent a4df52e commit 09c4b42

File tree

526 files changed

+3591
-7566
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

526 files changed

+3591
-7566
lines changed

src/.DS_Store

8 KB
Binary file not shown.

src/404.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v2.0.0
4+
* @version v3.0.0-alpha.0
55
* @link https://coreui.io
66
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)
@@ -20,8 +20,6 @@
2020
<!-- Icons-->
2121
<link href="node_modules/@coreui/icons/css/coreui-icons.min.css" rel="stylesheet">
2222
<link href="node_modules/flag-icon-css/css/flag-icon.min.css" rel="stylesheet">
23-
<link href="node_modules/font-awesome/css/font-awesome.min.css" rel="stylesheet">
24-
<link href="node_modules/simple-line-icons/css/simple-line-icons.css" rel="stylesheet">
2523
<!-- Main styles for this application-->
2624
<link href="css/style.css" rel="stylesheet">
2725
<link href="vendors/pace-progress/css/pace.min.css" rel="stylesheet">
@@ -44,13 +42,13 @@
4442
<div class="c-container">
4543
<div class="c-row c-justify-content-center">
4644
<div class="c-col-md-6">
47-
<div class="clearfix">
45+
<div class="c-clearfix">
4846
<h1 class="c-float-left c-display-3 c-mr-4">404</h1>
4947
<h4 class="c-pt-3">Oops! You're lost.</h4>
5048
<p class="c-text-muted">The page you are looking for was not found.</p>
5149
</div>
5250
<div class="input-prepend c-input-group">
53-
<div class="c-input-group-prepend"><span class="c-input-group-text"><i class="fa fa-search"></i></span></div>
51+
<div class="c-input-group-prepend"><span class="c-input-group-text"><img class="c-icon" src="assets/icons/magnifying-glass.svg" width="16" height="16" alt="CoreUI Icons Magnifying Glass"></span></div>
5452
<input class="c-form-control" id="prependedInput" size="16" type="text" placeholder="What are you looking for?"><span class="c-input-group-append">
5553
<button class="c-btn c-btn-info" type="button">Search</button></span>
5654
</div>

src/500.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v2.0.0
4+
* @version v3.0.0-alpha.0
55
* @link https://coreui.io
66
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)
@@ -20,8 +20,6 @@
2020
<!-- Icons-->
2121
<link href="node_modules/@coreui/icons/css/coreui-icons.min.css" rel="stylesheet">
2222
<link href="node_modules/flag-icon-css/css/flag-icon.min.css" rel="stylesheet">
23-
<link href="node_modules/font-awesome/css/font-awesome.min.css" rel="stylesheet">
24-
<link href="node_modules/simple-line-icons/css/simple-line-icons.css" rel="stylesheet">
2523
<!-- Main styles for this application-->
2624
<link href="css/style.css" rel="stylesheet">
2725
<link href="vendors/pace-progress/css/pace.min.css" rel="stylesheet">
@@ -44,13 +42,13 @@
4442
<div class="c-container">
4543
<div class="c-row c-justify-content-center">
4644
<div class="c-col-md-6">
47-
<div class="clearfix">
45+
<div class="c-clearfix">
4846
<h1 class="c-float-left c-display-3 c-mr-4">500</h1>
4947
<h4 class="c-pt-3">Houston, we have a problem!</h4>
5048
<p class="c-text-muted">The page you are looking for is temporarily unavailable.</p>
5149
</div>
5250
<div class="input-prepend c-input-group">
53-
<div class="c-input-group-prepend"><span class="c-input-group-text"><i class="fa fa-search"></i></span></div>
51+
<div class="c-input-group-prepend"><span class="c-input-group-text"><img class="c-icon" src="assets/icons/magnifying-glass.svg" width="16" height="16" alt="CoreUI Icons Magnifying Glass"></span></div>
5452
<input class="c-form-control" id="prependedInput" size="16" type="text" placeholder="What are you looking for?"><span class="c-input-group-append">
5553
<button class="c-btn c-btn-info" type="button">Search</button></span>
5654
</div>

src/assets/.DS_Store

8 KB
Binary file not shown.

src/assets/brand/.DS_Store

6 KB
Binary file not shown.
Lines changed: 24 additions & 0 deletions
Loading

src/assets/brand/coreui-base.svg

Lines changed: 24 additions & 0 deletions
Loading
Lines changed: 16 additions & 0 deletions
Loading

src/assets/brand/coreui-signet.svg

Lines changed: 16 additions & 0 deletions
Loading

src/assets/favicon.ico

1.12 KB
Binary file not shown.

0 commit comments

Comments
 (0)