mirror of
https://github.com/simon987/simon987.net.git
synced 2025-04-10 14:06:41 +00:00
Add status in /code
This commit is contained in:
parent
e47512c7b4
commit
2cd29b16ba
@ -126,6 +126,15 @@
|
||||
<!-- media="/static/net.png"-->
|
||||
<!-- />-->
|
||||
|
||||
<Project
|
||||
name="status"
|
||||
date="[2020-02]"
|
||||
description="Minimalist status page for HTTP services."
|
||||
:techs="['Scala', 'Akka', 'H2']"
|
||||
:links="[{github: 'https://github.com/simon987/status'}, {demo:'https://status.simon987.net'}]"
|
||||
media="/static/status.png"
|
||||
/>
|
||||
|
||||
<Project
|
||||
name="Architeuthis"
|
||||
date="[2019-05]"
|
||||
|
@ -14,12 +14,12 @@ export default {
|
||||
background: #3572A5;
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
.go {
|
||||
background: #00ADD8;
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
.java {
|
||||
background: #b07219;
|
||||
color: white;
|
||||
@ -34,7 +34,7 @@ export default {
|
||||
background: #589636;
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
.x86-16asm {
|
||||
background: #6E4C13;
|
||||
color: white;
|
||||
@ -119,6 +119,21 @@ export default {
|
||||
background: #63B543;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.scala {
|
||||
background: #c22d40;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.h2 {
|
||||
background: #0000BB;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.akka {
|
||||
background: #15A9CE;
|
||||
color: white;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user