-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
69 lines (61 loc) · 3.27 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/normalize.css" media="screen" type="text/css"/>
<link rel="stylesheet" href="css/skeleton.css" media="screen" type="text/css"/>
<link href='http://fonts.googleapis.com/css?family=Dosis:300,400,500,600,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Slabo+27px' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600italic,700italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/main.css" media="screen" type="text/css"/>
</head>
<body>
<div class="row">
<header class="twelve columns">
<div id="header-inner-box">
<a href="/Users/ranwang/dev/zero_theater/index.html"><h1>zero theater</h1></a>
</div>
</header>
</div>
<div class="row">
<nav class="two columns">
<a href="#about">About </a></br>
<a href="#uploads">Recent Uploads </a></br>
<a id="project-archives">Archives</a></br>
<ul>
<li><a id="project-two-project-link" href="project_two_projects.html">Project Two (3)</a></li>
<li><a id="codex-project-link" href="codex_projects.html">Codex Seraphinianus (3)</a></li>
<li><a id="all-projects-link" href="all_projects.html">See All (6)</a></li>
</ul>
<a href="map.html">Geotagging</a></br>
<a href="#contact">Contact</a>
</nav>
<div class= "ten columns" id="content-box">
<div id="content-box-inner">
<a name="about"></a>
<div class="wrapper" id="about-text">
<h2>About</h2>
<p>Zero Theater is a collaborative network for artists and curators that supports and connects makers of objects, environments, and live events anywhere in the real (site) or digital world (non-site). Borrowing from the theatrical concepts of adaptation, rehearsal and workshopping, it builds opportunities for criticality, dialogue, and feedback into processes of making, documenting, presenting, and curating art. Zero Theater employs a system of geo-tagging and other meta-data to track and record the art created within its network.</p>
</div>
<hr>
<a name="uploads"></a>
<div class="wrapper" id="recentUploads">
<h2>Recent Uploads</h2>
<a class="projectThumbnails codex" href="sample_project_page.html"><img src="http://placekitten.com/g/225/200"><img></a>
<a class="projectThumbnails codex" href="sample_project_page.html"><img src="http://placekitten.com/g/225/200"><img></a>
<a class="projectThumbnails codex" href="sample_project_page.html"><img src="http://placekitten.com/g/225/200"><img></a>
<a class="projectThumbnails project-two" href="sample_project_page.html"><img src="http://placekitten.com/g/225/200"><img></a>
<a class="projectThumbnails project-two" href="sample_project_page.html"><img src="http://placekitten.com/g/225/200"><img></a>
<a class="projectThumbnails project-two" href="sample_project_page.html"><img src="http://placekitten.com/g/225/200"><img></a>
</div>
<hr>
<a name="contact"></a>
<div class="wrapper" id="contact">
<h2>Contact</h2>
</div>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="scripts/main.js"></script>
</body>
</html>