convert gif to webp
All checks were successful
Static / build (push) Successful in 4s

This commit is contained in:
brooke 2024-08-09 17:32:53 -04:00
parent 77e4e5de7a
commit eeb250c3f5
3 changed files with 4 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

BIN
public/@brooke/fractal.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 KiB

View file

@ -16,8 +16,7 @@
--accent-1: #d182ff;
--accent-2: #eb53d3;
--content-spacing: 5px;
--background-img: url("/@brooke/bg.webp");
--banner: url("/@brooke/fractal.gif");
--banner: url("/@brooke/fractal.webp");
--titleBars: url("/@brooke/title-bar.webp");
--text-color: white;
--link-color: var(--accent-1);
@ -36,10 +35,7 @@
background-size: auto 300px;
}
.topbar {
background-image: var(--banner);
height: 150px;
background-size: cover;
background-position: 60%;
margin-bottom: var(--content-spacing);
border: var(--border);
}
@ -81,7 +77,9 @@
</head>
<body>
<div id="container">
<div class="topbar"></div>
<video class="topbar" autoplay muted loop playsinline>
<source src="/@brooke/fractal.webp" type="video/webm">
</video>
<div id="flex">
<main>
<div class="sidebar-title">&nbsp;</div>