-
Notifications
You must be signed in to change notification settings - Fork 0
/
redes.html
56 lines (44 loc) · 1.62 KB
/
redes.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
<!DOCTYPE html>
<html lang="es-ES">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cono de Luz. Multiespacio de Ciencias Sociales</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css">
<link rel="icon" href="./images/logo.jpg" type="image/x-icon" />
</head>
<body>
<a class="profilePicture">
<img src="./images/logo.jpg" alt="Profile Picture">
</a>
<div class="userName">
Redes sociales y contacto
</div>
<div class="description">
</div>
<div class="links">
<a class="link" href="index.html" target="_self">
<i class="fa fa-home"> </i>Volver al inicio
</a>
<a class="link" href="https://www.instagram.com/espacio.conodeluz/" target="_blank">
<i class="fab fa-instagram"> </i>Instagram
</a>
<a class="link" href="https://twitter.com/cono_de_luz/" target="_blank">
<i class="fab fa-twitter"> </i>Twitter
</a>
<a class="link" href="https://www.youtube.com/@EspacioConodeLuz" target="_blank">
<i class="fab fa-youtube"> </i>YouTube
</a>
<a class="link" href="mailto:espacio.conodeluz@gmail.com" target="_blank">
<i class="fa fa-envelope"> </i>Correo
</a>
</div>
<div class="source">
<p>
© 2023 Cono de Luz. Desarrollado por
<a href="https://github.com/jsgarriga/" style="color:#FFFFFF;">Jess Garriga</a>.
</p>
</div>
</body>
</html>