diff options
Diffstat (limited to 'art/dst/a')
-rw-r--r-- | art/dst/a/elephant_octopus.html | 132 |
1 files changed, 132 insertions, 0 deletions
diff --git a/art/dst/a/elephant_octopus.html b/art/dst/a/elephant_octopus.html new file mode 100644 index 0000000..f8a5998 --- /dev/null +++ b/art/dst/a/elephant_octopus.html @@ -0,0 +1,132 @@ +<!DOCTYPE html> +<html class="theme-dark" lang="es" + 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>Elephant octopus -- Luévano's Art</title> + <meta name="description" content"Dibujo en digital de una combinación de elefante y pulpo."/> + <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="Elephant octopus -- Luévano's Art"/> + <meta property="og:type" content="article"/> + <meta property="og:url" content="https://art.luevano.xyz/a/elephant_octopus.html"/> + <meta property="og:image" content="https://static.luevano.xyz/images/a/elephant_octopus.png"/> + <meta property="og:description" content="Dibujo en digital de una combinación de elefante y pulpo."/> + <meta property="og:locale" content="es"/> + <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>Elephant octopus</h1> + + <a class="zoom-in" href="https://static.luevano.xyz/images/a/elephant_octopus.png" alt="See raw."> + <img src="https://static.luevano.xyz/images/a/elephant_octopus.png" alt="Dibujo en digital de una combinación de elefante y pulpo."> + </a> + + <p>El último dibujo que he hecho, justo para probar la tableta que me compré y de pasada usarlo para estrenar esta nueva sección de la página.</p> +<p>Duré más de lo que hubiera querido y de hecho se nota que le fui bajando la calidad mientras más pasaba el tiempo, pero así nomás quedó.</p> +<p>Como side note, debí haberlo <em>firmado</em>, pero la neta se me roló porque no estoy acostumbrado, así que ni pedo por el momento.</p> + + <div class="art-nav"> + + <span class="index"> + <a href="https://art.luevano.xyz" alt="Index"> + <i class="fas fa-home" alt="Home"></i> + <span>Index</span> + </a> + </span> + +</div> + + + <hr> + <div class="art-info"> + <p>By: David Luévano</p> + <p>Posted: Sun, Jun 06, 2021 @ 18:55 UTC</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/@spanish.html">spanish</a> </p> +</div> + + </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 |