mirror of
https://github.com/simon987/simon987.net.git
synced 2025-04-20 10:46:47 +00:00
Add status in /code
This commit is contained in:
parent
e47512c7b4
commit
2cd29b16ba
@ -126,6 +126,15 @@
|
|||||||
<!-- media="/static/net.png"-->
|
<!-- 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
|
<Project
|
||||||
name="Architeuthis"
|
name="Architeuthis"
|
||||||
date="[2019-05]"
|
date="[2019-05]"
|
||||||
|
@ -119,6 +119,21 @@ export default {
|
|||||||
background: #63B543;
|
background: #63B543;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.scala {
|
||||||
|
background: #c22d40;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.h2 {
|
||||||
|
background: #0000BB;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.akka {
|
||||||
|
background: #15A9CE;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user