Skip to content
This repository was archived by the owner on Dec 3, 2021. It is now read-only.

Commit 5d7913e

Browse files
committed
update files structure
1 parent 79853e6 commit 5d7913e

Some content is hidden

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

50 files changed

+845
-5059
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
extends /pages.pug
1+
extends /_layout/pages.pug
22

33
block view
44
.c-container
55
.c-row.c-justify-content-center
66
.c-col-md-6
7-
.clearfix
7+
.c-clearfix
88
h1.c-float-left.c-display-3.c-mr-4 404
99
h4.c-pt-3 Oops! You're lost.
1010
p.c-text-muted The page you are looking for was not found.
1111
.input-prepend.c-input-group
1212
.c-input-group-prepend
1313
span.c-input-group-text
14-
i.fa.fa-search
14+
img.c-icon(src="assets/icons/magnifying-glass.svg" width="16" height="16" alt="CoreUI Icons Magnifying Glass")
1515
input#prependedInput.c-form-control(size='16', type='text', placeholder='What are you looking for?')
1616
span.c-input-group-append
1717
button.c-btn.c-btn-info(type='button') Search
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
extends /pages.pug
1+
extends /_layout/pages.pug
22

33
block view
44
.c-container
55
.c-row.c-justify-content-center
66
.c-col-md-6
7-
.clearfix
7+
.c-clearfix
88
h1.c-float-left.c-display-3.c-mr-4 500
99
h4.c-pt-3 Houston, we have a problem!
1010
p.c-text-muted The page you are looking for is temporarily unavailable.
1111
.input-prepend.c-input-group
1212
.c-input-group-prepend
1313
span.c-input-group-text
14-
i.fa.fa-search
14+
img.c-icon(src="assets/icons/magnifying-glass.svg" width="16" height="16" alt="CoreUI Icons Magnifying Glass")
1515
input#prependedInput.c-form-control(size='16', type='text', placeholder='What are you looking for?')
1616
span.c-input-group-append
1717
button.c-btn.c-btn-info(type='button') Search
File renamed without changes.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
- var ajax = true
22
- var page = true
33
doctype html
4-
include ../partials/banner.pug
4+
include ../_partials/banner.pug
55

66
html(lang='en')
77
head
88
base(href=base)
9-
include ../partials/head.pug
9+
include ../_partials/head.pug
1010
block styles
1111
body.c-app.c-default-layout.c-flex-row.c-align-items-center
1212
block view
1313

14-
include ../partials/scripts.pug
14+
include ../_partials/scripts.pug
File renamed without changes.

pug/partials/breadcrumb.pug renamed to pug/_partials/breadcrumb.pug

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ ol.c-breadcrumb
44
if !starter
55
li.c-breadcrumb-item
66
a(href="#") Admin
7-
li.c-breadcrumb-item.active Dashboard
7+
li.c-breadcrumb-item.c-active Dashboard
88
// Breadcrumb Menu
99
li.c-breadcrumb-menu.c-d-md-down-none
1010
.c-btn-group(role="group" aria-label="Button group")
1111
a.c-btn(href="#")
12-
i.icon-speech
12+
img.c-icon(src="assets/icons/speech.svg" width="16" height="16" alt="CoreUI Icons Speech")
1313
a.c-btn(href="./")
14-
i.icon-graph
14+
img.c-icon(src="assets/icons/graph.svg" width="16" height="16" alt="CoreUI Icons Graph")
1515
|  Dashboard
1616
a.c-btn(href="#")
17-
i.icon-settings
17+
img.c-icon(src="assets/icons/settings.svg" width="16" height="16" alt="CoreUI Icons Settings")
1818
|  Settings
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
footer.c-footer
22
div
33
a(href='https://coreui.io') CoreUI
4-
span
5-
| © 2019 creativeLabs.
4+
| © 2019 creativeLabs.
65
div.c-ml-auto
7-
span
8-
| Powered by
6+
| Powered by 
97
a(href='https://coreui.io') CoreUI

pug/partials/head.pug renamed to pug/_partials/head.pug

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ title CoreUI Free Bootstrap Admin Template
99
// Icons
1010
link(href='node_modules/@coreui/icons/css/coreui-icons.min.css', rel='stylesheet')
1111
link(href='node_modules/flag-icon-css/css/flag-icon.min.css', rel='stylesheet')
12-
link(href='node_modules/font-awesome/css/font-awesome.min.css', rel='stylesheet')
13-
link(href='node_modules/simple-line-icons/css/simple-line-icons.css', rel='stylesheet')
14-
12+
1513
// Main styles for this application
1614
link(href='css/style.css', rel='stylesheet')
1715
link(href='vendors/pace-progress/css/pace.min.css', rel='stylesheet')

pug/_partials/header.pug

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
header.c-header.c-header-light.c-header-fixed
2+
button.c-header-toggler.c-class-toggler.c-d-lg-none.c-mr-auto(type="button" data-target="#sidebar" data-class="c-sidebar-show")
3+
span.c-header-toggler-icon
4+
a.c-header-brand.c-header-brand-md-down-centered(href="#")
5+
img.c-header-brand-full(src="assets/brand/coreui-base.svg" width="97" height="46" alt="CoreUI Logo")
6+
img.c-header-brand-minimized(src="assets/brand/coreui-signet.svg" width="46" height="46" alt="CoreUI Logo")
7+
button.c-header-toggler.c-class-toggler.c-d-md-down-none(type="button" data-target="#sidebar" data-class="c-sidebar-lg-show" responsive="true")
8+
span.c-header-toggler-icon
9+
if !starter
10+
ul.c-nav.c-header-nav.c-d-md-down-none
11+
li.c-nav-item.c-px-3
12+
a.c-nav-link(href="#") Dashboard
13+
li.c-nav-item.c-px-3
14+
a.c-nav-link(href="#") Users
15+
li.c-nav-item.c-px-3
16+
a.c-nav-link(href="#") Settings
17+
ul.c-nav.c-header-nav.c-ml-auto
18+
li.c-nav-item.c-d-md-down-none.c-mx-2
19+
a.c-nav-link(href="#")
20+
img.c-icon(src="assets/icons/bell.svg" width="16" height="16" alt="CoreUI Icons Bell")
21+
span.c-badge.c-badge-pill.c-badge-danger 5
22+
li.c-nav-item.c-d-md-down-none.c-mx-2
23+
a.c-nav-link(href="#")
24+
img.c-icon(src="assets/icons/list-rich.svg" width="16" height="16" alt="CoreUI Icons List Rich")
25+
li.c-nav-item.c-d-md-down-none.c-mx-2
26+
a.c-nav-link(href="#")
27+
img.c-icon(src="assets/icons/location-pin.svg" width="16" height="16" alt="CoreUI Icons Location Pin")
28+
li.c-nav-item.c-dropdown
29+
a.c-nav-link(data-toggle="c-dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false")
30+
img.c-img-avatar(src="assets/img/avatars/6.jpg" alt="[email protected]")
31+
.c-dropdown-menu.c-dropdown-menu-right.c-pt-0
32+
.c-dropdown-header.c-bg-light.c-py-2
33+
strong Account
34+
a.c-dropdown-item(href="#")
35+
img.c-icon.c-mr-2(src="assets/icons/bell.svg" width="16" height="16" alt="CoreUI Icons Bell")
36+
| Updates
37+
span.c-badge.c-badge-info.c-ml-auto 42
38+
a.c-dropdown-item(href="#")
39+
img.c-icon.c-mr-2(src="assets/icons/envelope-open.svg" width="16" height="16" alt="CorseUI Icons Envelope Open")
40+
| Messages
41+
span.c-badge.c-badge-success.c-ml-auto 42
42+
a.c-dropdown-item(href="#")
43+
img.c-icon.c-mr-2(src="assets/icons/task1.svg" width="16" height="16" alt="CoreUI Icons Task")
44+
| Tasks
45+
span.c-badge.c-badge-danger.c-ml-auto 42
46+
a.c-dropdown-item(href="#")
47+
img.c-icon.c-mr-2(src="assets/icons/comment-square.svg" width="16" height="16" alt="CoreUI Icons Comment Square")
48+
| Comments
49+
span.c-badge.c-badge-warning.c-ml-auto 42
50+
.c-dropdown-header.c-bg-light.c-py-2
51+
strong Settings
52+
a.c-dropdown-item(href="#")
53+
img.c-icon.c-mr-2(src="assets/icons/user.svg" width="16" height="16" alt="CoreUI Icons User")
54+
| Profile
55+
a.c-dropdown-item(href="#")
56+
img.c-icon.c-mr-2(src="assets/icons/settings.svg" width="16" height="16" alt="CoreUI Icons Settings")
57+
| Settings
58+
a.c-dropdown-item(href="#")
59+
img.c-icon.c-mr-2(src="assets/icons/credit-card.svg" width="16" height="16" alt="CoreUI Icons Credit Card")
60+
| Payments
61+
span.c-badge.c-badge-secondary.c-ml-auto 42
62+
a.c-dropdown-item(href="#")
63+
img.c-icon.c-mr-2(src="assets/icons/file.svg" width="16" height="16" alt="CoreUI Icons File")
64+
| Projects
65+
span.c-badge.c-badge-primary.c-ml-auto 42
66+
.c-dropdown-divider
67+
a.c-dropdown-item(href="#")
68+
img.c-icon.c-mr-2(src="assets/icons/lock-locked.svg" width="16" height="16" alt="CoreUI Icons Lock Locked")
69+
| Lock Account
70+
a.c-dropdown-item(href="#")
71+
img.c-icon.c-mr-2(src="assets/icons/account-logout.svg" width="16" height="16" alt="CoreUI Icons Account Logout")
72+
| Logout

pug/partials/scripts.pug renamed to pug/_partials/scripts.pug

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ if ajax
1111
document.addEventListener('xhr', function() {
1212
Pace.restart()
1313
}, true);
14+

0 commit comments

Comments
 (0)