add soramane showcase

This commit is contained in:
outfoxxed 2025-06-07 05:23:36 -07:00
parent 7f358936bf
commit 829bb17202
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
2 changed files with 8 additions and 1 deletions

BIN
public/assets/showcase/soramane.mp4 (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -2,6 +2,10 @@
import { Icon } from "astro-icon/components";
const videos = [
{
author: '<a href="https://github.com/soramanew">soramane</a>',
path: "/assets/showcase/soramane.mp4",
},
{
author: '<a href="https://outfoxxed.me">outfoxxed</a>',
path: "/assets/showcase/outfoxxed.mp4",
@ -53,7 +57,7 @@ const videos = [
<script>
// marquee
const videoCount = 4; // last array index
const videoCount = 5; // last array index
const marquee = document.getElementById("marquee-content")!;
marquee.style.setProperty("--scroll", "0")