-
Notifications
You must be signed in to change notification settings - Fork 2
/
contact.html
executable file
·94 lines (82 loc) · 2.87 KB
/
contact.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
<!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">Old contests</a></li>
<li><a href="contact.html">Contact</a></li>
<!-- News -->
<li id="news_content" class="anuncio">
<script language="javascript" type="text/javascript" >
load('news.html','news_content');
</script>
</li>
</ul>
</div>
<!-- Right bar -->
<div id="rightbar">
<div class="anuncio">
<h1>Main event</h1>
<a target="_blank" href="http://www.sbc.org.br/sbac">SBAC-PAD</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" type="text/javascript" >
load('others_info.html','others_info');
</script>
</div>
<!-- Body -->
<div id="texto">
<h1>Contact</h1>
<br/>
<p>If you want to contact the Marathon of Parallel Programming organizers, send us an
e-mail:</p>
<ul>
<li>to: Calebe de Paula Bianchini <calebe<img src="img/dot.gif" />bianchini<img src="img/at.gif" />mackenzie<img src="img/dot.gif" />br></li>
</ul>
<p>There is also a discussion group at <a href="https://groups.google.com/forum/?hl=en#!forum/marathon-pp">Google Groups</a>.</p>
</div>
<!-- Footnotes -->
<div id="rodape">
</div>
</div>
</center>
</body>
</html>