-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
84 lines (67 loc) · 2.36 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
<!DOCTYPE html>
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="UTF-8">
<title>Periféricas | RGSoC</title>
<meta name="viewport" content="width=device-width">
<link href="./files/style.css" rel="stylesheet">
<link href="./files/colors-dark.css" rel="stylesheet">
</head>
<body>
<header id="header">
<a href="index.html"><img alt="Periféricas | RGSoC" src="./files/logo.png"></a>
</header>
<div id="page">
<div id="sidebar">
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="links.html">Links</a></li>
<li><a href="about.html">About</a></li>
</ul>
</nav>
</div>
<div id="content">
<h1>Welcome!</h1>
<p><b>we are Periféricas :P </b></br>
The Periféricas Team born to help the non-binary and women* community. Our main purpose is to create events, lectures, workshops and make solids contributions to free software community how ever we can!</p>
</div>
<h1>Latest Posts</h1>
<div class="post-content">
<article class="post">
<h2>15 Jun 2016
<a href="blog/06152016/WeAreIn.html">Yes! We are in!</a>
</h2>
<blockquote>
<p>Oh Yeah!! We are an official team from Rails Girls Summer of Code(RGSoC)</p>
</blockquote>
</article>
</div>
<!--
<div class="postnavigation">
<span class="nope left">← Newer</span>
<span class="pages">Page 1 of 2</span>
<a class="next right" href="page2.html">Older →</a>
</div>
-->
</div>
<footer id="footer">
<p class="copyright">Get excited and make things!</p>
<!-- Thanks to <a href="http://www.webmaster-source.com">Matt Harzewski</a> for the theme!!!</p> -->
</footer>
<script src="./files/jquery.min.js"></script>
<script src="./files/jquery.mobilemenu.min.js"></script>
<script>
$(document).ready(function(){
$('#sidebar nav ul').mobileMenu({'topOptionText': 'Menu', 'prependTo': '#sidebar nav'});
});
</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-36403148-6', 'auto');
ga('send', 'pageview');
</script>
</body></html>