-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
214 lines (183 loc) · 5.1 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>EuroClojure</title>
<meta name="description" content="Krakow June 25-26, 2014"
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" type="text/css" href="css/reset.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<header>
<div class="container group">
<h1><a href="index.html">
<img src="images/logo.png" alt="Krakow square">
</a>
</h1>
<a href="#" id="menu"></a>
<nav>
<a href="about.html">Conference Info</a>
<a href="#Sponsors">Sponsors</a>
<a href="#Speakers">Speakers</a>
<a href="#Prices">Prices</a>
<a href="http://twitter.com">Twitter</a>
<a href="blog.html">Register</a>
</nav>
</div>
</header>
<section id="krakow">
<div class="container group">
<div class="lead">
<h2 class="krakow">KRAKOW</h1>
<h2>June 25-27, 2014</h2>
<h3 class="krakow">A two day conference for the Clojure community</h3>
<input type="submit" value="Register now">
</div>
</div>
</section>
<section id="Info">
<a name="Info"></a>
<div class="container group">
<h3>Conference Info</h3>
<div class="column1">
<h2>What</h2>
<p>EuroClojure is the first 3-day, full-blown conference in Europe for the Clojure community. After an extremely successful 2013 edition in Berlin we are replicating in Poland this year! The conference will be held on Wednesday 25th, Thursday 16th and Friday 17th June in Central Krakow, Poland.</p>
</div>
<div class="column1">
<h2>Where</h2>
<p>Museum of Japanese Art and Technology <strong>manggha</strong></p>
<p>ul. Konopnicka 26</p>
<p>30-302 Krakow</p>
<p>Poland</p>
</div>
</div>
</section>
<section id="Sponsors">
<a name="Sponsors"></a>
<div class="container group">
<h3>Sponsors</h3>
<div class="column">
<img src="images/uSwitch.png" height="100">
<p>A UK-based price comparison service and switching website started in 2000</p>
</div>
<div class="column">
<img src="images/Innoq.png" height="100">
<p>Offers technology consulting, software development, architecture know-how and trainings</p>
</div>
<div class="column">
<img src="images/codecentric.jpg" height="100">
<p>The task of the code centric development to build powerful web portals</p>
</div>
<div class="column">
<img src="images/cognitect.png" height="100">
<p>The merger of two companies with parallel visions for the future of software.</p>
</div>
</div>
</section>
<section id="speakers">
<a name="Speakers"></a>
<div class="container group">
<h3>Speakers</h3>
<div class="column">
<img src="images/speaker1.png">
<blockquote>
Co-founder and CTO of Prismatic, the web and mobile news service.
</blockquote>
<p>Dan Howells</p>
</div>
<div class="column">
<img src="images/speaker2.png">
<blockquote>
Software Developer for ThoughtWorks based in London, UK
</blockquote>
<p>Katie Marcus</p>
</div>
<div class="column">
<img src="images/speaker3.png">
<blockquote>
Author of Clojure and Datomic, and Metadata Partners co-founder.
</blockquote>
<p>Al Monk</p>
</div>
<div class="column">
<img src="images/speaker1.png">
<blockquote>
Co-founder and CTO of Prismatic, the web and mobile news service.
</blockquote>
<p>Dan Howells</p>
</div>
</div>
</section>
<!-- Comparison table section -->
<section id="prices">
<a name="Prices"></a>
<div class="container group">
<h3>EuroClosure 2014 Prices</h3>
<table>
<thead>
<tr>
<td>Ticket type</td>
<td>Price</td>
<td>Booking fee</td>
<td>Quantity</td>
</tr>
</thead>
<tbody>
<tr>
<td>Earlybird</td>
<td>£300+</td>
<td>£1.99</td>
<td>33/50</td>
</tr>
<tr>
<td>Student</td>
<td>£200</td>
<td>£1.99</td>
<td>35/150</td>
</tr>
<tr class="selected">
<td>Standard</td>
<td>150+</td>
<td>£2.99</td>
<td>200/200</td>
</tr>
</tbody>
</table>
</div>
</section>
<!-- Contact section -->
<section id="contact">
<div class="container group">
<form>
<fieldset>
<div>
<label>Name</label>
<input type="text" placeholder="Full name here" name="fullname">
</div>
<div>
<label>Email address</label>
<input type="email" placeholder="[email protected]" name="email">
</div>
<div>
<label>Type</label>
<select>
<option>Early</option>
<option>Student</option>
<option>Standard</option>
</select>
</div>
</fieldset>
<input type="submit" value="Register">
</form>
</div>
</section>
<footer>
<div class="container group">
<small>Copyright EuroClojure 2014</small>
</div>
</footer>
<script src="js/jquery.js"></script>
<script src="js/teatime.js"></script>
</body>
</html>