Skip to content

Commit 125f78d

Browse files
committed
update images in press kit
1 parent 8e44ff7 commit 125f78d

8 files changed

Lines changed: 3932 additions & 9 deletions

File tree

public/images/0x20-flappers-6.svg

Lines changed: 3910 additions & 0 deletions
Loading

public/images/0x20.png

403 KB
Loading

public/images/0x20_circle.png

357 KB
Loading

public/images/0x20_transparent.png

316 KB
Loading

views/partials/header.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#navbar.col-5.align-items-center.justify-content-start.nav(data-active=activePage)
44
//- Will fill automatically
55
.col-2.align-items-center.justify-content-center.nav
6-
img(src="/images/0x20i.png" alt="logo hackerspace")
6+
img(src="/images/0x20_transparent_small.png" alt="logo hackerspace")
77
.col-5.align-items-center.justify-content-end.nav
88
a(href="https://pad.hackerspace.gent/") Pad
99
a(href="https://docs.hackerspace.gent/") Wiki

views/presskit.pug

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,29 @@ html(lang="en")
1818

1919
h2 Logos
2020
.row.mb-5
21+
22+
.col-xl-3.col-md-6.col-12.mb-3
23+
.framed.text-center.p-3.h-100
24+
img.img-fluid.mb-3(src="/images/0x20_transparent.png" alt="0x20 Logo" style="max-height: 140px;")
25+
small.d-block.mb-2 Full ring logo, transparent background.
26+
a.btn(href="/images/0x20_transparent.png" download) Download PNG
27+
.col-xl-3.col-md-6.col-12.mb-3
28+
.framed.text-center.p-3.h-100
29+
img.img-fluid.mb-3(src="/images/0x20_cicle_transparent.png" alt="0x20 Circle Transparent" style="max-height: 140px;")
30+
small.d-block.mb-2 Circle logo, transparent background.
31+
a.btn(href="/images/0x20_cicle_transparent.png" download) Download PNG
2132
.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
33+
.framed.text-center.p-3.h-100
34+
.mb-3.p-2(style="background: #fff; display: inline-block;")
35+
img.img-fluid(src="/images/0x20_circle.png" alt="0x20 Circle" style="max-height: 140px;")
36+
small.d-block.mb-2 Circle logo.
37+
a.btn(href="/images/0x20_circle.png" download) Download PNG
2638
.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
39+
.framed.text-center.p-3.h-100
40+
.mb-3(style="background: #fff; display: inline-block;")
41+
img.img-fluid(src="/images/0x20.png" alt="0x20" style="max-height: 140px;")
42+
small.d-block.mb-2 Main logo.
43+
a.btn(href="/images/0x20.png" download) Download PNG
3144

3245

3346
h2 Newline Posters

0 commit comments

Comments
 (0)