-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsponsors.html
89 lines (69 loc) · 2.52 KB
/
sponsors.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
<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>The Helvetic Coding Contest is proudly presented by...</h3>
<p>
<table>
<tr><td colspan="2"><h3>Sponsor</h3></td></tr>
<tr>
<td align="center"><img src="brocade.gif"></td>
<td>
Brocade - Extraordinary Networks<br>
<a href="../external.html?link=http://www.brocade.com/">http://www.brocade.com</a>
</td>
</tr>
<tr><td colspan="2"><h3>Host</h3></td></tr>
<tr>
<td align="center"><img src="epfl.jpg"></td>
<td>
École Polytechnique Fédérale de Lausanne<br>
<a href="../external.html?link=http://www.epfl.ch/">http://www.epfl.ch</a>
</td>
</tr>
<tr><td colspan="2"><h3>Organizer</h3></td></tr>
<tr>
<td align="center"><img src="pp.png"></td>
<td>
Polyprog<br>
<a href="../external.html?link=http://polyprog.epfl.ch/">http://polyprog.epfl.ch</a>
</td>
</tr>
</table>
</p>
</div>
</td></tr></table>
</div>
</div>
<!--</td><td width="50%"> </td></tr></table>-->
</body>
</html>