-
Notifications
You must be signed in to change notification settings - Fork 0
/
categories.html
70 lines (70 loc) · 2.78 KB
/
categories.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
<!DOCTYPE html>
<html lang="pt">
<head>
<title>CoderDojo Rio</title>
<meta charset="utf-8" />
<meta http-equiv="cache-control" content="no-cache" />
<link rel="stylesheet" type="text/css" href="./theme/css/base.css" />
<meta name="author" value="coderdojorio" />
<meta name="description" value="" />
<meta name="keywords" value="" />
</head>
<body>
<header class="site highlight">
<h1 class="stamp lrot bs"><a href='/'>CoderDojo Rio</a></h1>
<h1 class="rrot rfloat"><img src="static/logo-coderdojo.png" alt="Logo" /></h1>
</header>
<div class="site clearfix">
<nav class="lfloat">
<ul class="links">
<li>
<a class="stamp" href="./sobre-o-projeto.html">Sobre o Projeto</a>
</li>
</ul>
<ul class="social rfloat">
<li><a title="facebook" href="https://www.facebook.com/coderdojorio" target='_blank'></a></li>
<li><a title="linkedin" href="https://www.linkedin.com/company/coderdojo-rio" target='_blank'></a></li>
<li><a title="github" href="https://github.com/coderdojo-rio" target='_blank'></a></li>
<li><a title="email" href="mailto:[email protected]" target='_blank'></a></li>
<li><a title="google" href="https://groups.google.com/forum/#!forum/coderdojo-rio" target='_blank'></a></li>
<li><a title="rss" href="/feeds/all.atom.xml" target='_blank'></a></li>
</ul>
</nav> <section class="content">
<h1 class="stamp"></h1>
<div class="body">
<ul>
</ul>
</div>
</section>
<footer class="site clearfix bs">
<section class="lfloat">
<ul>
<lh>Categorias</lh>
</ul>
</section>
<section class="lfloat">
<ul>
<lh>Páginas</lh>
<li><a href="./sobre-o-projeto.html">Sobre o Projeto</a></li?
</ul>
</section>
<section class="rfloat">
<small>
<p>site gerado por <a href="https://github.com/getpelican/pelican">pelican</a></p>
<p>tema por <a href="https://github.com/demianbrecht">demian brecht</a></p>
<p>hospedado no <a href="https://github.com/">github</a></p>
</small>
</section>
</footer> </div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-58403599-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>