-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (43 loc) · 1.14 KB
/
index.html
File metadata and controls
43 lines (43 loc) · 1.14 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
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>Bucles - Trayendo a clase el Siglo XXI</title>
<link rel="stylesheet" href="css/reset.css" />
<link rel="stylesheet" href="css/estilo.css" />
<link rel="stylesheet" href="css/fontawesome.css" />
</head>
<body>
<header>
<h1></h1>
<a class='reg' href="#">REGISTRARSE</a>
<a href="materias.html"><button>Ingresa</button></a>
</header>
<section id="main">
<h2>Trayendo al aula el siglo 21</h2>
<ul>
<li>
<i class="fa fa-volume-up fa-5x"></i>
<p>Volvé a escuchar tu clase online.</p>
</li>
<li>
<i class="fa fa-file-text fa-5x"></i>
<p>Leé la transcripción de la clase en tiempo real.</p>
</li>
<li>
<i class="fa fa-play fa-5x"></i>
<p>Mirá videos, imágenes, y material multimedia.</p>
</li>
<li>
<i class="fa fa-pencil-square fa-5x"></i>
<p>Tomá nota y resaltá en vivo.</p>
</li>
<li>
<i class="fa fa-search fa-5x"></i>
<p>Buscá por clase, palabras clave, y por fecha.</p>
</li>
</ul>
</section>
<section id="download"><a href="#"><img src="imgs/download.png" alt="" /></a></section>
</body>
</html>