forked from Disroot/Website
adjustments
This commit is contained in:
parent
15cd0e87c1
commit
eb31c685d6
4 changed files with 17 additions and 0 deletions
|
@ -9,4 +9,5 @@ body_classes: modular
|
|||
<a class="button button2" href="https://apps.disroot.org/">⊙</a>
|
||||
|
||||
DASHBOARD
|
||||
<br>
|
||||
(Quick links to all services)
|
||||
|
|
7
pages/01.home/_empty-bar/fullbar.md
Normal file
7
pages/01.home/_empty-bar/fullbar.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: 'Empty Bar'
|
||||
bgcolor: '#8EB726'
|
||||
fontcolor: '#FFF'
|
||||
text_align: center
|
||||
---
|
||||
|
6
pages/01.home/_white-bar/fullbar.md
Normal file
6
pages/01.home/_white-bar/fullbar.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: 'Empty Bar'
|
||||
bgcolor: '#FFFFFF'
|
||||
fontcolor: '#FFF'
|
||||
text_align: center
|
||||
---
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: Disroot
|
||||
menu: home
|
||||
header: true
|
||||
onpage_menu: true
|
||||
content:
|
||||
items: '@self.modular'
|
||||
|
@ -10,10 +11,12 @@ content:
|
|||
custom:
|
||||
- _about
|
||||
- _dashboard
|
||||
- _white-bar
|
||||
- _services1
|
||||
- _services2
|
||||
- _services3
|
||||
- _services4
|
||||
- _empty-bar
|
||||
- _buttons
|
||||
- _news
|
||||
---
|
||||
|
|
Loading…
Reference in a new issue