-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
159 lines (150 loc) · 4.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
<html>
<head>
<title>iD05 2018</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
body {
background-color: #FFFFFF;
font-size: 10px;
color: #CCCCCC;
}
A:link, A:visited, A:active, A:hover {
text-decoration: underline;
color: #9D7322;
}
.td1 {
vertical-align: top;
color: #000000;
font-weight: bold;
font-family: Verdana;
}
.td2 {
vertical-align: top;
color: #9A9ABA;
font-family: Verdana;
width: 10;
}
.td3 {
vertical-align: top;
font-size: 12px;
color: #9A9ABA;
font-family: Verdana;
}
</style>
</head>
<script type="text/javascript">
function load() {
document.getElementById('logo').innerHTML = '<img src="id_logo.png" width="250">';
}
</script>
<body onload="load()">
<div align="center">
<div id="logo">..and don't forget to come to inérciaDemoparty2005!</div>
<table width="640" border="0" cellspacing="0" cellpadding="0" class="style1">
<tr>
<td class="td1">what?</td>
<td class="td2"> </td>
<td class="td3">announcing a new edition of inérciaDemoparty2005, the best (and only) Portuguese <a href="http://en.wikipedia.org/wiki/Demoparty">demoparty</a>!</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td class="td1">when & where</td>
<td class="td2"> </td>
<td class="td3">6-12 august 2018<br />caparica, portugal (closest airport: Lisbon (LIS))</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td class="td1">event</td>
<td class="td2"> </td>
<td class="td3">
- invite only (email <a href="mailto:jeenio@gmail.com?subject=inercia demoparty 2018!">jeenio</a> or <a href="mailto:psenough@gmail.com?subject=inercia demoparty 2018!">ps</a> to get your name on the list)<br />
- small villa with chairs, electricity, wifi, projector, sound system, and a nice garden to lounge and camp at<br />
- 4 bunk beds, 1 sofa couples bed, 1 singles sofa bed, lots of floor and space to camp<br />
- 5 minutes drive from the ocean<br />
- whole week of demomaking residency (limited to 12 visitors)<br />
- compos on friday night (limited to 36 visitors)<br />
- priority queue to foreign sceners coming for the full length<br />
- entrance fee 5 euros (includes 3 beers and/or soda)<br />
- meals available on site (10 euros per meal)<br />
</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td class="td1">schedule</td>
<td class="td2"> </td>
<td class="td3">
- 6 monday: arrival day; random socializing<br />
- 7 tuesday: demomaking morning; demonight demoshow<br />
- 8 wednesday: demomaking afternoon; concert jeenio unplugged<br />
- 9 thursday: lisbon sightseeing; birraria as quintas<br />
- 10 friday: demomaking day<br />
- 11 saturday: random socializing; democompo night<br />
- 12 sunday: grab your shit and get out
</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td class="td1">competitions</td>
<td class="td2"> </td>
<td class="td3">
- combined demo competition<br />
- combined graphics/photo competition<br />
- chill-out music competition<br />
- party music competition<br />
- remote entries accepted, no prize given<br />
- we might livestream
</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td class="td1">confirmed visitors:</td>
<td class="td2"> </td>
<td class="td3">
1) jeenio / Accession (full length)<br />
2) ps / TPOLM (full length)<br />
3) zeroshift / Co-Processor (full length)<br />
4) mr.hugo (???)<br />
5) jae (11,12)<br />
6) evil (11,12)<br />
7) truck (full length)<br />
8) Nuno Miguel (11,12)<br />
9) Bruno Perry (11,12)<br />
10) xernobyl (???)<br />
11) paulo falcão (???)<br />
</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td class="td1">links</td>
<td class="td2"> </td>
<td class="td3"><a href="https://www.facebook.com/groups/scenept/">scenept facebook page</a><br />
<a href="http://www.pouet.net/topic.php?which=11373">pouet.net thread</a></td>
</tr>
</table>
</div>
</body>
</html>