-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrep_2010.html
121 lines (91 loc) · 3.42 KB
/
rep_2010.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
<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">
<script language="javascript">
function hidemail(name1,name2,ext)
{
document.write('<a href=\"');
document.write('mailto:');
document.write(name1);
if(name2!="")
document.write('.');
document.write(name2);
document.write('@');
document.write(ext);
if(ext!="")
document.write('.');
document.write('epfl');
document.write('.');
document.write('ch');
document.write('?subject=[HC2]\">');
document.write(name1);
if(name2!="")
document.write('.');
document.write(name2);
document.write('@');
document.write(ext);
if(ext!="")
document.write('.');
document.write('epfl');
document.write('.');
document.write('ch');
document.write('</a>');
}
</script>
<h3>Report</h3>
<p>
Download the report (2.7 MB) <a href="report_2010.pdf" class="in">here</a>.
</p>
<h3>Photos</h3>
<table><tr>
<td valign="top">
<a href="teamph.html">Team photos</a><br>
<a href="../external.html?link=http://www.flickr.com/photos/club-photo/sets/72157623637705640/" target="blank">Photos by Club Photo EPFL</a><br>
<a href="thumbs.html">Roberts photos (unsorted, thumbnails)</a>
<p>
To order one of Roberts photos in full quality (12 megapixel), do so by asking Robert per mail:<br>
<script type="text/javascript">hidemail("robertrichard", "enderlein",
"");</script><object><noscript><a href="mailto:robertrichard DOT enderlein AT
epfl DOT ch?subject=[HC2]">robertrichard DOT enderlein AT epfl DOT
ch</a></noscript></object></p>
</td>
<td valign="top">
<img src="res/heidi.jpg">
</td></tr></table>
</div>
</td></tr></table>
</div>
</div>
<!--</td><td width="50%"> </td></tr></table>-->
</body>
</html>