diff --git a/LICENSE b/LICENSE index 8aa2645..e0bf35e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) [year] [fullname] +Copyright (c) 2024 c3cat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Readme.md b/Readme.md index 7a84c3b..669c086 100644 --- a/Readme.md +++ b/Readme.md @@ -9,3 +9,5 @@ This is a single page website, so just serve the HTML and CSS files. ## License Website source code is licensed under MIT license, images might have different licenses. + +[Pico CSS](https://picocss.com) is licensed under the MIT License. diff --git a/assets/css/style.css b/assets/css/style.css new file mode 100644 index 0000000..94793d4 --- /dev/null +++ b/assets/css/style.css @@ -0,0 +1,28 @@ +body { + font-family: system-ui,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,Helvetica,Arial,"Helvetica Neue",sans-serif; + + text-align: center; +} + +.container { + max-width: 900px; + margin: 0 auto; + padding: 0 5px; +} + +footer { + margin-top: 4rem; +} + +img { + width: 100%; +} + + +.hero-img { + max-width: 500px; +} + +p.bigger { + font-size: 1.2rem; +} \ No newline at end of file diff --git a/assets/img/c3cat-c3sign-cccamp23.jpg b/assets/img/c3cat-c3sign-cccamp23.jpg new file mode 100644 index 0000000..8eacd74 Binary files /dev/null and b/assets/img/c3cat-c3sign-cccamp23.jpg differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..5c0db98 --- /dev/null +++ b/index.html @@ -0,0 +1,40 @@ + + + + + + + + c3cat + + +
+

c3cat – Cat Ears Operation Center

+ C3CAT with a cat ear headband around the 'A' + +

Resources

+

The "original" cat ear model we used was borrowed from Printables. + Since then, some people started to develop an improved and parametrized version with OpenSCAD.

+

See the CCCHH wiki for the latest information on signs, 3D models, etc.

+ +

History

+

A few people from Hamburg started to 3D-print and wear cat ear headbands at EH20 which lead to some "can I get one, too" reactions. + They continued at GPN21 and cccamp23 with a spreadsheet-based ordering system. + At camp, three 3D printers were operating more or less non-stop, but weren't enough to fulfill the demand. +

+

The camp got some more people interested in the topic of printing cat ears and two of them pre-printed a lot before the 37c3. + But even 1500 cat ears were sold-out in the first two days. + So demand is high, let's disrupt gender stereotypes! +

+
+ + + \ No newline at end of file