Skip to content

Commit

Permalink
add 284/ (from 2018!)
Browse files Browse the repository at this point in the history
  • Loading branch information
lee2sman committed Jul 31, 2023
1 parent 0d118fa commit aece238
Show file tree
Hide file tree
Showing 7 changed files with 62 additions and 1 deletion.
Binary file added 284/assets/1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 284/assets/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 284/assets/2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 284/assets/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
59 changes: 59 additions & 0 deletions 284/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
<!doctype html>
<html>
<head>
<meta name="description" content="Lee Tusman ;-)">
<meta charset="UTF-8">
<meta name="author" content="Lee Tusman">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../assets/css/brutal.css">

<title>Studio Visit (2018)</title>
</head>
<body>
Lee Tusman
<br>
<a href="../">↩ Everyday</a>

<a class="prev" href="../283/"><</a>


<a class="next" href="../285/">></a>

<br>
<b>Title:</b> Studio Visit
<br>

<b>Year:</b> 2018
<br>

<b>Medium:</b> interactive website, code
<br>
<b>URL:</b> <a href='https://leetusman.com/studio-visit'>studio-visit↩ </a>
<br>
<br>


<b>Description:</b>
An interactive walkthrough of my studio building and studio Universal Research Group, based in the Human Resources, Pho 87, KCHUNG Radio building in Chinatown, Los Angeles, spring 2018.

<br>




<br>
<br>

<img src="assets/1.jpg">
<br>

<img src="assets/2.jpg">

<br>

<a href="https://leetusman.com/projects">
<img src="../assets/img/lee.png" class="fix"/>
</a>
©opyleft
</body>
</html>
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,3 +405,5 @@ Archiving Artist-Run Spaces project page
draft prototype (too large) for taper issue 11. ascii car driving sim poem.
283
images and writeup of old computer challenge 2023
284
my studio-visit sketch from back in 2018.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">

<script>
let sketches = 283; //update this with num of sketches!
let sketches = 284; //update this with num of sketches!
</script>

<!--
Expand Down

0 comments on commit aece238

Please sign in to comment.