restructure landing page to make specific sub-sites easier to discover

This commit is contained in:
lilly 2025-12-12 12:25:48 +01:00
commit d441ba91c3
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g

View file

@ -6,6 +6,41 @@
<link rel="stylesheet" href="assets/css/style.css" /> <link rel="stylesheet" href="assets/css/style.css" />
<link rel="me" href="https://chaos.social/@c3cat" /> <link rel="me" href="https://chaos.social/@c3cat" />
<title>c3cat</title> <title>c3cat</title>
<style>
/* site-specific styles */
@layer per-site {
.resources-container {
display: flex;
flex-wrap: wrap;
column-gap: 1ch;
row-gap: 1rem;
justify-content: space-around;
align-items: stretch;
padding-left: 0;
&>a {
display: block;
width: fit-content;
flex-basis: 45%;
border: 1px solid var(--accent-color);
padding: 8px;
text-decoration: unset;
color: var(--fg-color);
background-color: color-mix(in hsl, var(--bg-color) 90%, var(--fg-color) 10%);
min-height: 2rem;
text-align: center;
font-size: larger;
&:hover {
background-color: color-mix(in hsl, var(--bg-color) 80%, var(--fg-color) 20%);
box-shadow: 4px 4px 6px var(--accent-color);
}
}
}
}
</style>
</head> </head>
<body class="container"> <body class="container">
<main> <main>
@ -16,9 +51,21 @@
</picture> </picture>
<h2>Resources</h2> <h2>Resources</h2>
<p class="bigger">The "original" cat ear model we used was borrowed from <a href="https://www.printables.com/de/model/35076-cat-ears">Printables</a>. <ul class="resources-container">
Since then, some people started to develop an <a href="https://git.hamburg.ccc.de/c3cat/scad">improved and parametrized version</a> with OpenSCAD.</p> <a href="./rgb-ears-39c3.html">39C3 LED Catear Guide</a>
<p class="bigger">See the <a href="https://wiki.hamburg.ccc.de/club:c3cat:start">CCCHH wiki</a> for the latest information on signs, 3D models, etc.</p> <a href="./catear-bom.html">LED Catear BOM</a>
<a href="./3d-printables.html">3D Printing Files</a>
</ul>
<h3>Archive</h3>
<p>
These are not necessarily the most up-to-date version but we maintain them here in case you have our link saved or found an old kit from us.
</p>
<ul>
<li><a href="./rgb-ears.html">EH22 Catear Guide</a></li>
<li><a href="https://wiki.hamburg.ccc.de/club:c3cat:start">CCCHH Wiki page</a></li>
<li><a href="https://www.printables.com/de/model/35076-cat-ears" rel="external">Original Catear model from <i>Printables</i></a></li>
</ul>
<h2>History</h2> <h2>History</h2>
<p>A few people from Hamburg started to 3D-print and wear cat ear headbands at <a href="https://eh20.easterhegg.eu">EH20</a> which lead to some "can I get one, too" reactions. <p>A few people from Hamburg started to 3D-print and wear cat ear headbands at <a href="https://eh20.easterhegg.eu">EH20</a> which lead to some "can I get one, too" reactions.