-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (39 loc) · 1.87 KB
/
index.html
File metadata and controls
50 lines (39 loc) · 1.87 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
<!DOCTYPE html>
<html lang="es">
<head>
<title>Asociación UNIA</title>
<meta charset="UTF-8">
<meta name="title" content="Asociación UNIA">
<link rel="stylesheet" type="text/css" href="resources/css/style.css">
<link rel="icon" type="image/png" href="resources/images/unialogo.png" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous" type="text/css"/>
</head>
<body>
<div class="d-flex flex-row justify-content-center h-75 w-100">
<img src="resources/images/daemon.png" alt="Logo Daemon UNIA" class="w-50 h-50 img-fluid">
</div>
<!-- Footer -->
<footer class="footer">
<!-- UNIA Logo -->
<div style="padding-left: 20px;">
<a href="#"><img class="footer-unialogo" src="resources/images/unialogo.png"> </a>
</div>
<!-- Media -->
<div style="text-indent: 65pt;">
<ul class="social-simple" >
<a href="https://www.facebook.com/uniaual/"><img src="resources/icon/facebook2.png" alt="Logo facebook" class="icon"></a>
<a href="https://twitter.com/UNIA_UAL"><img src="resources/icon/twitter_icon.png" alt="Logo twitter" class="icon"></a>
<a href="https://www.youtube.com/channel/UCu5uNhsoFZiACQddTYjTdAQ"><img src="resources/icon/youtube.png" alt="Logo youtube" class="icon"></a>
<a href="https://www.instagram.com/unia_ual"><img src="resources/icon/InstagramLogo2.png" alt="Logo instagram" class="icon"></a>
</ul>
<div>
<a style="color:white;">© 2019 Copyright Asociación UNIA </a>
</div>
</div>
<!-- Copyright & Contact -->
<div style="text-align: center;">
<a style="color:white; " href="mailto:contacto@asociacionunia.es?Subject=Web%20contact">contacto@asociacionunia.es</a>
</div>
</footer>
</body>
</html>