diff options
Diffstat (limited to 'art/dst/index.html')
-rw-r--r-- | art/dst/index.html | 128 |
1 files changed, 0 insertions, 128 deletions
diff --git a/art/dst/index.html b/art/dst/index.html deleted file mode 100644 index fd7d010..0000000 --- a/art/dst/index.html +++ /dev/null @@ -1,128 +0,0 @@ -<!DOCTYPE html> -<html class="theme-dark" lang="en" - prefix="og: https://ogp.me/ns#"> - <head> - <base href="https://static.luevano.xyz"> - <meta charset="utf-8"> - <meta name="viewport" content="width=device-width, initial-scale=1"> - <title>Index -- Luévano's Art</title> - <meta name="description" content"My personal space where I post all my drawings, sketches and more art related stuff."/> - <link rel="alternate" type="application/rss+xml" href="https://art.luevano.xyz/rss.xml" title="Luévano's Art RSS"> - <link rel="icon" href="images/icons/favicon.ico"> - - <!-- general style --> - <link rel="stylesheet" type="text/css" href="css/style.css"> - <link rel="stylesheet" type="text/css" href="fork-awesome/css/fork-awesome.min.css"> - <link rel="stylesheet" type="text/css" href="font-awesome/css/all.min.css"> - - <!-- theme related --> - <script type="text/javascript" src="scripts/theme.js"></script> - <link id="theme-css" rel="stylesheet" type="text/css" href="css/theme.css"> - - <!-- og meta --> - <meta property="og:title" content="Index -- Luévano's Art"/> - <meta property="og:type" content="article"/> - <meta property="og:url" content="https://art.luevano.xyz/index.html"/> - <meta property="og:image" content="https://static.luevano.xyz/images/a/default.png"/> - <meta property="og:description" content="My personal space where I post all my drawings, sketches, and more art related stuff."/> - <meta property="og:locale" content="en"/> - <meta property="og:site_name" content="Luévano's Art"/> - </head> - - <body> - <header> - <nav> - <ul> - <li> - <a href="https://luevano.xyz/"><i class="fas fa-home" alt="Home"></i><span>Home</span></a> - </li> - - <li> - <a href="https://blog.luevano.xyz/"><i class="fas fa-book-open" alt="Blog"></i><span>Blog</span></a> - </li> - - <li> - <a href="https://art.luevano.xyz/"><i class="fas fa-paint-brush" alt="Art"></i><span>Art</span></a> - </li> - - <li><i class="fab fa-git" alt="Git"></i><span>Git</span> - <ul> - <li><a href="https://git.luevano.xyz/" target="_blank"><i class="fab fa-git-alt" alt="Git-alt"></i></a></li> - - <li><a href="https://github.com/luevano" target="_blank"><i class="fab fa-github" alt="Github"></i></a></li> - - <li><a href="https://gitlab.com/dluevano" target="_blank"><i class="fab fa-gitlab" alt="Gitlab"></i></a></li> - </ul> - </li> - - <li><i class="fas fa-box-open" alt="Stuff"></i><span>Stuff</span> - <ul> - <li><a href="https://gb.luevano.xyz/"><i class="fas fa-gamepad" alt="Gameboy"></i><span>Gameboy</span></a></li> - </ul> - </li> - </ul> - </nav> - - <button class="theme-switcher" onclick="toggleTheme()"><i class="fas fa-moon"></i><i class="fas fa-sun"></i></button> - </header> - - <main class="art"> - <h1>Index -- Luévano'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> - - <p> - Get the RSS feed: <a target="_blank" href="https://art.luevano.xyz/rss.xml">https://art.luevano.xyz/rss.xml</a> - </p> - - <div class="art-tags"> - <p>Tags: -<a href="https://art.luevano.xyz/tag/@black-white.html">black-white</a>, <a href="https://art.luevano.xyz/tag/@digital.html">digital</a>, <a href="https://art.luevano.xyz/tag/@drawing.html">drawing</a>, <a href="https://art.luevano.xyz/tag/@sketch.html">sketch</a>, <a href="https://art.luevano.xyz/tag/@spanish.html">spanish</a> </p> -</div> - - - <div class="art-grid"> - <a class="zoom-in " href="https://art.luevano.xyz/a/hand_sketches.html" alt="Hand sketches"> - <img src="https://static.luevano.xyz/images/a/hand_sketches.png" alt="Hand sketches"> -</a> - - <a class="zoom-in " href="https://art.luevano.xyz/a/elephant_octopus.html" alt="Elephant octopus"> - <img src="https://static.luevano.xyz/images/a/elephant_octopus.png" alt="Elephant octopus"> -</a> - -</div> - - - </main> - - <footer> - <span> - <i class="fas fa-address-card" alt="Contact"></i> - <a href="https://luevano.xyz/contact.html">Contact</a> - </span> - - <span> - <i class="fas fa-donate" alt="Donate"></i> - <a href="https://luevano.xyz/donate.html">Donate</a> - </span> - - <span> - <i class="fas fa-rss" alt="RSS"></i> - <a target="_blank" href="https://art.luevano.xyz/rss.xml">RSS</a> - </span> - - <br> - <span class="created-with"> - <i class="fas fa-hammer" alt="Hammer"></i> - Created with <a href="https://github.com/luevano/pyssg">pyssg</a> - </span> - - <br> - <span class="copyright"> - Copyright <i class="far fa-copyright" alt="Copyright"></i> 2021 David Luévano Alvarado - </span> - </footer> - </body> -</html>
\ No newline at end of file |