Skip to content

Commit

Permalink
very basic falscher hase saas
Browse files Browse the repository at this point in the history
  • Loading branch information
scammo committed Mar 25, 2024
1 parent f492ca1 commit ef42dcb
Show file tree
Hide file tree
Showing 9 changed files with 63 additions and 0 deletions.
Binary file added falscher-hase-logo.webp
Binary file not shown.
Binary file added fonts/nunito-sans-v15-latin-regular.woff2
Binary file not shown.
Binary file added fonts/sixtyfour-v1-latin-regular.woff2
Binary file not shown.
15 changes: 15 additions & 0 deletions public/falscher-hase/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "falscher-hase",
"css": [
"/style.css"
],
"editable_elements": [
{"tag": "p", "class": "subline", "default": "You are beautiful"},
{"tag": "h1", "class": "heading-extra", "default": "Let's change the world"},
{"tag": "h1", "class": "heading", "default": "🐰"},
{"tag": "p", "class": "heading", "default": "Follow the wrong rabbit."}
],
"styling_elements": [
{"tag": "img", "alt": "", "class": "absolute", "id": "logo", "src": "/falscher-hase-logo.webp"}
]
}
Binary file added public/falscher-hase/falscher-hase-logo.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
47 changes: 47 additions & 0 deletions public/falscher-hase/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
/* sixtyfour-regular - latin */
@font-face {
font-display: swap;
/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Sixtyfour';
font-style: normal;
font-weight: 400;
src: url('./fonts/sixtyfour-v1-latin-regular.woff2') format('woff2');
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* nunito-sans-regular - latin */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 400;
src: url('./fonts/nunito-sans-v15-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body{
font-family: 'Nunito Sans', arial;
}
.heading-extra{
font-family: 'Sixtyfour';
}
p{
font-size: 55px;
margin: 50px 0px;
}

#falscher-hase {
width: 100vw;
height: 100vh;
margin: 0 !important;
padding: 0 !important;
}
.absolute {
position: absolute;
height: 2.5cm;
width: auto;
}
#logo {
bottom: 0.0cm;
left: 0.0cm;
height: 35%;
}
1 change: 1 addition & 0 deletions src/components/ErrorInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<li><a href="/?config=eh20">#eh20 easterhegg 2023</a></li>
<li><a href="/?config=https://raw.githubusercontent.com/chaos-jetzt/schild-vorlagen/main/chaos_jetzt_light/">chaos.jetzt hell (Externe Resourcen)</a></li>
<li><a href="/?config=iger2023">IGER 2023</a></li>
<li><a href="/?config=falscher-hase">Falscher Hase</a></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit ef42dcb

Please sign in to comment.