Created the next branch with some new branding assets

pull/3/head
gianmarco 2022-12-25 20:53:15 +01:00
parent 69c970dd46
commit 1417f41d26
4 changed files with 4 additions and 2 deletions

View File

@ -6,6 +6,8 @@ theme = 'hugo-casper3'
[params]
description = "I'm a 19 years old UI Designer, Photographer and Artist."
favicon = "/favicon.ico"
logo = "/logo.png"
navlogo = "/navlogo.png"
[menu]
[[menu.main]]

BIN
content/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

BIN
content/navlogo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

View File

@ -1,7 +1,7 @@
<nav class="site-nav">
<div class="site-nav-left">
{{ if eq $.Site.Params.logo "thisshouldfail" }}
<a class="site-nav-logo" href="/"><img src="{{ $.Site.Params.logo }}" alt="{{ $.Site.Title }}" /></a>
{{ if eq $.Site.Params.navlogo "/navlogo.png" }}
<a class="site-nav-logo" href="/"><img src="{{ $.Site.Params.navlogo }}" alt="{{ $.Site.Title }}" /></a>
{{ else }}
<a class="site-nav-logo" href="/">‣ {{ $.Site.Title }} <blink> </blink></a>
{{ end }}