other: added us, sorted
This commit is contained in:
21
index.html
21
index.html
@@ -2,6 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<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">
|
||||
<script type="text/javascript" src="https://cdn.rawgit.com/patriciogonzalezvivo/glslGallery/gh-pages/build/glslGallery.js"></script>
|
||||
<style>
|
||||
@@ -30,6 +31,20 @@
|
||||
p {
|
||||
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 {
|
||||
text-decoration: none;
|
||||
color: #000;
|
||||
@@ -57,6 +72,10 @@
|
||||
<div class="glslGallery" data="170612231358" data-properties="clickRun:player,showTitle:false,openFrame=false,showAuthor:false"></div>
|
||||
|
||||
<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>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user