|
| 1 | +doctype html |
| 2 | +html(lang="en") |
| 3 | + include partials/head |
| 4 | + body |
| 5 | + .wrapper |
| 6 | + include partials/header |
| 7 | + .container |
| 8 | + .row.mb-4 |
| 9 | + .col-12 |
| 10 | + h1 Press Kit |
| 11 | + p |
| 12 | + | Hackerspace Gent (0x20) is a community-run hackerspace in Ghent, Belgium. |
| 13 | + | We are a non-profit association of makers, engineers, artists, and curious minds |
| 14 | + | who share a physical space to collaborate, learn, and build things together. |
| 15 | + br |
| 16 | + br |
| 17 | + | For press inquiries: #[a(href="mailto:info@hackerspace.gent") info@hackerspace.gent] |
| 18 | + |
| 19 | + h2 Logos |
| 20 | + .row.mb-5 |
| 21 | + .col-xl-3.col-md-6.col-12.mb-3 |
| 22 | + .framed.text-center.p-3 |
| 23 | + img.img-fluid.mb-3(src="/images/0x20i.png" alt="0x20 Logo" style="max-height: 140px;") |
| 24 | + small.d-block.mb-2 Flappers only. |
| 25 | + a.btn(href="/images/0x20i.png" download) Download PNG |
| 26 | + .col-xl-3.col-md-6.col-12.mb-3 |
| 27 | + .framed.text-center.p-3 |
| 28 | + img.img-fluid.mb-3(src="/images/0x20white.png" alt="0x20 Logo White" style="max-height: 140px;") |
| 29 | + small.d-block.mb-2 Full ring logo. |
| 30 | + a.btn(href="/images/0x20white.png" download) Download PNG |
| 31 | + |
| 32 | + |
| 33 | + h2 Newline Posters |
| 34 | + p |
| 35 | + | Posters from #[a(href="https://newline.gent") Newline], our annual event. |
| 36 | + .row.mb-5 |
| 37 | + .col-xl-3.col-md-6.col-12.mb-3 |
| 38 | + .framed.p-2 |
| 39 | + img.img-fluid.mb-2(src="https://newline.gent/poster/poster2026.png" alt="Newline 2026 poster (color)") |
| 40 | + small.d-block Newline 2026 — Color |
| 41 | + .mt-2 |
| 42 | + a.btn.me-2(href="https://newline.gent/poster/poster2026.png" target="_blank") PNG |
| 43 | + a.btn(href="https://newline.gent/poster/poster2026.pdf" target="_blank") PDF |
| 44 | + .col-xl-3.col-md-6.col-12.mb-3 |
| 45 | + .framed.p-2 |
| 46 | + img.img-fluid.mb-2(src="https://newline.gent/poster/poster2026bw.png" alt="Newline 2026 poster (B&W)") |
| 47 | + small.d-block Newline 2026 — B&W |
| 48 | + .mt-2 |
| 49 | + a.btn.me-2(href="https://newline.gent/poster/poster2026bw.png" target="_blank") PNG |
| 50 | + a.btn(href="https://newline.gent/poster/poster2026bw.pdf" target="_blank") PDF |
0 commit comments