diff --git a/README.md b/README.md index 516293d..92ca244 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,13 @@ Then, build and push to the registry: docker build -t git.interhacker.space/interhack/camp-website-2026:latest . docker push git.interhacker.space/interhack/camp-website-2026:latest ``` + +## generate status PDF + +Status are stored in [this online pad](https://md.interhacker.space/u2VNUSO6S36xx5Ensc3FCw). + +PDF can be generated thanks to `pandoc` and the good old `curl` this way: + +```sh +curl -s https://md.interhacker.space/u2VNUSO6S36xx5Ensc3FCw/download | pandoc -V geometry:margin=3cm -o status.pdf +``` diff --git a/assets/Camp-Interhack-status.pdf b/assets/Camp-Interhack-status.pdf new file mode 100644 index 0000000..24bf064 Binary files /dev/null and b/assets/Camp-Interhack-status.pdf differ diff --git a/css/home.css b/css/home.css index b0fb5bf..f471287 100644 --- a/css/home.css +++ b/css/home.css @@ -8,8 +8,9 @@ main { footer { display: block; - height: 100px; text-align: center; + display: flex; + justify-content: space-evenly; } main h1 { diff --git a/index.html b/index.html index 5e1b21d..9ae62c6 100644 --- a/index.html +++ b/index.html @@ -88,7 +88,14 @@