-
Notifications
You must be signed in to change notification settings - Fork 2
/
old.html
executable file
·123 lines (112 loc) · 3.74 KB
/
old.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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="expires" content="0">
<title>:: Marathon of Parallel Programming ::</title>
<link rel="stylesheet" href="css/marathon.css" type="text/css">
<script language="javascript" type="text/javascript" src="js/ahah.js"></script>
<script language="javascript" type="text/javascript">
function load(filename, content) {
ahah(filename, content);
}
</script>
</head>
<body>
<center>
<div id="corpo">
<!-- Header -->
<div id="cabecalho">
<img src="current/banner.jpg" border="0" width="750"/><br />
Marathon of Parallel Programming
</div>
<!-- Left bar -->
<div id="leftbar">
<!-- Menu -->
<ul class="avmenu">
<li><a href="current/index.html">Home</a></li>
<li><a href="current/rules.html">Rules</a></li>
<li><a href="current/env.html">Computational Environment</a></li>
<li><a href="current/registration.html">Registration</a></li>
<li><a href="current/winners.html">Winners</a></li>
<li><a href="current/problems.html">Problems set</a></li>
<li><a href="current/local.html">Local Committee</a></li>
<li> </li>
<li><a href="study.html">How to study</a></li>
<li><a href="committee.html">Committee</a></li>
<li><a href="old.html">Previous contests</a></li>
<li><a href="contact.html">Contact</a></li>
<!-- News -->
<li id="news_content" class="anuncio">
<script language="javascript">
load('news.html','news_content');
</script>
</li>
</ul>
</div>
<!-- Right bar -->
<div id="rightbar">
<div class="anuncio">
<h1>Main events</h1>
<a target="_blank" href="http://www.sbc.org.br/sbac">SBAC-PAD</a><br/>
<a target="_blank" href="http://www.sbc.org.br/wscad">WSCAD</a>
</div>
<div class="anuncio">
<h1>Current Edition</h1>
<p><a href="index.html">Click here</a> for the current edition of the Marathon of
Parallel Programming</p>
</div>
<!-- Others information -->
<!--
<div id="others_info" class="anuncio"></div>
<script language="javascript">
load('others_info.html','others_info');
</script>
-->
</div>
<!-- Body -->
<div id="texto">
<h1>Previous Contests</h1>
<h2>2022 <a href="22/">contest page</a></h2>
<p>Florianópolis, SC</p>
<h2>2021 <a href="21/">contest page</a></h2>
<p>Belo Horizonte, MG</p>
<h2>2020 <a href="20/">contest page</a></h2>
<p>São Paulo, SP</p>
<h2>2019 <a href="19/">contest page</a></h2>
<p>Campo Grande, MS</p>
<h2>2018 <a href="18/">contest page</a></h2>
<p>São Paulo, SP</p>
<h2>2017 <a href="17/">contest page</a></h2>
<p>Campinas, SP</p>
<h2>2016 <a href="16/">contest page</a></h2>
<p>Aracaju, SE</p>
<h2>2015 <a href="15/">contest page</a></h2>
<p>Florianópolis, SC</p>
<h2>2014 <a href="14/">contest page</a></h2>
<p>São José dos Campos, SP</p>
<h2>2013 <a href="13/">contest page</a></h2>
<p>Porto de Galinhas, PE</p>
<h2>2012 <a href="12/">contest page</a></h2>
<p>Petrópolis, RJ </p>
<h2>2011 <a href="11/">contest page</a></h2>
<p>Vitória, ES</p>
<h2>2010 <a href="10/">contest page</a></h2>
<p>Petrópolis, RJ </p>
<h2>2009 <a href="09/">contest page</a></h2>
<p>São Paulo, SP </p>
<h2>2008 <a href="08/">contest page</a></h2>
<p>Campo Grande, MS</p>
<h2>2007 <a href="07/">contest page</a></h2>
<p>Gramado, RS</p>
<h2>2006 <a href="06/">contest page</a></h2>
<p>Ouro Preto, MG</p>
</div>
<!-- Footnotes -->
<div id="rodape">
</div>
</div>
</center>
</body>
</html>