-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
62 lines (54 loc) · 1.93 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
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Presentaciones | MozEdu</title>
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" type="text/css" href="css/normalize.css" />
<link rel="stylesheet" type="text/css" href="css/estilos.min.css" />
</head>
<body>
<div class="container">
<header>
<img class="img1" src="img/foxi-cohete2.png" alt="Logo MozEdu" />
<img class="img2" src="img/mh-banner.png" alt="Mozilla Hispano" />
<h1>PRESENTACIONES</h1>
<h3>Educamos para una web mejor</h3>
</header>
<div class="content">
<h2>Temas: Generales</h2>
<div class="grid">
<figure class="efecto">
<img src="img/mozedu.jpg" alt="MozEdu"/>
<figcaption>
<h2><a href="http://slides.com/jeffduran/colombia#/" target="_blank">Presentación del Proyecto</a></h2>
</figcaption>
</figure>
</div>
<h2>Temas: Privacidad y Seguridad</h2>
<div class="grid">
<figure class="efecto">
<img src="img/parental.jpg" alt="Control Parental"/>
<figcaption>
<h2><a href="parental.html" target="_blank">Seguridad Electrónica para niños y jovenes</a></h2>
</figcaption>
</figure>
<figure class="efecto">
<img src="img/ciberbullying.jpg" alt="victima ciberbullying"/>
<figcaption>
<h2><a href="ciberbullying.html" target="_blank">Ciberbullying</a></h2>
</figcaption>
</figure>
<figure class="efecto">
<img src="img/seguridad.jpg" alt="Seguridad"/>
<figcaption>
<h2><a href="http://slides.com/vima/mozedu#/" target="_blank">Seguridad en internet. padres y maestros.</a></h2>
</figcaption>
</figure>
</div>
</div>
</div><!-- /container -->
</body>
</html>