-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (32 loc) · 1.83 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<title>Under Consideration</title>
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body>
<div id="entries">
<div class="entry">
<div id="dot-dot-dot"></div>
</div>
<div class="entry">
<p><i>Under Consideration</i> is a collaborative publishing effort by <a href="http://nazli-ercan.com/" target="_blank">Nazli Ercan</a> and <a href="http://eric.young.li/" target="_blank">Eric Li</a>.</p>
<p>This project is a container for an exchange of ideas between one another. Each new entry on this site is a response to the previous entry by the other author; it is the next thought of a continuous conversation. In this regard, the entries themselves become the medium in this unending collaborative process. The logo, like its contents, is also subject to continuous updating and revisioning. The two curved lines signify each participant. One is solid, which corresponds to the person who last responded, while the other is dotted, waiting for the other to respond. Once a response is added, the lines flip and the solid becomes dotted while the dotted becomes solid.</p>
<p>Created with <a href="https://www.are.na/eric-li/under-consideration-1517888768" target="_blank">Are.na</a>.</p>
<p><img src="" id="uc-logo"></p>
</div>
</div>
<script src="js/main.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-57660834-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-57660834-3');
</script>
</body>
</html>