-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
86 lines (76 loc) · 2.92 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>GCC-SD | Grupo do Compartilhamento do Conhecimento - Santos Dumont</title>
<link rel="stylesheet" type="text/css" href="css/gccsd2.css" />
<link rel="icon" type="image/png" href="img/favicon.png" />
</head>
<body>
<header>
<nav class="navBar">
<ul>
<li><a href="index.html">Início</a></li>
</ul>
</nav>
<figure>
<img src="img/gccsd1.png" alt="GCC-SD" />
</figure>
<hgroup>
<h1>Grupo de Compartilhamento do Conhecimento</h1>
<h2>Santos Dumont</h2>
</hgroup>
<figure id="imagem-destque">
<img src="img/topo.jpg" alt="GCCSD Palestra do Kretcheu" />
</figure>
</header>
<article>
<p>
O <strong>GCC-SD</strong> é um grupo de pessoas interessadas
em discutir e promover o software livre.
</p>
<p>
Somos apaixonados por tecnologia e acreditamos no potencial do
<strong>Software Livre</strong> como opção viável mais estável
e segura para todo tipo de aplicação e da sua importância
para uma sociedade mais justa.
</p>
<p>
Temos uma lista de discussão online que é o nosso principal
meio de comunicação. Mas o grupo também costuma se reunir
uma vez por mês para trocar conhecimentos e botar o papo em
dia. Em nossas reuniões costumamos fazer palestras sobre temas
variados, mas em geral ligados, de alguma forma, ao mundo do
software livre e da cultura digital.
</p>
</article>
<footer>
<p>
Conheça-nos e faça parte do GCC-SD:
</p>
<nav>
<ul>
<li>
<a href="http://lista.gccsd.com.br" title="Lista no Google Groups">
lista de discussão
</a>
</li>
<li>
<a href="https://plus.google.com/communities/103444189478835360319" title="GCCSD no Google+">Google+</a>
</li>
<li>
<a href="https://twitter.com/#!/gccsd" title="GCC-SD no Twitter">
Twitter
</a>
</li>
<li>
<a href="https://www.facebook.com/gccsd" title="GCC-SD no Facebook">
Facebook
</a>
</li>
</ul>
</nav>
</footer>
</body>
</html>