add stuff to gallery
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>
|
||||
|
||||
105
gallery/animation.html
Normal file
@@ -0,0 +1,105 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Animation / 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="Animation / 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" />
|
||||
<meta property="og:description" content="Hi! I'm Ailyaut, a 25-year-old everything-designer with a particular interest in open source and card games." />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<div id="header_box">
|
||||
<div>
|
||||
<a href="../index.html" id="header_title">Ailyaut's blog</a>
|
||||
</div>
|
||||
<nav id="header_nav">
|
||||
<a href="../blog.html" class="nav_button">Blog</a>
|
||||
<a href="../gallery.html" class="nav_button_active">Gallery</a>
|
||||
<a href="../projects.html" class="nav_button">Projects</a>
|
||||
<a href="../about.html" class="nav_button">About</a>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<div class="box">
|
||||
<div class="column" style="width: 100%;">
|
||||
<h1>Gallery</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div class="spacer" style="--size: 1em;"></div>
|
||||
<div class="box">
|
||||
<div class="row" style="gap: 0.75em;">
|
||||
<a href="../gallery.html" class="button">3D</a>
|
||||
<a href="illustration.html" class="button">Illustration</a>
|
||||
<a href="animation.html" class="button_active">Animation</a>
|
||||
<a href="music.html" class="button">Music</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="spacer" style="--size: 2em;"></div>
|
||||
<div class="box">
|
||||
<div class="column" style="width: 100%;">
|
||||
<div class="row" style="gap: 1em;">
|
||||
<div class="column" style="--custom_width: 50%">
|
||||
<iframe class="gallery" style="aspect-ratio: 16/9;" src="https://www.youtube-nocookie.com/embed/BWbewoul1n8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
|
||||
</div>
|
||||
<div class="column" style="--custom_width: 50%">
|
||||
<iframe class="gallery" style="aspect-ratio: 16/9;" src="https://www.youtube-nocookie.com/embed/fAEp-mdmtq4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row" style="gap: 1em; margin-top: 1em;">
|
||||
<div class="column" style="--custom_width: 50%">
|
||||
<video class="gallery" controls="" autoplay="" muted="" loop=""><source src="animation/bar.mp4" type=video/mp4></video>
|
||||
</div>
|
||||
<div class="column" style="--custom_width: 50%">
|
||||
<video class="gallery" controls="" autoplay="" muted="" loop=""><source src="animation/tententrain.mp4" type=video/mp4></video>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row" style="gap: 1em; margin-top: 1em;">
|
||||
<div class="column" style="--custom_width: 50%">
|
||||
<video class="gallery" controls="" autoplay="" muted="" loop=""><source src="animation/tentensky.mp4" type=video/mp4></video>
|
||||
</div>
|
||||
<div class="column" style="--custom_width: 50%">
|
||||
<video class="gallery" controls="" autoplay="" muted="" loop=""><source src="animation/lettheshowbegin.mp4" type=video/mp4></video>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="spacer" style="--size: 2em"></div>
|
||||
<a href="#" class="btt"><img class="bttimg" src="../media/icons/arrow_upward.png"/></a>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<div id="footer_box">
|
||||
<div class="footer_item">
|
||||
<p>Copyright © 2025 Ailyaut</p>
|
||||
</div>
|
||||
<div class="footer_item">
|
||||
<a target="_blank" href="https://www.websitecarbon.com/website/ailyaut-robotfumeur-fr-index-html/" style="text-decoration: none;">
|
||||
<p style="color: black; background-color: var(--accent); padding: 0.2em 0.6em 0.2em 0.6em ; border-radius: 1em;">
|
||||
0.02g of CO₂/view
|
||||
</p>
|
||||
</a>
|
||||
</div>
|
||||
<div class="footer_item" style="justify-content: flex-end; gap: 1.75em;">
|
||||
<a rel="me" href="https://mastodon.online/@ailyaut" target="_blank"><img src="../media/icons/mastodon.png" class="icon" alt="Mastodon" title="Mastodon"/></a>
|
||||
<a href="https://www.youtube.com/@ailyaut" target="_blank"><img src="../media/icons/youtube.png" class="icon" alt="YouTube" title="YouTube"/></a>
|
||||
<a href="https://ailyaut.bandcamp.com/" target="_blank"><img src="../media/icons/bandcamp.png" class="icon" alt="Bandcamp" title="Bandcamp"/></a>
|
||||
<a href="https://codeberg.org/ailyaut" target="_blank"><img src="../media/icons/git.png" class="icon" alt="Git" title="Git"/></a>
|
||||
<a href="rss.xml"><img src="../media/icons/rss.png" class="icon" alt="RSS feed" title="RSS feed"/></a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
BIN
gallery/animation/bar.mp4
Normal file
BIN
gallery/animation/lettheshowbegin.mp4
Normal file
BIN
gallery/animation/tentensky.mp4
Normal file
BIN
gallery/animation/tententrain.mp4
Normal file
106
gallery/illustration.html
Normal file
@@ -0,0 +1,106 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Illustration / 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="Illustration / 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" />
|
||||
<meta property="og:description" content="Hi! I'm Ailyaut, a 25-year-old everything-designer with a particular interest in open source and card games." />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<div id="header_box">
|
||||
<div>
|
||||
<a href="../index.html" id="header_title">Ailyaut's blog</a>
|
||||
</div>
|
||||
<nav id="header_nav">
|
||||
<a href="../blog.html" class="nav_button">Blog</a>
|
||||
<a href="../gallery.html" class="nav_button_active">Gallery</a>
|
||||
<a href="../projects.html" class="nav_button">Projects</a>
|
||||
<a href="../about.html" class="nav_button">About</a>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<div class="box">
|
||||
<div class="column" style="width: 100%;">
|
||||
<h1>Gallery</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div class="spacer" style="--size: 1em;"></div>
|
||||
<div class="box">
|
||||
<div class="row" style="gap: 0.75em;">
|
||||
<a href="../gallery.html" class="button">3D</a>
|
||||
<a href="illustration.html" class="button_active">Illustration</a>
|
||||
<a href="animation.html" class="button">Animation</a>
|
||||
<a href="music.html" class="button">Music</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="spacer" style="--size: 2em;"></div>
|
||||
<div class="box">
|
||||
<div class="column" style="width: 100%;">
|
||||
<div class="row" style="gap: 1em;">
|
||||
<div class="column" style="--custom_width: 25%">
|
||||
<img class="gallery" src="illustration/mars.png" title="Mars" />
|
||||
</div>
|
||||
<div class="column" style="--custom_width: 25%">
|
||||
<img class="gallery" src="illustration/jupiter.png" title="Jupiter" />
|
||||
</div>
|
||||
<div class="column" style="--custom_width: 25%">
|
||||
<img class="gallery" src="illustration/uranus.png" title="Uranus" />
|
||||
</div>
|
||||
<div class="column" style="--custom_width: 25%">
|
||||
<img class="gallery" src="illustration/iso.png" title="Iso" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="row" style="gap: 1em; margin-top: 1em;">
|
||||
<div class="column" style="--custom_width: 28.5%">
|
||||
<img class="gallery" src="illustration/canevas_2025.png" title="Canevas" />
|
||||
</div>
|
||||
<div class="column" style="--custom_width: 20.1%">
|
||||
<a target="_blank" href="illustration/leopard.jpg"><img class="gallery" src="illustration/thumb/leopard.png" title="BD Leopard" /></a>
|
||||
</div>
|
||||
<div class="column" style="--custom_width: 50.5%">
|
||||
<a target="_blank" href="illustration/thunderblight.png"><img class="gallery" src="illustration/thumb/thunderblight.png" title="Bassist Thunderblight Ganon" /></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="spacer" style="--size: 2em"></div>
|
||||
<a href="#" class="btt"><img class="bttimg" src="../media/icons/arrow_upward.png"/></a>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<div id="footer_box">
|
||||
<div class="footer_item">
|
||||
<p>Copyright © 2025 Ailyaut</p>
|
||||
</div>
|
||||
<div class="footer_item">
|
||||
<a target="_blank" href="https://www.websitecarbon.com/website/ailyaut-robotfumeur-fr-index-html/" style="text-decoration: none;">
|
||||
<p style="color: black; background-color: var(--accent); padding: 0.2em 0.6em 0.2em 0.6em ; border-radius: 1em;">
|
||||
0.02g of CO₂/view
|
||||
</p>
|
||||
</a>
|
||||
</div>
|
||||
<div class="footer_item" style="justify-content: flex-end; gap: 1.75em;">
|
||||
<a rel="me" href="https://mastodon.online/@ailyaut" target="_blank"><img src="../media/icons/mastodon.png" class="icon" alt="Mastodon" title="Mastodon"/></a>
|
||||
<a href="https://www.youtube.com/@ailyaut" target="_blank"><img src="../media/icons/youtube.png" class="icon" alt="YouTube" title="YouTube"/></a>
|
||||
<a href="https://ailyaut.bandcamp.com/" target="_blank"><img src="../media/icons/bandcamp.png" class="icon" alt="Bandcamp" title="Bandcamp"/></a>
|
||||
<a href="https://codeberg.org/ailyaut" target="_blank"><img src="../media/icons/git.png" class="icon" alt="Git" title="Git"/></a>
|
||||
<a href="rss.xml"><img src="../media/icons/rss.png" class="icon" alt="RSS feed" title="RSS feed"/></a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
BIN
gallery/illustration/canevas_2025.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
gallery/illustration/iso.png
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
gallery/illustration/jupiter.png
Normal file
|
After Width: | Height: | Size: 66 KiB |
BIN
gallery/illustration/leopard.jpg
Normal file
|
After Width: | Height: | Size: 859 KiB |
BIN
gallery/illustration/mars.png
Normal file
|
After Width: | Height: | Size: 66 KiB |
BIN
gallery/illustration/thumb/leopard.png
Normal file
|
After Width: | Height: | Size: 98 KiB |
BIN
gallery/illustration/thumb/thunderblight.png
Normal file
|
After Width: | Height: | Size: 292 KiB |
BIN
gallery/illustration/thunderblight.png
Normal file
|
After Width: | Height: | Size: 2.6 MiB |
BIN
gallery/illustration/uranus.png
Normal file
|
After Width: | Height: | Size: 73 KiB |
102
gallery/music.html
Normal file
@@ -0,0 +1,102 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Music / 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="Music / 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" />
|
||||
<meta property="og:description" content="Hi! I'm Ailyaut, a 25-year-old everything-designer with a particular interest in open source and card games." />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<div id="header_box">
|
||||
<div>
|
||||
<a href="../index.html" id="header_title">Ailyaut's blog</a>
|
||||
</div>
|
||||
<nav id="header_nav">
|
||||
<a href="../blog.html" class="nav_button">Blog</a>
|
||||
<a href="../gallery.html" class="nav_button_active">Gallery</a>
|
||||
<a href="../projects.html" class="nav_button">Projects</a>
|
||||
<a href="../about.html" class="nav_button">About</a>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<div class="box">
|
||||
<div class="column" style="width: 100%;">
|
||||
<h1>Gallery</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div class="spacer" style="--size: 1em;"></div>
|
||||
<div class="box">
|
||||
<div class="row" style="gap: 0.75em;">
|
||||
<a href="../gallery.html" class="button">3D</a>
|
||||
<a href="illustration.html" class="button">Illustration</a>
|
||||
<a href="animation.html" class="button">Animation</a>
|
||||
<a href="music.html" class="button_active">Music</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="spacer" style="--size: 2em;"></div>
|
||||
<div class="box">
|
||||
<div class="column" style="width: 100%;">
|
||||
<div class="row" style="gap: 1em;">
|
||||
<div class="column" style="--custom_width: 33%">
|
||||
<iframe style="border: 0; min-width: 350px; min-height: 550px;" src="https://bandcamp.com/EmbeddedPlayer/track=696183895/size=large/bgcol=ffffff/linkcol=7137dc/tracklist=false/transparent=true/" seamless><a href="https://ailyaut.bandcamp.com/track/camel-by-camel-metal-cover-by-ailyaut-2">Camel by Camel (Metal cover by Ailyaut) by Ailyaut</a></iframe>
|
||||
</div>
|
||||
<div class="column" style="--custom_width: 33%">
|
||||
<iframe style="border: 0; min-width: 350px; min-height: 550px;" src="https://bandcamp.com/EmbeddedPlayer/track=2935215900/size=large/bgcol=ffffff/linkcol=7137dc/tracklist=false/transparent=true/" seamless><a href="https://ailyaut.bandcamp.com/track/oummm-le-dauphin-blanc-metal-cover-by-ailyaut">Oummm le dauphin blanc (Metal cover by Ailyaut) by Ailyaut</a></iframe>
|
||||
</div>
|
||||
<div class="column" style="--custom_width: 33%">
|
||||
<iframe style="border: 0; min-width: 350px; min-height: 550px;" src="https://bandcamp.com/EmbeddedPlayer/track=3370488760/size=large/bgcol=ffffff/linkcol=7137dc/tracklist=false/transparent=true/" seamless><a href="https://ailyaut.bandcamp.com/track/thunderblight-ganon-metal-cover-by-ailyaut">Thunderblight Ganon (Metal cover by Ailyaut) by Ailyaut</a></iframe>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row" style="gap: 1em;">
|
||||
<div class="column" style="--custom_width: 33%">
|
||||
<iframe style="border: 0; min-width: 350px; min-height: 550px;" src="https://bandcamp.com/EmbeddedPlayer/track=1371748336/size=large/bgcol=ffffff/linkcol=7137dc/tracklist=false/transparent=true/" seamless><a href="https://ailyaut.bandcamp.com/track/les-m-nestrels-percussionnistes-metal-cover-by-ailyaut">Les ménestrels percussionnistes (metal cover by Ailyaut) by Ailyaut</a></iframe>
|
||||
</div>
|
||||
<div class="column" style="--custom_width: 33%">
|
||||
<iframe style="border: 0; min-width: 350px; min-height: 550px;" src="https://bandcamp.com/EmbeddedPlayer/track=2098400706/size=large/bgcol=ffffff/linkcol=7137dc/tracklist=false/transparent=true/" seamless><a href="https://ailyaut.bandcamp.com/track/miki-matsubara-stay-with-me-splatoon-cover">Miki Matsubara - Stay With Me (Splatoon cover) by Ailyaut</a></iframe>
|
||||
</div>
|
||||
<div class="column" style="--custom_width: 33%">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="spacer" style="--size: 2em"></div>
|
||||
<a href="#" class="btt"><img class="bttimg" src="../media/icons/arrow_upward.png"/></a>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<div id="footer_box">
|
||||
<div class="footer_item">
|
||||
<p>Copyright © 2025 Ailyaut</p>
|
||||
</div>
|
||||
<div class="footer_item">
|
||||
<a target="_blank" href="https://www.websitecarbon.com/website/ailyaut-robotfumeur-fr-index-html/" style="text-decoration: none;">
|
||||
<p style="color: black; background-color: var(--accent); padding: 0.2em 0.6em 0.2em 0.6em ; border-radius: 1em;">
|
||||
0.02g of CO₂/view
|
||||
</p>
|
||||
</a>
|
||||
</div>
|
||||
<div class="footer_item" style="justify-content: flex-end; gap: 1.75em;">
|
||||
<a rel="me" href="https://mastodon.online/@ailyaut" target="_blank"><img src="../media/icons/mastodon.png" class="icon" alt="Mastodon" title="Mastodon"/></a>
|
||||
<a href="https://www.youtube.com/@ailyaut" target="_blank"><img src="../media/icons/youtube.png" class="icon" alt="YouTube" title="YouTube"/></a>
|
||||
<a href="https://ailyaut.bandcamp.com/" target="_blank"><img src="../media/icons/bandcamp.png" class="icon" alt="Bandcamp" title="Bandcamp"/></a>
|
||||
<a href="https://codeberg.org/ailyaut" target="_blank"><img src="../media/icons/git.png" class="icon" alt="Git" title="Git"/></a>
|
||||
<a href="rss.xml"><img src="../media/icons/rss.png" class="icon" alt="RSS feed" title="RSS feed"/></a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
@@ -292,6 +292,7 @@ hr {
|
||||
}
|
||||
|
||||
.gallery {
|
||||
background-color: var(--surface);
|
||||
max-width: 100%;
|
||||
border-radius: 1em;
|
||||
}
|
||||
|
||||