Skip to content

Commit

Permalink
Swap logos again
Browse files Browse the repository at this point in the history
  • Loading branch information
earthboundkid committed Sep 20, 2023
1 parent 51a2722 commit 6ca5cca
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Binary file modified assets/img/logos/amplify-vertical.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/logos/colab-square-all-white-trans.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion config/_default/menus.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "COLab"
url = "https://colabnews.co/"
weight = 1
[navbar.params]
image = "img/logos/colab-all-white-trans.png"
image = "img/logos/colab-square-all-white-trans.png"

[[navbar]]
name = "Contact Us"
Expand Down
10 changes: 5 additions & 5 deletions layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,17 @@ <h3 class="font-bold uppercase">{{ .name }}</h3>
{{ end }}
<div class="flex items-center">
{{ $logoAmp := resources.Get "img/logos/amplify-vertical.png" }}
{{ $imgSmall := $logoAmp.Resize "50x" }}
{{ $imgMedium := $logoAmp.Resize "100x" }}
{{ $imgSmall := $logoAmp.Resize "30x" }}
{{ $imgMedium := $logoAmp.Resize "600x" }}
<a class="" href="/">
<img
class="h-auto w-[50px]"
class="h-auto w-[30px]"
width="{{ $imgSmall.Width }}"
height="{{ $imgSmall.Height }}"
src="{{ $imgSmall.RelPermalink }}"
srcset="
{{ $imgSmall.RelPermalink }} 50w,
{{ $imgMedium.RelPermalink }} 100w
{{ $imgSmall.RelPermalink }} 30w,
{{ $imgMedium.RelPermalink }} 60w
"
alt="Amplify Colorado logo"
loading="lazy"
Expand Down

0 comments on commit 6ca5cca

Please sign in to comment.