other: added us, sorted

This commit is contained in:
2017-06-26 18:57:36 -04:00
parent 1e53333845
commit 04f6f05796

View File

@@ -2,6 +2,7 @@
<html> <html>
<head> <head>
<title>Veit's Art</title> <title>Veit's Art</title>
<meta charset="utf-8">
<link type="text/css" rel="stylesheet" href="https://cdn.rawgit.com/patriciogonzalezvivo/glslGallery/gh-pages/build/glslGallery.css"> <link type="text/css" rel="stylesheet" href="https://cdn.rawgit.com/patriciogonzalezvivo/glslGallery/gh-pages/build/glslGallery.css">
<script type="text/javascript" src="https://cdn.rawgit.com/patriciogonzalezvivo/glslGallery/gh-pages/build/glslGallery.js"></script> <script type="text/javascript" src="https://cdn.rawgit.com/patriciogonzalezvivo/glslGallery/gh-pages/build/glslGallery.js"></script>
<style> <style>
@@ -30,6 +31,20 @@
p { p {
margin-top: 0; margin-top: 0;
} }
ul {
list-style: none;
padding: 0;
margin: 0;
}
li {
padding-left: 1em;
text-indent: -.7em;
}
li::before {
content: "•";
padding-right: 0.5em;
color: #F3D8D6;
}
.l { .l {
text-decoration: none; text-decoration: none;
color: #000; color: #000;
@@ -57,6 +72,10 @@
<div class="glslGallery" data="170612231358" data-properties="clickRun:player,showTitle:false,openFrame=false,showAuthor:false"></div> <div class="glslGallery" data="170612231358" data-properties="clickRun:player,showTitle:false,openFrame=false,showAuthor:false"></div>
<h2>Other</h2> <h2>Other</h2>
<p>Of note: a defunct generative art <a class="l" href="http://blog.veitheller.de/I_Can't_Paint.html">Twitter bot</a>.</p> <p>Of note:</p>
<ul>
<li>A defunct generative art <a class="l" href="http://blog.veitheller.de/I_Can't_Paint.html">Twitter bot</a>.</li>
<li><a class="l" href="http://blog.veitheller.de/us,_sorted.html">us, sorted.</a></li>
</ul>
</body> </body>
</html> </html>