add stuff to gallery
This commit is contained in:
14
gallery.html
14
gallery.html
@@ -4,13 +4,13 @@
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Gallery – Ailyaut's blog</title>
|
||||
<title>3D / Gallery – Ailyaut's blog</title>
|
||||
<link rel="icon" type="image/png" href="media/icons/favicon-16x16.png" sizes="16x16">
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<meta property="og:title" content="Gallery – Ailyaut's blog" />
|
||||
<meta property="og:title" content="3D / Gallery – Ailyaut's blog" />
|
||||
<meta property="og:type" content="blog" />
|
||||
<meta property="og:url" content="https://ailyaut.com/" />
|
||||
<meta property="og:image" content="https://ailyaut.com/media/preview.png" />
|
||||
@@ -37,17 +37,15 @@
|
||||
<div class="box">
|
||||
<div class="column" style="width: 100%;">
|
||||
<h1>Gallery</h1>
|
||||
<p class="light">This page is still under construction.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="spacer" style="--size: 1em;"></div>
|
||||
<div class="box">
|
||||
<div class="row" style="gap: 0.75em;">
|
||||
<div class="button_active">3D</div>
|
||||
<div class="button">Illustration</div>
|
||||
<div class="button">Graphic design</div>
|
||||
<div class="button">UI & webdesign</div>
|
||||
<div class="button">Animation</div>
|
||||
<a href="gallery.html" class="button_active">3D</a>
|
||||
<a href="gallery/illustration.html" class="button">Illustration</a>
|
||||
<a href="gallery/animation.html" class="button">Animation</a>
|
||||
<a href="gallery/music.html" class="button">Music</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="spacer" style="--size: 2em;"></div>
|
||||
|
||||
Reference in New Issue
Block a user