
commit
c46c7f0e59
2 changed files with 32 additions and 0 deletions
@ -0,0 +1,9 @@
@@ -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 |
@ -0,0 +1,23 @@
@@ -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> |
Loading…
Reference in new issue