New & improved style, removed blog

This commit is contained in:
gltron
2022-08-21 13:44:15 +02:00
parent 5df89aad65
commit 76888b1660
30 changed files with 151 additions and 482 deletions

View File

@@ -5,21 +5,20 @@
<div class="flexContainer">
<div class="menuContainer">
<a href="/">
<video class="avatar" src="/img/avatar_animated2.webm" loop="loop" autoplay="autoplay"></video>
<ul>
<li><a href="https://gltronic.ovh/projets/index.html">Projets</a></li>
<li><a href="https://gltronic.ovh/artworks/index.html">Artworks</a></li>
<li><a href="https://gltronic.ovh/blog/index.html">Blog</a></li>
<li><a href="https://git.gltronic.ovh/">Git</a></li>
<li><a href="https://gltronic.ovh/about.html">?</a></li>
</ul>
<img class="avatar" src="/img/avatar2.webp" alt="avatar">
<ul>
<li><a href="https://glt.sx/projets/index.html">Projets</a></li>
<li><a href="https://glt.sx/artworks/index.html">Artworks</a></li>
<li><a href="https://git.glt.sx/">Git</a></li>
<li><a href="https://media.glt.sx/">Media</a></li>
</ul>
</a>
</div>
</div>
<div id="background" class="background"></div>
<canvas id="matrix" class="background"></canvas>
</body>
<footer style="position:fixed">
<a class="footer" href="/">gltronic - 2021</a>
<a class="footer" href="/">glt.sx - 2022</a>
</footer>
<script src="js/main.js" type="module"></script>
<script src="js/matrix.js" type="module"></script>
</html>