-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfiorella.html
53 lines (51 loc) · 1.99 KB
/
fiorella.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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<title>Fiorella</title>
<link rel="stylesheet" href="/CSS/estilos_fiorella.css">
<link rel="stylesheet" href="/CSS/responsive_fiorella.css">
</head>
<body>
<header id="curiosidades">
<img id="sist" src="IMG/logo.png"/>
<h2>CURIOSIDADES</h2>
</header>
<br/><br/><br/><br/>
<nav id="barra">
<ul>
<a href="/opciones/ciencia.html">Ciencia</a>
<a href="/opciones/biblia.html">Biblia</a>
<a href="/opciones/salud.html">Salud</a>
<a href="/opciones/entretenimiento.html">Entretenimiento</a>
</ul>
</nav>
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
<section id="inicio">
<center>
<img id="logo" src="IMG/Logo_of_UPeU.png">
</center>
</section>
<section id="upeu_main">
<center>
<section id="seccion">
<h1>UPeU</h1>
<article id="article1">
<img src="IMG/Logo_of_UPeU.png">
<p>La UNIVERSIDAD PERUANA UNIÓN existe con el propósito de desarrollar las cualidades, talentos y aptitudes de cada estudiante. Esta institución enfatiza la formación profesional ligada al trabajo, al cultivo de una vida sana en lo físico y en lo espiritual.</p>
</article>
<h1>MISIÓN</h1>
<article id="article2">
<img src="IMG/Logo_of_UPeU.png">
<p>“La Universidad Peruana Unión es una institución educativa de la Iglesia Adventista del Séptimo Día que forma integralmente profesionales e investigadores competentes y creativos, capaces de brindar un servicio cristiano a la Iglesia y sociedad para restaurar en el ser humano la imagen de Dios.”</p>
</article>
</section>
</center>
</section>
<footer>
<section id="creditos">
<h5>Diseño: Fiorella Stefhanie Sánchez Casanova</h5>
</section>
</footer>
</body>
</html>