Create directory structure

This commit is contained in:
lilith 2025-01-22 17:46:22 +01:00
commit 16e5a044a1
Signed by: lilith
SSH key fingerprint: SHA256:7kmBUkMCVUCN9z9MyGuBan8hifDCBaiG1RonGxdCB3A
9 changed files with 19 additions and 0 deletions

19
README.md Normal file
View file

@ -0,0 +1,19 @@
# Design Repository for Easterhegg 2025 (EH22)
## Structure of this repository
```
dist/ # assets ready for distribution
| print/ # .. on paper
| merch/ # .. on textiles and mugs/cups
| digital/ # .. on websites, presentations, etc.
icons/ # signage and misc. iconography
logo/ # all logo related source-assets
render/ # 3D project files and render-exports
templates/ # templates for publication (LaTeX, Typst, CSS, ...)
styleguide/ # design documentation as a webpage
```
## Fonts
We created a font specifically with this event in mind called *Argon Glow*. It is [available on codeberg at kritzl/argon-glow](https://codeberg.org/kritz/argon-glow) under the OFL 1.1.

0
dist/digital/.gitkeep vendored Normal file
View file

0
dist/merch/.gitkeep vendored Normal file
View file

0
dist/print/.gitkeep vendored Normal file
View file

0
icons/.gitkeep Normal file
View file

0
logo/.gitkeep Normal file
View file

0
render/.gitkeep Normal file
View file

0
styleguide/.gitkeep Normal file
View file

0
templates/.gitkeep Normal file
View file