add labels to all projects
This commit is contained in:
parent
f8a9646cab
commit
8574a81966
|
@ -5,7 +5,7 @@ block root
|
|||
|
||||
block append content
|
||||
h2
|
||||
| blek! Analytics
|
||||
| blek! Analytics
|
||||
+planned_label()
|
||||
p.
|
||||
For now, the project exists just as an idea of creating a self-hosted alternative of Google Analytics.
|
||||
|
|
|
@ -6,7 +6,7 @@ block root
|
|||
|
||||
block append content
|
||||
h2
|
||||
| blek! Bin
|
||||
| blek! Bin
|
||||
+planned_label()
|
||||
p
|
||||
| blek! Bin is a free, self-hosted, nojs alternative to
|
||||
|
|
|
@ -1,9 +1,12 @@
|
|||
extends ../layout/project.pug
|
||||
block root
|
||||
- var title = 'blek! Sail'
|
||||
include ../ui/label.pug
|
||||
|
||||
block append content
|
||||
h2 blek! Sail
|
||||
h2
|
||||
| blek! Sail
|
||||
+label('Docker', '#5B9FCC')
|
||||
p
|
||||
| blek! Sail is a production-ready alternative to Laravel Sail.
|
||||
br
|
||||
|
|
|
@ -1,11 +1,16 @@
|
|||
extends ../layout/project.pug
|
||||
block root
|
||||
- var title = 'CuteSchedule'
|
||||
include ../ui/label.pug
|
||||
|
||||
block append content
|
||||
p(align='center')
|
||||
img(src='/content/cuteschedule.png' height=128)
|
||||
<br/>
|
||||
br
|
||||
+label('Abandoned', '#B9CEDB')
|
||||
|
|
||||
+label('Re-write planned', '#B9CEDB')
|
||||
br
|
||||
| CuteSchedule is an interactive menu with a school schedule.
|
||||
br
|
||||
hr
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
extends ../layout/project.pug
|
||||
block root
|
||||
- var title = 'VRPLauncher'
|
||||
include ../ui/label.pug
|
||||
|
||||
block append content
|
||||
h2 VRPLauncher
|
||||
h2
|
||||
| VRPLauncher
|
||||
+label('Abandoned', '#B9CEDB')
|
||||
|
|
||||
+label('Ancient/legacy project', '#A6DFE1')
|
||||
p.
|
||||
VRPLauncher is a custom minecraft launcher for another project (a minecraft server with mods).<br/>
|
||||
It is written in C# with WinForms and is made to keep only specific mods in mods folder (it reports any modifications to the server).
|
||||
|
|
Loading…
Reference in New Issue