Skip to content

Commit 1cd7140

Browse files
committed
update naming in press kit
1 parent 125f78d commit 1cd7140

8 files changed

Lines changed: 19 additions & 15 deletions

File tree

File renamed without changes.
File renamed without changes.

views/partials/head.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
head
22
title hackerspace.gent
33
meta(name="description" content="Our first page")
4-
link(rel="icon" type="image/png" href="/images/0x20i.png")
4+
link(rel="icon" type="image/png" href="/images/0x20-flappers-transparent-small.png")
55
meta(name="keywords" content="html tutorial template")
66
link(href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-aFq/bzH65dt+w6FI2ooMVUpc+21e0SRygnTpmBvdBgSdnuTN7QbdgL+OapgHtvPp" crossorigin="anonymous")
77
script(src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha2/dist/js/bootstrap.bundle.min.js" integrity="sha384-qKXV1j0HvMUeCBQ+QVp7JcfGl760yU08IQ+GpUo5hlbpg51QRiuqHAJz8+BrxE/N" crossorigin="anonymous")

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/0x20_transparent_small.png" alt="logo hackerspace")
6+
img(src="/images/0x20-flappers-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: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,26 +21,30 @@ html(lang="en")
2121

2222
.col-xl-3.col-md-6.col-12.mb-3
2323
.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
24+
.mb-3.p-2(style="background: #fff; display: inline-block;")
25+
img.img-fluid(src="/images/0x20-logo.png" alt="0x20 Circle" style="max-height: 140px;")
26+
small.d-block Logo
27+
small.d-block.mb-2 2048×2048px
28+
a.btn(href="/images/0x20-logo.png" download) Download PNG
2729
.col-xl-3.col-md-6.col-12.mb-3
2830
.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
31+
img.img-fluid.mb-3(src="/images/0x20-logo-transparent.png" alt="0x20 Circle Transparent" style="max-height: 140px;")
32+
small.d-block Logo, Transparent Background
33+
small.d-block.mb-2 500×500px
34+
a.btn(href="/images/0x20-logo-transparent.png" download) Download PNG
3235
.col-xl-3.col-md-6.col-12.mb-3
3336
.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
37+
img.img-fluid.mb-3(src="/images/0x20-flappers-transparent.png" alt="0x20 Logo" style="max-height: 140px;")
38+
small.d-block Flappers, Transparent Background
39+
small.d-block.mb-2 4000×4000px
40+
a.btn(href="/images/0x20-flappers-transparent.png" download) Download PNG
3841
.col-xl-3.col-md-6.col-12.mb-3
3942
.framed.text-center.p-3.h-100
4043
.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
44+
img.img-fluid(src="/images/0x20-flappers.png" alt="0x20" style="max-height: 140px;")
45+
small.d-block Flappers, Black Background
46+
small.d-block.mb-2 4000×4000px
47+
a.btn(href="/images/0x20-flappers.png" download) Download PNG
4448

4549

4650
h2 Newline Posters

0 commit comments

Comments
 (0)