-
Notifications
You must be signed in to change notification settings - Fork 0
/
contacts.html
75 lines (57 loc) · 2.27 KB
/
contacts.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
<html>
<head>
<title>Helvetic Coding Contest</title>
<script language="javascript" src="jquery.js"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div style="position:absolute; top:0; left:850px; font-size:10px;">Last update:22.03.10</div>
<!--<table><tr><td width="50%"> </td><td width="*">-->
<img src="balloon.png" style="position:absolute; left:700px; top:-20px; z-index:1;">
<div id="cont">
<div id="con">
<img src="sp.png" height="1" width="800">
<table><tr><td width="*">
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br></td>
<td width="100%" valign="top">
<h1><nobr>Helvetic Coding Contest</nobr></h1>
<!--<font color="red" style="position:absolute; top:40px; left:400px;"><b>Registration Deadline: 01.03.10</b></font>-->
<!--<a href="index.php" class="m">Home</a>
<a href="contest.php" class="m">Contest</a>-->
<a href="index-2.html" class="m">Results</a>
<a target="_blank" class="m" href="../external.html?link=http://polyprog.epfl.ch/c10hc2.php">Problem Set</a>
<a href="rep_2010.html" class="m">2010</a>
<!--<a href="press.php" class="m">Press</a>-->
<a href="sponsors.html" class="m">Sponsors</a>
<!--<a href="info.php" class="m">FAQ</a>
<a href="register.php" class="m">Register</a>-->
<a href="news.html" class="m">Newsletter</a>
<a href="contacts.html" class="m" style="position:relative; z-index:2;">Contacts</a>
<!--<a href="" class="m" style="position:relative; z-index:2;">Links</a>-->
<br><br>
<div id="content">
<h3>Polyprog - HC2 committe</h3>
<p>
<table>
<tr>
<td><img src="ck.png"></td><td><nobr>Christian Kauth</nobr><br>Problems & Coordination</td>
<td><img src="jw.png"></td><td><nobr>Jonas Wagner</nobr><br>Infrastructure & Graphical Design</td>
</tr>
<tr>
<td><img src="pb.png"></td><td><nobr>Pierluca Borso</nobr><br>Rules & Communication</td>
<td><img src="re.png"></td><td><nobr>Robert Enderlein</nobr><br>Judging & Accounting</td>
</tr>
<tr>
<td><img src="tc.jpg"></td><td><nobr>Titus Cieslewski</nobr><br>Website & Registration</td>
<td> </td>
</tr>
</table>
</p>
</div>
</td></tr></table>
</div>
</div>
<!--</td><td width="50%"> </td></tr></table>-->
</body>
</html>