summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2021-07-13 10:23:46 -0500
committerZach van Rijn <me@zv.io>2021-07-13 10:23:46 -0500
commit723d3f4be5da5be2497e1b036e5418c1d892e199 (patch)
tree406ad38f20f02da97c924b27aea4c96bf7cfca87 /src
parentd04bc6c86c9b398135ec0566f23a868cbd3e6d60 (diff)
downloadsite-ng-723d3f4be5da5be2497e1b036e5418c1d892e199.tar.gz
site-ng-723d3f4be5da5be2497e1b036e5418c1d892e199.tar.bz2
site-ng-723d3f4be5da5be2497e1b036e5418c1d892e199.tar.xz
site-ng-723d3f4be5da5be2497e1b036e5418c1d892e199.zip
Create new official logo and variations for GitLab and Website. Update scripts accordingly.
Diffstat (limited to 'src')
-rw-r--r--src/header.fill5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/header.fill b/src/header.fill
index 360a77e..a2818b6 100644
--- a/src/header.fill
+++ b/src/header.fill
@@ -3,9 +3,8 @@
<div class="header-logo">
<h3>
<a href="/">
- <img class="logo-dark" src="/assets/images/polyguin_black.svg" alt="" width="74" height="105" onmouseover="this.src='/assets/images/polyguin_color.svg'" onmouseout="this.src='/assets/images/polyguin_black.svg'">
- <img class="logo-light" src="/assets/images/polyguin_white.svg" alt="" width="74" height="105" onmouseover="this.src='/assets/images/polyguin_color.svg'" onmouseout="this.src='/assets/images/polyguin_white.svg'">
- Adélie Linux
+ <img class="logo-dark" src="/assets/images/polylogo_black_x54.png" alt="" onmouseover="this.src='/assets/images/polylogo_black_color_x54.png'" onmouseout="this.src='/assets/images/polylogo_black_x54.png'">
+ <img class="logo-light" src="/assets/images/polylogo_white_x54.png" alt="" onmouseover="this.src='/assets/images/polylogo_white_color_x54.png'" onmouseout="this.src='/assets/images/polylogo_white_x54.png'">
</a>
</h3>
</div>