-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
170 lines (141 loc) · 4.46 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<html>
<head>
<meta charset="utf-8">
<meta name="keywords" content="voidLab, ucla, dma, feminism, gender, women, design, media arts, art, technology, programming">
<meta name="description" content="voidLab is a feminist collective for women, non-binary, gender nonconforming, trans and queer people to express individual identities through arts and technologies.">
<meta name="robots" content="all">
<meta name="author" content="voidLab">
<meta name="copyright" content="© 2015 voidLab">
<title>voidLab</title>
<style>
body {
font-family: Arial Black, Arial, Sans-Serif;
text-transform: uppercase;
letter-spacing: .3em;
padding-bottom: 0;
margin-bottom: 0;
}
img { display: inline-block; }
.blob {
color: white;
background-image: url('blob-accent.png');
width: 173px;
height: 170px;
}
.notblob {
padding-left: 80px;
padding-right: 80px;
}
.blob a {
color: white;
font-size: 16px;
width: 90px;
}
#mission {
font-size: 11px;
width: 450px;
text-align: center;
line-height: 2.2;
padding-left: 186px;
padding-top: 45px;
padding-bottom: 65px;
}
#members {
font-size: 12px;
letter-spacing: .15em;
width: 650px;
line-height: 1.4;
}
#title {
float: right;
}
ul {
list-style-type: none;
padding-left: 24px;
}
li {
display: inline;
}
footer {
text-align: center;
font-size: 9px;
padding-top: 65px;
padding-bottom: 0px;
margin-bottom: 0px;
line-height: 1.1;
}
a {
text-decoration: none;
color: black;
}
a:hover {
text-decoration: underline;
}
footer a {
vertical-align: bottom;
}
.foot {
display: table-cell;
vertical-align: bottom;
margin-bottom: 0;
padding-bottom: 20px;
}
.wrap {
display: table;
text-align: center;
margin-left: auto;
margin-right: auto;
}
</style>
</head>
<body>
<div id="title">
<img src="voidlab.png" />
</div>
<div id="mission">
<img src="line-accent-top.png" />
<p>
voidLab is a feminist collective for<br>
women, non-binary, gender<br>
nonconforming, trans and queer<br>
people to express individual<br>
identities through arts and<br>
technologies
</p>
<img src="line-accent-bottom.png" />
</div>
<div id="members">
<ul>
<li>Aliah Magdalena</li>
<li><a href="http://www.alicejung.com/" target="_blank">Alice Jung</a></li>
<li><a href="http://amandastojanov.com" target="_blank">Amanda Stojanov</a></li>
<li>Amethyst Zhang</li>
<li><a href="http://annamariandrea.itch.io/" target="_blank">Andrea Vitali</a></li>
<li><a href="http://cargocollective.com/anisabashiri" target="_blank">Anisa Bashiri</a></li>
<li>Devin Nicole</li>
<li><a href="http://www.instagram.com/eskyet/" target="_blank">Echo Theohar</a></li>
<li><a href="http://www.outofambit.com/" target="_blank">Evelyn Masso</a></li>
<li>Hillary Rose Cleary</li>
<li><a href="http://twitter.com/liniszero" target="_blank">Hsinyu Lin</a></li>
<li><a href="http://www.katehollenbach.com" target="_blank">Kate Hollenbach</a></li>
<li><a href="http://sheisanimagemaker.com" target="_blank">Kate Parsons</a></li>
<li><a href="http://angeleskelley.com/" target="_blank">Lauren Mahon</a></li>
<li><a href="http://cargocollective.com/lkris" target="_blank">Lilyan Kris</a></li>
<li><a href="http://www.saakshitaprabhakar.com/#/category/all" target="_blank">Saakshita Prabhakar</a></li>
<li>Sanglim Han</li>
<li>Sofia Staab-Gulbenkian</li>
<li><a href="http://www.symru.net" target="_blank">Symrin Chawla</a></li>
<li>Regina Napolitano</li>
<li><a href="http://ruthbabyy.tumblr.com" target="_blank">Ruth Shaffer</a></li>
<li><a href="http://www.yuehaojiang.com" target="_blank">Yuehao Jiang</a></li>
</ul>
</div>
<footer>
<div class="wrap">
<div class="foot notblob"><a href="https://www.facebook.com/voidLab-1663743223867697/" target="_blank">Facebook</a></div>
<div class="foot blob"><a href="mailto:[email protected]">ucla<br>voidlab<br>@<br>gmail<br>.com</a></div>
<div class="foot notblob"><a href="http://twitter.com/uclavoidLab" target="_blank">Twitter</a></div>
</div>
</footer>
</body>
</html>