add soramane showcase
This commit is contained in:
parent
7f358936bf
commit
829bb17202
2 changed files with 8 additions and 1 deletions
BIN
public/assets/showcase/soramane.mp4
(Stored with Git LFS)
Normal file
BIN
public/assets/showcase/soramane.mp4
(Stored with Git LFS)
Normal file
Binary file not shown.
|
@ -2,6 +2,10 @@
|
||||||
import { Icon } from "astro-icon/components";
|
import { Icon } from "astro-icon/components";
|
||||||
|
|
||||||
const videos = [
|
const videos = [
|
||||||
|
{
|
||||||
|
author: '<a href="https://github.com/soramanew">soramane</a>',
|
||||||
|
path: "/assets/showcase/soramane.mp4",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
author: '<a href="https://outfoxxed.me">outfoxxed</a>',
|
author: '<a href="https://outfoxxed.me">outfoxxed</a>',
|
||||||
path: "/assets/showcase/outfoxxed.mp4",
|
path: "/assets/showcase/outfoxxed.mp4",
|
||||||
|
@ -53,7 +57,7 @@ const videos = [
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
// marquee
|
// marquee
|
||||||
const videoCount = 4; // last array index
|
const videoCount = 5; // last array index
|
||||||
const marquee = document.getElementById("marquee-content")!;
|
const marquee = document.getElementById("marquee-content")!;
|
||||||
marquee.style.setProperty("--scroll", "0")
|
marquee.style.setProperty("--scroll", "0")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue