-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmultimedia.html
More file actions
80 lines (66 loc) · 3.47 KB
/
multimedia.html
File metadata and controls
80 lines (66 loc) · 3.47 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
75
76
77
78
79
80
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>UNAD</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">
<link rel="stylesheet" type="text/css" href="iconos/style.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<section class="intro">
<div class="left">
<div>
<span>Explorar</span>
<h1>GALERIA DE IMAGENES</h1>
<p>A tu derecha podrás observar las imágenes más importantes que se han tomado recientemente.</p>
<a href="#" target="_blank">Fotogracias sacadas por: web </a><br>
<a href="index.html"><input type="submit" name="" value="inicio" class="boton"></a>
</div>
</div>
<div class="slider">
<ul>
<li style="background-image:url(https://id.presidencia.gov.co/Galeria_Fotografica/181124_01_InauguracionUNAD_1800.jpg)">
<div class="center-y">
<h3>Palabras del Presidente Iván Duque durante la inauguración de la nueva sede de la Universidad Abierta y a Distancia (UNAD) en Cúcuta</h3>
<a href="https://id.presidencia.gov.co/Paginas/prensa/2018/181124-Palabras-Presidente-Ivan-Duque-inauguracion-nueva-sede-Universidad-Abierta-Distancia-UNAD-Cucuta.aspx">Saber mas</a>
</div>
</li>
<li style="background-image:url(https://i2.wp.com/revistareyesdebogota.com/wp-content/uploads/2018/09/IMG_20180910_101150626.jpg?fit=3232%2C2424&ssl=1)">
<div class="center-y">
<h3>REVISTA REYES DE BOGOTÁ</h3>
<a href="https://revistareyesdebogota.com/2018/09/23/el-ccee-reyes-catolicos-presente-en-el-lanzamiento-la-catedra-de-paz-de-la-unad-dirigida-a-reorientar-los-acuerdos-de-paz/">Saber mas</a>
</div>
</li>
<li style="background-image:url(https://www.alaluzpublica.com/wp-content/uploads/2015/04/Grupo-de-la-Unad.jpg)">
<div class="center-y">
<h3>Grupo de la UNA</h3>
<a href="https://www.alaluzpublica.com/grupo-de-la-unad/">Saber mas</a>
</div>
</li>
<li style="background-image:url(https://marandua.com.co/wp-content/uploads/2018/03/FORO-AMBIENTAL-UNAD-1.jpeg)">
<div class="center-y">
<h3>Foro Ambiental</h3>
<a href="https://marandua.com.co/guaviareforo-ambiental-candidatos-la-camara-representantes-auditorio-la-unad/foro-ambiental-unad-1/">Saber mas</a>
</div>
</li>
<li style="background-image:url(https://pbs.twimg.com/media/DoyCu_BXoAE9GoQ.jpg)">
</li>
</ul>
<ul>
<nav>
<a href="#"></a>
<a href="#"></a>
<a href="#"></a>
<a href="#"></a>
<a href="#"></a>
<a href="#"></a>
</nav>
</ul>
</div>
</section>
<script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.2/jquery.min.js'></script>
<script src="js/index.js"></script>
</body>
</html>