New & improved style, removed blog
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
{{{post.body}}}
|
||||
<hr/>
|
||||
<footer>
|
||||
<a class="footer" href="/">gltronic - 2021</a>
|
||||
<a class="footer" href="/">glt.sx - 2022</a>
|
||||
</footer>
|
||||
</article>
|
||||
</div>
|
||||
25
templates/gallery.hbs
Normal file
25
templates/gallery.hbs
Normal file
@@ -0,0 +1,25 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
{{> header}}
|
||||
<body>
|
||||
<div class="main-container">
|
||||
<div id="background" class="background"></div>
|
||||
<div class="card-menu">
|
||||
<a href="https://glt.sx">Home</a>
|
||||
</div>
|
||||
<div class="card-list">
|
||||
{{#each section.posts}}
|
||||
<a href="{{this.url}}" class="card">
|
||||
<img src="{{this.preview}}" alt="{{this.title}}">
|
||||
<span class="card-title">{{this.title}}</span>
|
||||
<span class="card-subtitle">{{this.date_printable}}</span>
|
||||
</a>
|
||||
{{/each}}
|
||||
</div>
|
||||
<footer style="position:fixed">
|
||||
<a class="footer" href="/">glt.sx - 2022</a>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
<script src="js/main.js" type="module"></script>
|
||||
</html>
|
||||
@@ -3,5 +3,5 @@
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" href="/css/style.css" type="text/css">
|
||||
<link rel="shortcut icon" href="/img/icon.webp" type="image/webp">
|
||||
<title>GLTRONIC</title>
|
||||
<title>glt.sx</title>
|
||||
</head>
|
||||
@@ -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>
|
||||
@@ -1,12 +1,11 @@
|
||||
<div class="menuContainer">
|
||||
<a href="/">
|
||||
<video class="avatar" src="/img/avatar_animated2.webm" loop="loop" autoplay="autoplay"></video>
|
||||
<img class="avatar" src="/img/avatar2.webp" alt="avatar">
|
||||
<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>
|
||||
<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>
|
||||
Reference in New Issue
Block a user