-
Notifications
You must be signed in to change notification settings - Fork 0
/
events.html
executable file
·92 lines (81 loc) · 2.75 KB
/
events.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="keywords" content="Curitiba Perl Brazil" />
<meta name="description" content="Curitiba Perl Mongers Website" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link href="http://fonts.googleapis.com/css?family=Arvo" rel="stylesheet" type="text/css" />
<link href="css/style.css" rel="stylesheet" type="text/css" />
<link href="/images/favicon.ico" rel="shortcut icon" />
<title>Curitiba Perl Mongers</title>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-32368407-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="bg">
<div id="outer">
<div id="header">
<div id="logo">
<h1>Curitiba Perl Mongers</h1>
</div>
<div id="nav">
<ul>
<li class="first">
<a href="#">Home</a>
</li>
<li>
<a href="http://br.perlmaven.com/perl-tutorial">Tutoriais</a>
</li>
<li>
<a href="http://mail.pm.org/mailman/listinfo/curitiba-pm">Lista</a>
</li>
<li>
<a href="events.html">Eventos</a>
</li>
<li class="last">
<a href="contact.html">Contato</a>
</li>
</ul>
<br class="clear" />
</div>
</div>
<div id="banner">
<img src="images/JardimBotanico2.jpg" width="1120" height="200" alt="Jardim Botânico" />
</div>
<div id="main">
<div id="sidebar">
<h3>
YAPC::Brasil 2013.
</h3>
<p>
A edição de 2013 do YAPC::Brasil aconteceu em Curitiba, com o tema "O Universo Científico", com a presença do ilustre convidado Joel Berger.
</p>
</div>
<div id="content">
<div id="box1">
<div align="center">
<h4>
YAPC::Brasil 2013
</h4>
<a href="http://yapcbrasil.org.br"><img src="images/yapc2013.png" height="400"/></a>
</div>
</div>
<div id="box2">
</div>
<br class="clear" />
</div>
<br class="clear" />
<div id="copyright">
Powered by <a href="http://perldancer.org/" target="_blank">Dancer</a>
</div>
</div>
</body>
</html>