-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontacto.html
50 lines (50 loc) · 1.46 KB
/
contacto.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
<!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="stylesheet" href="style.css">
<title>Trabajos de siaweb</title>
</head>
<body>
<style>
body{
background: url(imagen1.jpeg)no-repeat;
background-size: 100%;
}
p{
font-size: 20px;
}
.contenedor{
width: 500px;
height: 200px;
background: rgba(253, 253, 253, 0.579);
margin-left: 30%;
margin-top: 8em;
padding: 70px;
color: while;
text-align: center;
}
</style>
<header class="header-siaweb">
<nav>
<img src="http://siaweb.ufps.edu.co/assets/imagen/logo.png"alt="logo">
<ol>
<li><a href="index.html">Inicio </a></li>
<li><a href="proyectos.html">Proyectos </a></li>
<li><a href="integrantes.html">Integrantes </a></li>
<li><a href="contacto.html">Contacto</a></li>
</ol>
</nav>
</header>
<section class="contenedor">
<h1>Leydi Durán</h1>
<br>
<p> Soy estudiante de ingeniería de sistemas</p>
<p>Asisto al semillero SIAWEB</p>
<p>Número de Celular : 3208862952</p>
<p>Correo Electrónico : leydialejaduran@gmail.com </p>
</section>
</body>
</html>