-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (55 loc) · 2.42 KB
/
index.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
<!DOCTYPE html>
<html dir="ltr" lang="pt-BR">
<head>
<meta charset="UTF-8">
<title>RuPy Campinas - Ruby, Python, JavaScript e o que há de mais incrível perto de você</title>
<meta content='width=device-width, initial-scale=1.0, user-scalable=no' name='viewport'>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<!-- FACEBOOK -->
<meta property="og:type" content="website">
<meta property="og:url" content="http://campinas.rupy.com.br">
<meta property="og:title" content="RuPy Campinas">
<meta property="og:description" content="Ruby, Python, JavaScript e o que há de mais incrível perto de você">
<meta property="og:image" content="http://campinas.rupy.com.br/logo2.png">
<!-- / FACEBOOK -->
<link href='http://fonts.googleapis.com/css?family=Raleway:400,600' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
</head>
<body>
<a href="https://goo.gl/kwBQxd" class="call-for-papers">Call for Papers</a>
<div id="container">
<div id="logo-wrapper">
<img src="logo2.png" alt="Logo" class="img-responsive">
<h1>RuPy Campinas</h1>
</div>
<h2>
18 de junho de 2016, FEEC - UNICAMP
</h2>
<h3>
Ruby, Python, JavaScript e o que há de mais incrível perto de você.
</h3>
<a href="http://eepurl.com/-6P0f" target="_blank">Clique aqui para receber mais informações do evento.</a>
<div id="social">
<a href="https://www.facebook.com/rupycampinas" target="_blank" class="social facebook">Facebook</a>
<a href="https://twitter.com/rupycampinas" target="_blank" class="social twitter">Twitter</a>
</div>
</div>
<p class="text-center last-edition">
<a href="/2015">Veja como foi a última edição.</a>
</p>
<!-- GOOGLE ANALYTICS -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-18442511-18']);
_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>
<!-- /GOOGLE ANALYTICS -->
</body>
</html>