diff options
Diffstat (limited to 'live/art/index.html')
-rw-r--r-- | live/art/index.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/live/art/index.html b/live/art/index.html index 5ede7e3..2e95bcb 100644 --- a/live/art/index.html +++ b/live/art/index.html @@ -16,6 +16,8 @@ <!-- theme related --> <script type="text/javascript" src="https://static.luevano.xyz/scripts/theme.js"></script> <link id="theme-css" rel="stylesheet" type="text/css" href="https://static.luevano.xyz/css/theme.css"> + <!-- misc functions--> + <script type="text/javascript" src="https://static.luevano.xyz/scripts/return_top.js"></script> <!-- extra --> <!-- og meta --> <meta property="og:title" content="Index -- Luevano's Art"/> @@ -66,6 +68,11 @@ </header> <main> + <div class="return-top"> + <button class="return-top" onclick="returnTop()" id="returnTopButton"> + <i class="fas fa-arrow-up" alt="Return to top"></i> + </button> + </div> <h1>Index -- Luevano's Art</h1> <p>Here is where I will post all of my drawings, sketches and more art related stuff. Right now this is managed similar to the <a href="https://blog.luevano.xyz" alt="Luévano's Blog">blog</a>, but more "gallery" oriented. The structure is kind of a 3-level zoom, where you see all the images in this index (or on a tag index), then you see the whole image in its separate link with additional information and then you can see the raw image itself.</p> |