Merge branch 'staging' into production
This commit is contained in:
commit
8745fcccd0
12 changed files with 397 additions and 226 deletions
1
content/404.md
Normal file
1
content/404.md
Normal file
|
@ -0,0 +1 @@
|
|||
Leider existiert diese Seite nicht.
|
|
@ -1,6 +1,27 @@
|
|||
---
|
||||
description: "Startseite CCCB mit Kurzkalender"
|
||||
---
|
||||
/* this section will be enabled when the cccb spaceapi is public
|
||||
|
||||
<div style="display: flex; justify-content: center;">
|
||||
<div id="clubstatus-badge">spacestatus unknown</div>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
#clubstatus-badge {
|
||||
position: relative;
|
||||
background-color: #2ecc71;
|
||||
flex: initial;
|
||||
color: white;
|
||||
padding: 0.25em 0.6em;
|
||||
font-size: 0.75rem;
|
||||
border-radius: 1em;
|
||||
box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
|
||||
font-weight: bold;
|
||||
}
|
||||
</style>
|
||||
|
||||
*/
|
||||
|
||||
### Nächste Veranstaltungen:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue