forked from braziljs/front-in-poa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·54 lines (44 loc) · 2.37 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:image" content="frontinpoa.com.br/assets/images/facebook-image.png">
<meta property="og:description" content="O Front in que vai mudar o seu jeito de ver o front end!">
<title>Front In POA 2014</title>
<link rel="stylesheet" href="assets/styles/application.css">
</head>
<body>
<h1>Front In POA 2014</h1>
<nav class="fip-menu">
<ul>
<li class="fip-speaker disabled">
<span class="speaker" title="Entre em contato conosco :)">
Quero Palestrar
</span>
</li>
<li class="fip-tw">
<a href="//twitter.com/FrontinPOA" target="_blank" class="social tw" title="Share on Twitter">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 51.7 42.1" enable-background="new 0 0 51.7 42.1" xml:space="preserve">
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M51.7,4.8l-4.8,4.8c0,0,0-0.4,0,0.8c0,0.9-0.1,1.7-0.3,2.6
c-0.1,6.7-2.2,15.5-11,22.5C18.4,49.2,0,37.1,0,37.1c14.5,0,14.5-4.8,14.5-4.8c-3.2,0-9.7-6.5-9.7-6.5c1.6,1.6,4.8,0,4.8,0
c-8.1-4.8-8.1-9.7-8.1-9.7c1.6,1.6,4.8,0,4.8,0C-1.6,9.7,3.2,1.6,3.2,1.6c1.6,8.1,22.6,11.3,22.6,11.3l0.3-0.1
c-0.2-0.7-0.3-2.3-0.3-3.1c0-5.8,4.7-9.7,10.5-9.7c3.2,0,6,1.5,7.9,3.7l0.9-0.5L50,0l-3.2,6.5L51.7,4.8z"/>
</svg>
</a>
</li>
<li class="fip-fb">
<a href="//facebook.com/frontinpoa" target="_blank" class="social fb" title="">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 42 42" enable-background="new 0 0 42 42" xml:space="preserve">
<path fill="#FFFFFF" d="M39,0H3C1.3,0,0,1.3,0,3v36c0,1.7,1.3,3,3,3h36c1.7,0,3-1.3,3-3V3C42,1.3,40.7,0,39,0z M28,12
c0,0-2.5,0-3,0c-0.5,0-2,0.8-2,2v2h5l-1,6h-4c0,7.2,0,14,0,14l-6,0c0,0,0-6.7,0-14h-3l0-6h3l0-3.3c0-2.6,1.2-6.7,6.3-6.7L28,6V12z
"/>
</svg>
</a>
</li>
</ul>
</nav>
<div class="fip-background"></div>
<script src="assets/scripts/application.js"></script>
</body>
</html>