Skip to content

Commit

Permalink
Optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
spolischook committed Dec 9, 2023
1 parent 87b9ff6 commit 182d539
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layouts/_default/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<picture class="flex items-center justify-center mt-8">
<source type="image/avif" srcset="/images/ava.avif">
<source type="image/webp" srcset="/images/ava.webp">
<img class="rounded-full" alt="Serhii Polishchuk" src="/images/ava.jpg">
<img class="rounded-full" alt="Serhii Polishchuk" src="/images/ava.jpg" width="180px" height="180px">
</picture>

<h1 class="text-3xl mb-0 sm:mt-8">Serhii Polishchuk</h1>
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</ul>
<!-- Hamburger Menu -->
<div class="sm:hidden">
<button id="menu-btn" type="button" class="z-40 block hamburger-menu md:hidden focus:outline-none">
<button id="menu-btn" type="button" class="z-40 block hamburger-menu md:hidden focus:outline-none" aria-label="Mobile menu">
<span class="hamburger-top"></span>
<span class="hamburger-middle"></span>
<span class="hamburger-bottom"></span>
Expand Down
4 changes: 4 additions & 0 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,10 @@ video {
width: 100%;
}

.w-24 {
width: 6rem;
}

.list-none {
list-style-type: none;
}
Expand Down
Binary file modified static/images/ava.avif
Binary file not shown.
Binary file modified static/images/ava.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/ava.webp
Binary file not shown.

0 comments on commit 182d539

Please sign in to comment.