-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
118 lines (118 loc) · 2.87 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
<html>
<head>
<style>
form {
margin: 20px;
}
input {
font-size: 12pt;
font-family: serif;
}
h1, h2, strong {
color: #05b;
font-family: gill sans, "Gill Sans MT", Calibri, sans-serif;
font-weight: normal;
}
h2 {
display: inline;
padding-right: 10px;
}
* {
font-size: 16pt;
}
#schedule {
clear: both;
}
#date,
#pretitle {
font-style: italic;
text-align: center;
font-size: 16pt;
}
#pretitle {
margin-top: 30px;
}
#date {
margin-bottom: 40px;
margin-top: 10px;
}
#main {
width: 700px;
margin-left: auto;
margin-right: auto;
}
h1 {
font-size: 26pt;
text-align: center;
}
.left {
float: left;
margin-left: 25px;
}
.right {
float: right;
margin-right: 25px;
}
img {
box-shadow: 10px 10px 5px grey;
margin-bottom: 40px;
}
table {
margin-left: auto;
margin-right: auto;
}
table td {
padding-right: 80px;
}
</style>
</head>
<body>
<div id="main">
<p id="pretitle">You are cordially invited to attend the public</p>
<h1>Defences of Abraham & Bas Westerbaan</h1>
<p id="date">May 14<sup>th</sup>, 2019 at the <a href="#aula">Aula</a> of the Radboud Universiteit</p>
<a href="https://arxiv.org/abs/1804.02203"
><img class="left" src="bram.jpg" width="300" /></a>
<a href="https://arxiv.org/abs/1803.01911"
><img class="right" src="bas.jpg" width="300" /></a>
<table id="schedule">
<tr><td>10:30 (sharp!)</td><td>Defence Bram</td></tr>
<tr><td>12:30 (sharp!)</td><td>Defence Bas</td></tr>
<tr><td>~14:00</td><td>Reception</td></tr>
</table>
<a id="aula" /><p>
<h2>Location.</h2>
The defences take place at
<a href="https://www.ru.nl/facilitairbedrijf/@712858/aula-0/">the Aula</a>
of the Radboud Universiteit: <em>Comeniuslaan 2, Nijmegen</em>.
The busstop <em>Spinozagebouw/Tandheelkunde</em> is a minute walk away.
The most convenient car park
<a href="parking.pdf">is P6 (Grotiusgebouw)</a>.
</p>
<p><h2>Party.</h2>
We will host a celebration party Thursday
<strong>May 16<sup>th</sup>, 21:00 – 01:00</strong>
at the <a href="https://thiemeloods.nl">Thieme Loods</a>,
<a href="https://goo.gl/maps/LbBzCCaCE3MFBkcWA">Leemptstraat 34, Nijmegen</a>.</p>
<p><h2>Registration.</h2>
Please let us know if you will join the defence and/or party:
<form method="post"
action="https://westerbaan.name/promotie/api/attendance">
<input name="name" type="text"
placeholder="Your name" /><br/>
<label>
<input name="defence" type="checkbox" checked />
Defence and/or reception May 14<sup>th</sup>
</label><br/>
<label>
<input name="party" type="checkbox" checked />
Party May 16<sup>th</sup></label><br/>
<input type="submit" value="register" />.
</form>
</p>
<p><h2>Paranymphs.</h2> Rik Sprenkels,
John van de Wetering and Renee Westerbaan.</p>
</div>
</body>
</html>
<!-- vim: se sw=2 ts=2 : -->