-
Notifications
You must be signed in to change notification settings - Fork 0
/
retratos.html
74 lines (72 loc) · 2.24 KB
/
retratos.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
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html lang="en">
<head>
<title>Fotografia</title>
<link
href="https://fonts.googleapis.com/css?family=Raleway"
rel="stylesheet"
type="text/css"
/>
<link rel="stylesheet" href="estilos.css" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header>
<div class="contenido">
</div>
<div class="h1">
Comenzando con los retratos
<ul id="button">
<li><a href="index.html"> Inicio </a></li>
<li><a href="paisajes.html" >Paisajes</a></li>
<li><a href="retratos.html" style="text-decoration:none">Retratos</a></li>
</ul>
</div>
</header>
</head>
<body>
<div class="contenido" width="900">
<div id="imagen1" width="250" height="200" >
<img src="imagen5.JPG" width="250px" height="200" />
</div>
<div id="imagen22" width="250px" height="200" >
<img src="imagen5.JPG"width="250px" height="200" />
</div>
<div id="imagen33" width="250px" height="200">
<img src="imagen5.JPG" width="250px" height="200" />
</div>
<div id="imagen4" width="250px" height="200" >
<img src="imagen5.JPG" width="250px" height="200" />
</div>
<div id="imagen5" >
<img src="imagen5.JPG" width="250px" height="200" />
</div>
<div id="imagen6" width="250px" height="200">
<img src="imagen5.JPG"width="250px" height="200" />
</div>
</div>
<footer>
<div class="footer">
<h3>Contactos</h3>
<h4>Telefono 300158526511.</h4>
<h4>Correo: vburbano@live.com.</h4>
<h4>Direccion: calle 70 oeste #2 - 59</h4>
</div>
<div class="footer">
<h3>Terminos</h3>
<h4>Derechos reservados</h4>
</div>
<div class="footer">
<h3>Redes Sociales</h3>
<h4>faceboock: Fotografia</h4>
<h4>Instagram: @Fotografia</h4>
<h4>Youtube: Fotografia</h4>
</div>
<div class="footer">
<h3>Derechos</h3>
<h4>Victor Burbano © 2020</h4>
</div>
</footer>
</body>
</html>