forked from insideoutprojectbr/mulheres-palestrantes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
80 lines (74 loc) · 4.23 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
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Mulheres Palestrantes</title>
<link rel="icon" type="image/png" href="img/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="img/favicon-16x16.png" sizes="16x16" />
<meta name="description" content="Lista de mulheres que palestram sobre programação, design, empreendedorismo e tecnologia.">
<meta name="keywords" content="mulheres palestrantes, programação, design, empreendedorismo, tecnologia, insideout project brasil, inside out, insideout">
<!-- Open Graph Data -->
<meta property="og:type" content="website">
<meta property="og:title" content="Mulheres Palestrantes | InsideOut Project Brasil">
<meta property="og:description" content="Lista de mulheres que palestram sobre programação, design, empreendedorismo e tecnologia.">
<meta property="og:url" content="http://insideoutproject.xyz/mulheres-palestrantes">
<meta property="og:image" content="http://insideoutproject.xyz/images/insideout-600x600.png">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Mulheres Palestrantes | InsideOut Project Brasil">
<meta name="twitter:description" content="Lista de mulheres que palestram sobre programação, design, empreendedorismo e tecnologia.">
<meta name="twitter:url" content="http://insideoutproject.xyz/mulheres-palestrantes">
<meta name="twitter:image" content="http://insideoutproject.xyz/images/insideout-600x600.png">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/font-awesome.min.css">
</head>
<body>
<a href="https://github.com/insideoutprojectbr/mulheres-palestrantes">
<img class="fork-me" src="img/fork-me.png" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png">
</a>
<header>
<h1>Mulheres Palestrantes</h1>
<p><a class="contribute" target="_blank" href="https://github.com/insideoutprojectbr/mulheres-palestrantes#como-contribuir-com-o-projeto">Quero meu nome aqui! :) Como posso fazer isso?</a></p>
</header>
<main class="main">
<div class="headline">
<p>Procurando mulheres para palestrar em seu evento?</p>
<h2>O <strong>Mulheres Palestrantes</strong> é uma lista de mulheres que falam sobre assuntos relacionados a programação, design, empreendedorismo e tecnologia num geral.</h2>
</div>
<form action="#" class="search-form">
<input class="search" type="text" placeholder="Busque por nome ou tag" autocomplete="on" autofocus>
</form>
<article class="card">
<img src="" class="photo" alt="">
<h3></h3>
<ul class="tags">
<li></li>
</ul>
<p class="location"></p>
<ul class="social-media">
<li class="fb"><a target="_blank"><i class="fa fa-facebook-square fa-2x"></i></a></li>
<li class="twitter"><a target="_blank"><i class="fa fa-twitter-square fa-2x"></i></a></li>
<li class="github"><a target="_blank"><i class="fa fa-github-square fa-2x"></i></a></li>
<li class="linkedin"><a target="_blank"><i class="fa fa-linkedin-square fa-2x"></i></a></li>
</ul>
</article>
</main>
<footer>
<img src="img/logo.png" alt="js4girls logo">
</footer>
<script src="http://pure.github.io/pure/libs/pure.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/blueimp-md5/1.1.1/js/md5.min.js"></script>
<script type="text/javascript" src="app.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-68652979-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>