-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlinks.html
More file actions
74 lines (68 loc) · 2.44 KB
/
Copy pathlinks.html
File metadata and controls
74 lines (68 loc) · 2.44 KB
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
<!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">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<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>Links</h1>
</div>
<div id="blog-archives">
<article class="post">
<h1>/* Project */</h1>
<h2>
Github: <a href="https://github.com/rubymonsters/speakerinnen_liste" target="_blank">Speakerinnen_liste</a><br>
Site: <a href="https://speakerinnen.org/" target="_blank">Speakerinnen.org </a><br>
</h2>
</article>
<article class="post">
<h1>/* Team Periféricas */</h1>
<h2>
Periféricas Github: <a href="https://github.com/perifericas" target="_blank">Periféricas</a><br>
Emma Github: <a href="https://github.com/n3k00n3" target="_blank"> Emma Pinheiro </a><br>
Geisa Github: <a href="https://github.com/geisasantos" target="_blank">Geisa Santos</a><br>
</h2>
</article>
<article class="post">
<h1>/* Our Coaches */</h1>
<h2>
User_x Github: <a href="https://github.com/UserXGnu" target="_blank">Victor Flores</a><br>
Aurium: <a href="https://github.com/aurium" target="_blank">Aurélio Heckert</a><br>
Brena: <a href="https://github.com/aurium" target="_blank">Brena Moneteiro</a><br>
Daniela: <a href="https://github.com/danielafeitosa" target="_blank">Daniela Feitosa</a><br>
</h2>
</article>
</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>
</body></html>