-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (49 loc) · 1.76 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="favicon.jpg">
<link rel="stylesheet" href="styles.css">
<title>Seminario Integrador I</title>
</head>
<body>
<style>
.texto{
font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
text-align: justify;
text-shadow: 9px;
}
</style>
<header>
<div class ="menu">
<nav id="main">
<ul>
<li><a href="index.html">Inicio</a></li>
<li><a href="actividad1.html">Actividad 1</a></li>
<li><a href="actividad2.html">Actividad 2</a></li>
<li><a href="actividad3.html">Actividad 3</a>
<ul class="lista">
<li><a href="entregable.html">Actividad Entregable</a></li>
<li><a href="proyectos.html">Proyectos individuales</a></li>
</ul>
</li>
<li><a href="conclusiones.html">Conclusiones</a>
</ul>
</nav>
</div>
</header>
<section class="contenedor">
<h1>Proyecto Grupal- Grupo D</h1>
<br/>
<h2>Integrantes</h2>
<br/>
<p>Andres Felipe Lopez Triana - 1152254</p>
<p>Anyela Jhohana Herrera Lobo - 1152256</p>
<p>Leydi Alejandra Durán Rozo - 1152258</p>
<p>Michelle Alexandra Rojas Durán - 1152261</p>
<p class="texto">La presente página es para exponer el trabajo realizado en el curso</p>
</section>
</body>
</html>