forked from insideoutprojectbr/mulheres-palestrantes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (60 loc) · 2.96 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Mulheres Palestrantes</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300' rel='stylesheet' type='text/css'>
</head>
<body>
<a href="https://github.com/insideoutprojectbr/mulheres-palestrantes"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/52760788cde945287fbb584134c4cbc2bc36f904/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f77686974655f6666666666662e706e67" 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>
</header>
<nav class="navbar navbar-default">
<ul class="nav navbar-nav navbar-right">
<li><a href="https://github.com/insideoutprojectbr/mulheres-palestrantes#como-contribuir-com-o-projeto">Quero meu nome aqui! :) Como posso fazer isso?</a></li>
</ul>
</nav>
<section class="container">
<form action="#" class="search-form">
<input class="search form-control" type="text" placeholder="Busque por nome ou tag" autocomplete="on" autofocus>
</form>
</section>
<main class="main container">
<article class="card-wrapper col-sm-3">
<section class="card">
<img src="" class="photo">
<h3></h3>
<ul class="tags">
<li></li>
</ul>
<p class="location"></p>
<ul class="social-media">
<li class="fb"><a target="_blank"><img src='img/facebook-logo.png'/></a></li>
<li class="twitter"><a target="_blank"><img src='img/twitter-logo.png'/></a></li>
<li class="github"><a target="_blank"><img src='img/github-logo.png'/></a></li>
</ul>
</section>
</article>
</main>
<footer>
<img src="img/logo.png">
</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://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.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>