New video player and changed Zakarya banner

This commit is contained in:
2024-12-31 20:22:38 -08:00
parent af5c2b6b56
commit 05ff4ecc5d
8 changed files with 247 additions and 4 deletions

View File

@ -23,6 +23,7 @@ $(document).ready(function(){
<main>
<img class="banner" src="/img/zakarya-banner.png">
<div class="hero">
<h1>Links:</h1>
<ul class="linktree">
@ -30,7 +31,21 @@ $(document).ready(function(){
<li><a href="https://ko-fi.com/zakarya" target="_blank" rel="noopener noreferrer">Ko-fi</a></li>
<li><a href="https://www.youtube.com/@czakarya" target="_blank" rel="noopener noreferrer">Youtube</a></li>
<li><a href="https://github.com/CZakarya" target="_blank" rel="noopener noreferrer">GitHub</a></li>
<li><a href="https://www.reddit.com/user/CZakarya/" target="_blank" rel="noopener noreferrer">Reddit</a></li>
<!--<li><a href="https://www.reddit.com/user/CZakarya/" target="_blank" rel="noopener noreferrer">Reddit</a></li>-->
</ul>
</div>
<div class="hero">
<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">
<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">
<span class="title">Hello World</span>
</a></li>
</ul>
</div>
</main>