-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (55 loc) · 2.32 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
<!doctype html>
<html itemscope itemtype="http://schema.org/Event">
<head>
<title itemprop="name">Hack in Arena 2016</title>
<meta charset="utf-8">
<meta name="author" content="Hack in Arena 2016">
<meta name="description" content="Aguardem novidades ...">
<meta name="viewport" content="width=device-width">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<!-- FACEBOOK -->
<meta property="og:type" content="website">
<meta property="og:url" content="http://hackinarena.com.br/">
<meta property="og:title" content="Hack in Arena">
<meta property="og:description" content="Aguardem novidades ...">
<meta property="og:image" content="http://hackinarena.com.br/badge.jpg">
<!-- / FACEBOOK -->
<link rel="stylesheet" href="normalize.css">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Ubuntu:300">
<link rel="stylesheet" href="hack-in-arena-2016.css">
</head>
<body>
<div class="wrapper">
<div class="logo"><img src="logo.png" alt="HackInArena 2016"></div>
<div class="description">
<h2>Arena Pantanal, Cuiabá</h2>
</div>
<div class="action">
<div class="fb-like" data-href="https://www.facebook.com/HackInArena" data-layout="button_count" data-action="like" data-show-faces="true" data-share="true"></div>
</div>
</div>
<!-- GOOGLE ANALYTICS -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-59028630-2']);
_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 -->
<!-- FACEBOOK SDK -->
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/pt_BR/sdk.js#xfbml=1&version=v2.0";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!-- /FACEBOOK SDK -->
</body>
</html>