-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
72 lines (61 loc) · 2.18 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
<!DOCTYPE HTML>
<!--
Rlyehlab Landing by HacKan | @hackancuba
Based on Massively by HTML5 UP (html5up.net | @ajlkn)
Free for personal and commercial use under the CCA 3.0 license
-->
<html>
<head>
<title>R'lyeh Hacklab</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<!-- Theme CSS -->
<link rel="stylesheet" href="assets/css/main.min.css?201712221157" />
<noscript><link rel="stylesheet" href="assets/css/noscript.min.css?201712221157" /></noscript>
<!-- -->
</head>
<body class="is-loading">
<!-- Wrapper -->
<div id="wrapper" class="fade-in">
<!-- Intro -->
<div id="intro">
<h1>R'lyeh<br />
Hacklab</h1>
<p>R'lyeh (lo pronunciaremos “relay” o “rilei”) es un espacio de construcción colectiva de conocimiento que funciona en la Ciudad Autónoma de Buenos Aires.</p>
<ul class="actions">
<li></li>
</ul>
</div>
<!-- Header -->
<header id="header">
<a class="logo">R'lyeh</a>
</header>
<!-- Nav -->
<nav id="nav">
<ul class="links">
<li class="active"><a href="index.html">R'lyeh</a></li>
<li><a href="http://agenda.rlab.be">Agenda</a></li>
<li><a href="//wiki.rlab.be">Wiki</a></li>
<li><a href="//cloud.rlab.be">Nube</a></li>
</ul>
<ul class="icons">
<li><a href="https://twitter.com/rlyehlab" class="icon fa-twitter" title="Twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://github.com/rlyehlab" class="icon fa-github" title="GitHub"><span class="label">GitHub</span></a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
</div>
<!-- Footer -->
<footer id="footer">
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.min.js"></script>
<script src="assets/js/main.min.js"></script>
</body>
</html>