-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (32 loc) · 1.59 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width-device-width, initil-scale=1.0">
<meta name="description" content="Grupo de Usuarios de Software Libre - Promoviendo el Software Libre en Lara">
<meta name="author" content="GUSL">
<title>Grupo de Usuarios de Software Libre - Promoviendo el Software Libre en Lara</title>
<link rel="stylesheet" href="css/custom.css">
<link rel="stylesheet" href="css/normalize.css">
<script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script>
<link rel="shortcut icon" href="images/favico.ico">
</head>
<body>
<div class="content">
<a href="https://gusl.org.ve/" target="_blank" title="Gusl"><img src="images/logo_gusl_completo.png" title="GUSL"></a>
<br>
<div class="nav">
<a href="https://twitter.com/gusloficial" title="Gusl on Twitter" target="_blank" rel="noopener">
<i class="fab fa-twitter"></i></a>
<a href="https://www.facebook.com/gusloficial" title="Gusl on Facebok" target="_blank" rel="noopener">
<i class="fab fa-facebook"></i></a>
<a href="http://listas.gusl.org.ve/mailman/listinfo/l-bqm_listas.gusl.org.ve" title="Lista de correo" target="_blank" rel="noopener">
<i class="fas fa-envelope-square"></i></a>
<a href="https://www.gusl.org.ve/feed" title="RSS" target="_blank" rel="noopener"><i class="fas fa-rss"></i></a>
</div>
</div>
<div class="footer" id="footer">
<p><a href="https://gusl.org.ve" title="GUSL" target="_blank">GUSL</a> 2018</p>
</div>
</body>
</html>