-
Notifications
You must be signed in to change notification settings - Fork 146
/
index.html
115 lines (99 loc) · 6.5 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE html>
<html lang="pt-br">
<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 itemscope itemtype="http://schema.org/WebPage">
<a href="#main" accesskey="1" class="sr-only">Ir para conteúdo principal (Alt + 1)</a>
<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 itemscope itemtype="http://schema.org/WPHeader">
<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" id="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>
<p>Hoje temos um total de <span class="counter"></span> mulheres cadastradas.</p>
<form action="#" class="search-form" role="search">
<label for="search" class="sr-only">Pesquisar</label>
<input class="search" type="text" placeholder="Busque por nome, cidade ou tag" id="search" autocomplete="on" autofocus>
</form>
<div id="speakers-mention-tweet" style="display: none">Entre em contato com estas palestrantes via Twitter: <span class="twitter-button"></span></div>
<article class="card" itemscope itemtype="http://schema.org/Person">
<img src="" class="photo" alt="" itemprop="image">
<h3 itemprop="name"></h3>
<h4 class="sr-only">Área de interesse para palestras</h4>
<ul class="tags">
<li></li>
</ul>
<div class="after-tags">
<p class="location" itemprop="homeLocation"></p>
<ul class="social-media">
<li class="fb"><a target="_blank"><i aria-label="Facebook" class="fa fa-facebook-square fa-2x"></i></a></li>
<li class="twitter"><a target="_blank"><i aria-label="Twitter" class="fa fa-twitter-square fa-2x"></i></a></li>
<li class="github"><a target="_blank"><i aria-label="GitHub" class="fa fa-github-square fa-2x"></i></a></li>
<li class="behance"><a target="_blank"><i aria-label="Behance" class="fa fa-behance-square fa-2x"></i></a></li>
<li class="linkedin"><a target="_blank"><i aria-label="Linkedin" class="fa fa-linkedin-square fa-2x"></i></a></li>
<li class="site"><a target="_blank"><i aria-label="Link externo" class="fa fa-external-link-square fa-2x"></i></a></li>
</ul>
</div>
</article>
</main>
<footer itemscope itemtype="http://schema.org/WPFooter">
<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>
window.twttr = (function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0],
t = window.twttr || {};
if (d.getElementById(id)) return t;
js = d.createElement(s);
js.id = id;
js.src = "https://platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js, fjs);
t._e = [];
t.ready = function(f) {
t._e.push(f);
};
return t;
}(document, "script", "twitter-wjs"));
</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>