Skip to content

Commit

Permalink
add new logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Torge committed Jun 5, 2024
1 parent ba5ccaa commit ebf2bd8
Show file tree
Hide file tree
Showing 3 changed files with 150 additions and 1 deletion.
2 changes: 1 addition & 1 deletion content/_components/Header.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

export default ({ text, ...props }) => (
<section class="bg-header">
<img src="/assets/logo.webp" class="mx-auto drop-shadow-2xl relative z-10" id="logo" alt="hacks on the harbour logo"></img>
<img src="/assets/logo.svg" class="mx-auto h-[400px] drop-shadow-2xl relative z-10 mb-[-64px]" id="logo" alt="hacks on the harbour logo"></img>
<img src="/assets/header-back.svg" class="absolute w-full -z-10" alt=""></img>
<canvas id="rakede-canvas" class="fixed top-0 w-full h-full"></canvas>
</section>
Expand Down
Loading

0 comments on commit ebf2bd8

Please sign in to comment.