Added 3D background, updated langing & artworks

This commit is contained in:
gltron
2021-12-11 16:09:55 +01:00
parent 13ec138c1f
commit 3e66fca0be
14 changed files with 161 additions and 20 deletions

1
templates/background.hbs Normal file
View File

@@ -0,0 +1 @@
<div id="background" class="background"></div>

View File

@@ -7,5 +7,7 @@
{{> submenu}}
{{> article}}
</div>
<div id="background" class="background"></div>
</body>
<script src="/js/main.js" type="module"></script>
</html>

View File

@@ -6,5 +6,7 @@
{{> menu}}
{{> submenu}}
</div>
<div id="background" class="background"></div>
</body>
<script src="/js/main.js" type="module"></script>
</html>

File diff suppressed because one or more lines are too long

View File

@@ -5,7 +5,8 @@
<li><a href="https://gltronic.ovh/blog/index.html">Blog</a></li>
<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://git.gltronic.ovh/">git</a></li><li><a href="https://cloud.gltronic.ovh/">Cloud</a></li>
<li><a href="https://git.gltronic.ovh/">git</a></li>
<li><a href="https://drop.gltronic.ovh/">drop</a></li>
<li><a href="https://gltronic.ovh/about.html">?</a></li>
</ul>
</a>