add labels to all projects

This commit is contained in:
b1ek 2023-02-22 13:41:55 +10:00
parent f8a9646cab
commit 8574a81966
5 changed files with 18 additions and 5 deletions

View File

@ -1,9 +1,12 @@
extends ../layout/project.pug extends ../layout/project.pug
block root block root
- var title = 'blek! Sail' - var title = 'blek! Sail'
include ../ui/label.pug
block append content block append content
h2 blek! Sail h2
| blek! Sail
+label('Docker', '#5B9FCC')
p p
| blek! Sail is a production-ready alternative to Laravel Sail. | blek! Sail is a production-ready alternative to Laravel Sail.
br br

View File

@ -1,11 +1,16 @@
extends ../layout/project.pug extends ../layout/project.pug
block root block root
- var title = 'CuteSchedule' - var title = 'CuteSchedule'
include ../ui/label.pug
block append content block append content
p(align='center') p(align='center')
img(src='/content/cuteschedule.png' height=128) 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. | CuteSchedule is an interactive menu with a school schedule.
br br
hr hr

View File

@ -1,9 +1,14 @@
extends ../layout/project.pug extends ../layout/project.pug
block root block root
- var title = 'VRPLauncher' - var title = 'VRPLauncher'
include ../ui/label.pug
block append content block append content
h2 VRPLauncher h2
| VRPLauncher
+label('Abandoned', '#B9CEDB')
|
+label('Ancient/legacy project', '#A6DFE1')
p. p.
VRPLauncher is a custom minecraft launcher for another project (a minecraft server with mods).<br/> 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). 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).