forked from genjix/unsystem
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
430 lines (412 loc) · 10.5 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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
<!DOCTYPE html>
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="icon" type="image/png" href="pic/lolcomics.png" />
<title>unSYSTEM world conference (Vienna, 1-3 Nov 2013)</title>
<meta name="DC.language" content="en">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style type="text/css" media="screen, projection">
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.section:after,
ul.nav:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
* { margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent; }
body { line-height:1; }
ol,ul { list-style:none; }
blockquote,q { quotes:none; }
blockquote:before,blockquote:after,q:before,q:after { content:'';content:none; }
ins { text-decoration:none; }
del { text-decoration:line-through; }
table { border-collapse:collapse;border-spacing:0; }
body {
background: #1a1a1a url("site/bg.png");
color: #292929;
color: rgba(0, 0, 0, 0.82);
color: #aaa;
font: normal 100% Cambria, Georgia, serif;
-moz-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
-webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
text-shadow: 0 1px 0 rgba(160, 0, 0, 0.8);
-webkit-text-size-adjust: none;
}
p {
margin-bottom: 0.5em;
}
a {
color: #c04e4e;
text-decoration: none;
-moz-transition: 0.2s color linear;
-webkit-transition: 0.2s color linear;
transition: 0.2s color linear;
}
a:hover {
color: #DF3030;
}
#page {
background: url("site/rag.png") repeat-x;
padding: 2em 0;
}
.inner {
margin: 0 auto;
width: 93.75%; /* 960px / 1024px */
}
img {
max-width: 100%;
}
.amp {
font-family: Baskerville, Garamond, Palatino, "Palatino Linotype", "Hoefler Text", "Times New Roman", serif;
font-style: italic;
font-weight: normal;
}
.mast {
float: left;
width: 31.875%; /* 306px / 960px */
}
h1 {
background: url("site/logo-bg.png") no-repeat 50% 0;
}
h1 a {
padding-top: 117px;
height: 300px;
display: block;
text-align: center;
}
.intro,
.main,
.footer {
float: right;
width: 65.9375%; /* 633px / 960px */
}
.intro {
margin-top: 40px;
}
.intro div {
line-height: 1.5;
}
ul.nav {
border-top: 1px solid #888583;
margin: 2em auto 0;
width: 64.379%;
}
ul.nav a {
background: url("site/ornament.png") no-repeat 0 100%;
font: bold 14px/1.2 "Book Antiqua", "Palatino Linotype", Georgia, serif;
display: block;
text-align: center;
letter-spacing: 0.1em;
padding: 1em 0.5em 3em;
margin-bottom: -1em;
text-transform: uppercase;
}
ul.nav a:hover {
background-position: 50% 100%;
}
li.first a {
/*border-top: 1px solid #FFF9EF;*/
padding-top: 1.25em;
}
ul.nav i {
font: normal 10px Baskerville, Garamond, Palatino, "Palatino Linotype", "Hoefler Text", "Times New Roman", serif;
display: block;
letter-spacing: 0.05em;
}
.intro h2 {
font: normal 2em "Hoefler Text", "Baskerville old face", Garamond, "Times New Roman", serif;
text-align: center;
margin-bottom: 0.25em;
padding-right: 30%;
}
.intro h2.last {
margin-bottom: 1.0em;
}
#nyancat {
position: absolute;
right: 0px;
top: 10px;
}
.main h2 {
background: url("site/ornament.png") no-repeat 0 50%;
font-size: 1.4em;
text-transform: lowercase;
text-align: center;
margin: 0.75em 0 1em;
}
.main h2 b {
background: url("site/bg.png");
font-weight: normal;
padding: 0 1em;
}
.figure {
float: left;
font-size: 10px;
line-height: 1.1;
margin: 0 3.317535545023696682% 1.5em 0; /* 21px / 633px */
text-align: center;
width: 31.121642969984202211%; /* 197px / 633px */
text-transform: uppercase;
letter-spacing: 0.05em;
}
.figure b {
display: block;
font-size: 14px;
font-family: "Book Antiqua", "Palatino Linotype", Georgia, serif;
letter-spacing: 0.1em;
}
.figure img {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);;
display: block;
margin: 0 auto 1em;
}
li.end3 {
margin-right: 0;
}
.footer {
background: url("site/ornament.png") 50% 0 repeat-x;
font-size: 12px;
text-align: center;
padding: 40px 0 20px;
}
.footer p {
margin-bottom: 0.5em;
}
@media (max-width: 600px) {
/* 633px grid (88x6 col, 21x5 gut; 88+21+88+21+88+21+88+21+88+21+88) */
.inner {
position: relative;
}
#nyancat {
display: none;
}
.intro h2 {
padding-right: 0;
}
.mast,
.intro,
.main,
.footer {
float: none;
width: auto;
}
h1 {
background: none;
}
h1 a {
padding-top: 70px;
height: 160px;
}
ul.nav {
background: url("site/ornament.png") no-repeat 0 -20px;
border-top: none;
margin: 0 auto;
position: absolute;
top: 0;
width: 100%;
}
ul.nav li {
float: left;
margin-right: 3.317535545023696682%; /* 21px / 633px */
width: 31.121642969984202211%; /* 197px / 633px */
}
ul.nav a,
ul.nav i {
font: 10px Helvetica, Arial, sans-serif;
letter-spacing: 0;
}
ul.nav a:hover,
ul.nav a:focus {
background-position: 0 100%;
}
li.first a {
border-top: none;
padding-top: 1em;
}
ul.nav li.last {
margin-right: 0;
}
.intro {
margin-top: 0;
}
.intro h2 {
font-size: 1.4em;
}
}
@media (max-width: 400px) {
.figure, li.start2 {
margin-right: 3.317535545023696682%; /* 21px / 633px */
width: 48.341232227488151658%; /* 306px / 633px */
}
li.end2 {
margin-right: 0;
}
}
@media (min-width: 1300px) {
.mast {
float: none;
width: auto;
}
h1 {
float: left;
width: 31.875%; /* 306px / 960px */
}
ul.nav {
float: right;
margin: 40px 0 1em;
text-align: center;
width: 65.9375%; /* 633px / 960px */
}
ul.nav {
border-top: none;
}
ul.nav li.first a {
border-top: none;
padding-top: 1em;
}
ul.nav li {
float: left;
margin-right: 3.317535545023696682%; /* 21px / 633px */
width: 31.121642969984202211%; /* 197px / 633px */
}
ul.nav li.last {
margin-right: 0;
}
.intro {
margin-top: 1em;
}
.intro h2 {
padding-right: 0;
}
#nyancat {
top: 150px;
}
.section .figure {
margin-right: 3.317535545023696682%; /* 21px / 633px */
width: 13.902053712480252764%; /* 88px / 633px */
}
.section .end6 {
margin-right: 0;
}
.footer {
clear: both;
float: none;
margin-left: 56.770833333333333333%; /* 327px / 960px */
width: 20.520833333333333333%; /* 197px / 960px */
}
}
</style>
</head>
<body>
<div id="page">
<div class="inner">
<div class="mast">
<h1 id="logo"><a href="#"><img src="pic/logo.png" alt="unSYSTEM conference"></a></h1>
<ul class="nav">
<li class="first"><a href="#"><i>Buy</i> Tickets</a></li>
<li><a href="#"><i>Other</i> Info</a></li>
<li class="last"><a href="#"><i>Initiate</i> Contact</a></li>
</ul><!-- /end .nav -->
</div><!-- /end .mast -->
<div class="section intro">
<img id="nyancat" src="site/nyancat.png">
<div>
<h2>Vienna</h2>
<h2 class="last">1-3 November 2013</h2>
<p>The world's best <del>Bitcoin</del> conference.</p>
<p>See last year's <a href="http://bitcoin2012.com/">videos!</a></p>
<p>Bitcoin symbolises a new era for humanity.
A sudden twist in our storyline. We are driving the spaceship now.</p>
<p>We wait your tables, grow your food, teach your children,
fix your computers, drive your taxis, and write your news.</p>
<p>Together we can accomplish something real.</p>
<p>We are anonymous and everywhere. United as one. Divided by zero.</p>
</div>
</div><!-- /end .section.intro -->
<div class="section main">
<h2><b>Speakers</b></h2>
<p><a href="">Click!</a> for detailed bios.</p>
<p>This site is a preview! Stallman and Kurtz have yet to confirm to anything. We're still locking down the final dates.</p>
<ol>
<li class="figure start2 start3">
<a href="http://en.wikipedia.org/wiki/Silk_Road_%28marketplace%29">
<img src="ppl/silkroad.jpg" alt="">
<span class="figcaption">The <b>Silk Road</b></span>
</a>
</li><!-- /end .figure -->
<li class="figure end2 mid3">
<a href="http://en.wikipedia.org/wiki/Richard_stallman">
<img src="ppl/stallman.jpg" alt="">
<span class="figcaption">Richard <b>Stallman</b></span>
</a>
</li><!-- /end .figure -->
<li class="figure start2 end3">
<a href="http://en.wikipedia.org/wiki/Max_Keiser">
<img src="ppl/keiser.jpg" alt="">
<span class="figcaption">Max <b>Keiser</b></span>
</a>
</li><!-- /end .figure -->
<li class="figure end2 start3">
<a href="http://en.wikipedia.org/wiki/Jaromil">
<img src="ppl/jaromil.jpg" alt="">
<span class="figcaption">Denis Roio <b>"jaromil"</b></span>
</a>
</li><!-- /end .figure -->
<li class="figure start2 mid3">
<a href="http://en.wikipedia.org/wiki/Birgitta_J%C3%B3nsd%C3%B3ttir">
<img src="ppl/jonsdottir.jpg" alt="">
<span class="figcaption">Birgitta <b>Jónsdóttir</b></span>
</a>
</li><!-- /end .figure -->
<li class="figure end2 end3 end6">
<a href="http://en.wikipedia.org/wiki/Steve_Kurtz">
<img src="ppl/kurtz.jpg" alt="">
<span class="figcaption">Steve <b>Kurtz</b></span>
</a>
</li><!-- /end .figure -->
<li class="figure start2 start3">
<a href="http://en.wikipedia.org/wiki/Mike_Gogulski">
<img src="ppl/gogulski.jpg" alt="">
<span class="figcaption">Mike <b>Gogulski</b></span>
</a>
</li><!-- /end .figure -->
<li class="figure end2 mid3">
<a href="http://en.wikipedia.org/wiki/Nina_Paley">
<img src="ppl/paley.jpg" alt="">
<span class="figcaption">Nina <b>Paley</b></span>
</a>
</li><!-- /end .figure -->
</ol>
</div><!-- /end .section.main -->
<div class="footer">
<p>unSYSTEM conference, Vienna, 1-3 Nov 2013</p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div><!-- /end .footer -->
</div><!-- /end .inner -->
</div><!-- /end #page -->
<!--[if lte IE 7]><script type="text/javascript" src="site/imgSizer.js"></script>
<script type="text/javascript">
window.onload = function() {
imgSizer.collate();
}
</script><![endif]-->
<!--[if lte IE 6]><script type="text/javascript" src="share/ddpng.js"></script>
<script type="text/javascript">
DD_belatedPNG.fix('body, #page, h1, h1 img, ul.nav, ul.nav a, .main h2, .main h2 b, .footer');
</script><![endif]-->
</body></html>