This repository has been archived by the owner on Oct 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pictures.html
123 lines (107 loc) · 2.39 KB
/
pictures.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
---
layout: default
title: Pictures
permalink: /pics/
---
<h1>Pictures</h1>
<script>
var pic = Math.floor(Math.random()*4);
function next_pic() {
$('#pic-'+pic).hide();
pic++;
if ($('#pic-'+pic).length == 0) pic = 0;
$('#pic-'+pic).show();
}
$(document).ready(function() {
next_pic();
});
</script>
[ → <a href="javascript:next_pic();">Next</a> ]
<article id="pic-0" style="display: none">
<header>
<h2>A late night hacking session at #spawnfest</h2>
<aside>
<span class="articleDate">The Immutables</span>
</aside>
</header>
<p>
<img src="/static/pics/072011/342119312.jpg" />
</p>
</article>
<article id="pic-1" style="display: none">
<header>
<h2>happy hacking</h2>
<aside>
<span class="articleDate">I will eat your proccesses</span>
</aside>
</header>
<p>
<img src="/static/pics/072011/342126640.jpg" />
</p>
</article>
<article id="pic-2" style="display: none">
<header>
<h2>#spawnfest'ing away</h2>
<aside>
<span class="articleDate">Smells like BEAM spirits</span>
</aside>
</header>
<p>
<img src="/static/pics/072011/BRbvM.jpg" />
</p>
</article>
<article id="pic-3" style="display: none">
<header>
<h2>#spawnfest</h2>
<aside>
<span class="articleDate">Siberian Fast Food</span>
</aside>
</header>
<p>
<img src="/static/pics/072011/20110709_002.jpg" />
</p>
</article>
<article id="pic-4" style="display: none">
<header>
<h2>#spawnfest on the couch in BA</h2>
<aside>
<span class="articleDate">Inaka</span>
</aside>
</header>
<p>
<img src="/static/pics/072011/17517448.jpg" />
</p>
</article>
<article id="pic-5" style="display: none">
<header>
<h2>#spawnfest tequila time</h>
<aside>
<span class="articleDate">Smells like BEAM spirits</span>
</aside>
</header>
<p>
<img src="/static/pics/072011/717941fbb.jpg" />
</p>
</article>
<article id="pic-6" style="display: none">
<header>
<h2>#spawnfest</h>
<aside>
<span class="articleDate">.beam me up</span>
</aside>
</header>
<p>
<img src="/static/pics/072011/IMG_20110709_230737.jpg" />
</p>
</article>
<article id="pic-7" style="display: none">
<header>
<h2>Office #spawnfest</h>
<aside>
<span class="articleDate">Have Backpack</span>
</aside>
</header>
<p>
<img src="/static/pics/072011/5920436699_df75ebfe91.jpg" />
</p>
</article>