c3cat-landingpage/3d-printables.html
lilly e296fa1219
All checks were successful
/ build (pull_request) Successful in 56s
add page for 3d printables
2025-12-18 12:08:42 +01:00

65 lines
1.9 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="assets/css/style.css" />
<link rel="me" href="https://chaos.social/@c3cat" />
<title>c3cat</title>
<style>
@layer per-site {
.resources-container {
display: flex;
flex-direction: column;
align-items: center;
row-gap: 1rem;
&>li {
display: block;
&>a {
display: inline flex;
flex-direction: column;
align-items: center;
row-gap: 4px;
&>img {
aspect-ratio: 1/1;
width: 250px;
}
}
}
}
}
</style>
</head>
<body class="container">
<main>
<h1 class="title">3D Printables</h1>
<a href="./">
<picture>
<source srcset="assets/img/c3cat-c3sign-cccamp23-transparent-for-dark.webp" media="(prefers-color-scheme: dark)"/>
<img src="assets/img/c3cat-c3sign-cccamp23-transparent.webp" alt="C3CAT with a cat ear headband around the 'A'" class="hero-img"/>
</picture>
</a>
<ul class="resources-container">
<li>
<a href="https://www.printables.com/de/model/35076-cat-ears" rel="external">
<img alt="A picture of a catear 3D model" src="assets/img/3d-printables/catears-printables.webp">
<span>The original catear model from <i>printables.com</i></span>
</a>
</li>
</ul>
</main>
<footer>
<p>
Don't feel pressured to wear cat ears &ndash; you're perfectly fine without them.<br>
And remember: Trans rights are human rights.
</p>
<p>
Find us in the fediverse at <a href="https://chaos.social/@c3cat">c3cat@chaos.social</a>.
</p>
</footer>
</body>
</html>