-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
91 lines (78 loc) · 4.02 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
<!DOCTYPE HTML>
<!-- SPACES 2 -->
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<meta name="Resource-type" content="document">
<meta name="Robots" content="all">
<meta name="Rating" content="general">
<title>Pythoneiros - Grupo de estudo em Python</title>
<meta name="author" content="Gabriel Masson">
<meta name="keywords" content="Pythoneiros, python, estudo">
<meta property="og:image" content="img/social.png">
<link href="img/favicon.png" rel="shortcut icon" type="image/x-icon">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link href="css/anie.css" rel="stylesheet" type="text/css">
</head>
<body>
<header class="section-max black-3 text-center">
<div class="area-min">
<img src="img/logo.png" alt="Python" class="width-20">
<h1>Pythoneiros</h1>
<p class="article">Somos apenas alguns geeks que querem dedicar suas horas livres e alguns litros de café para aprender esta incrivel linguagem, que vem ganhando cada vez mais o mercado de tecnologia.</p>
<br>
<a href="https://github.com/pythoneiros/sobre" target="_blank" class="btn btn-anie-2 btn-white">Sobre o Projeto</a>
<a href="https://github.com/pythoneiros" target="_blank" class="btn btn-anie-2 btn-white">Repositórios</a>
<a href="https://www.facebook.com/groups/pythoneiros/" target="_blank" class="btn btn-anie-2 btn-white">Grupo de Estudo</a>
</div>
</header>
<section class="section text-center">
<div class="area">
<div class="row">
<div class="col-xs-1"></div>
<div class="col-xs-2">
<a href="https://github.com/pythoneiros?q=exercicio" class="text-black" target="_blank">
<p class="text-5em"><span class="glyphicon glyphicon-paperclip" aria-hidden="true"></span></p>
<strong>Exercícios</strong>
</a>
</div>
<div class="col-xs-2">
<a href="https://github.com/pythoneiros/sobre/issues/4" class="text-black" target="_blank">
<p class="text-5em"><span class="glyphicon glyphicon-education" aria-hidden="true"></span></p>
<strong>Cursos</strong>
</a>
</div>
<div class="col-xs-2">
<a href="https://github.com/pythoneiros/sobre/issues/6" class="text-black" target="_blank">
<p class="text-5em"><span class="glyphicon glyphicon-book" aria-hidden="true"></span></p>
<strong>PDFs</strong>
</a>
</div>
<div class="col-xs-2">
<a href="https://github.com/pythoneiros/sobre/issues/5" class="text-black" target="_blank">
<p class="text-5em"><span class="glyphicon glyphicon-inbox" aria-hidden="true"></span></p>
<strong>Links</strong>
</a>
</div>
<div class="col-xs-2">
<a href="https://github.com/pythoneiros?q=Py" class="text-black" target="_blank">
<p class="text-5em"><span class="glyphicon glyphicon-flag" aria-hidden="true"></span></p>
<strong>Projetos</strong>
</a>
</div>
<div class="col-xs-1"></div>
</div>
</div>
</section>
<footer class="section-min white-3 text-center">
<div>
<a href="https://github.com/pythoneiros" target="_blank" class="btn">Github</a>
<a href="https://www.facebook.com/groups/pythoneiros/" target="_blank" class="btn">Facebook</a>
<a href="https://github.com/orgs/pythoneiros/people" target="_blank" class="btn">Moderadores</a>
</div>
<p><a href="https://github.com/pythoneiros/pythoneiros.github.io/commits/master" target="_blank" class="btn text-black">Desenvolvido pela comunidade</a></p>
</footer>
</body>
</html>