create README and pretty much blank HTML page

This commit is contained in:
Ruben 2017-12-15 16:18:51 +01:00
commit c46c7f0e59
2 changed files with 32 additions and 0 deletions

9
README.md Normal file
View File

@ -0,0 +1,9 @@
# Joseph Huot's limited edition by Ruben van de Ven
Created for an auction organised by In4Art.
This work is inspired by Tesla's move to produce two identical cars, of which the cheaper version's battery was limited by the software.
Similarly _Joseph Huot's limited edition_ (2017) is algorithmically limited.
December 2017 - January 2018

23
artwork2.html Normal file
View File

@ -0,0 +1,23 @@
<html>
<head>
<title>Joseph Huot's limited edition by Ruben van de Ven</title>
</head>
<style type='text/css'>
body{
background: black;
margin:0;
}
#viewbox{
background:white;
position:absolute;
top:0;
left:0;
width:50%;
height:100%;
}
</style>
<body>
<div id='viewbox'>
</div>
</body>
</html>