Skip to content

Commit

Permalink
fix: hero
Browse files Browse the repository at this point in the history
  • Loading branch information
imantsk authored Aug 31, 2024
1 parent 595ee6b commit bd3bb49
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 4 deletions.
39 changes: 38 additions & 1 deletion assets/sin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@

<hero id="home" class="min-h-screen text-gray-300 flex justify-center items-center">
<h1 class="opacity-0 absolute top-0">SINTĒZE</h1>
<img alt="SINTĒZE 2024" id="logo" class="mx-auto my-0 w-[25rem] h-auto flex justify-center items-center"
src="assets/sinteze.svg" />
<img alt="SINTĒZE 2024" id="logo" class="mx-auto my-0 w-[25rem] h-auto"
src="assets/sinteze.svg?v1" />
</hero>

<!-- Sections -->
Expand Down Expand Up @@ -69,7 +69,7 @@ <h3 class="text-2xl">2021</h3>
<!-- Fixed Bottom Navigation -->
<nav
class="fixed bottom-0 left-0 right-0 flex justify-center items-center px-4 py-2 backdrop-filter backdrop-blur-lg border-t border-gray-600 shadow-[rgba(0,0,15,0.2)_0px_2px_20px_15px] firefox:bg-opacity-90">
<a href="#home"><img src="assets/sin.svg" class="rotate-180 max-h-8" /></a>
<a href="#home"><img src="assets/sin.svg?v1" class="rotate-180 max-h-8" /></a>
<div class="flex space-x-4 text-lg font-bold text-gray-300">
<a href="#kas" class="uppercase text-center px-2 hover:text-white">Kas</a>
<span class="text-gray-400 text-xs content-center">::</span>
Expand Down

0 comments on commit bd3bb49

Please sign in to comment.