Cool background animation

This commit is contained in:
2024-12-31 23:09:19 -08:00
parent 05ff4ecc5d
commit bdee81be16
10 changed files with 222 additions and 5 deletions

View File

@ -19,6 +19,8 @@ $(document).ready(function(){
</head>
<body>
<div id="particle-container"></div>
<script src="/js/bg.js"></script>
<header class="container" id="navbar"></header>
<main>
@ -39,11 +41,11 @@ $(document).ready(function(){
<h1>Featured Videos:</h1>
<ul class="videolist">
<li><a href="/video?c=zakarya&v=the-way-forward">
<img src="https://files.colormatic.org/zakarya/videos/thumbnail/wayforward.png">
<img src="/zakarya/videos/thumbnail/wayforward.png">
<span class="title">The Way Forward</span>
</a></li>
<li><a href="/videoindex.html?c=zakarya&v=hello-world">
<img src="https://files.colormatic.org/zakarya/videos/thumbnail/helloworld.png">
<img src="/zakarya/videos/thumbnail/helloworld.png">
<span class="title">Hello World</span>
</a></li>
</ul>