-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (66 loc) · 1.78 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<html>
<head>
<title>Fotografia</title>
<link
href="https://fonts.googleapis.com/css?family=Raleway"
rel="stylesheet"
type="text/css"
/>
<link rel="stylesheet" href="estilos.css" media="all" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header>
<div class="h1">
Comenzando con la fotografía
<ul id="button">
<li>
<a href="index.html" style="text-decoration:none"> Inicio </a>
</li>
<li><a href="paisajes.html">Paisajes</a></li>
<li><a href="retratos.html">Retratos</a></li>
</ul>
</div>
</header>
<div class="contenido.">
<div class="central">
<div id="imagen11" width="600">
<img src="imagen1.jpg" width="600" />
</div>
</div>
</div>
<div class="abajo">
<div id="imagen2">
<img src="imagen2.jpg" width="400" />
<div>Paisajes</div>
</div>
<div id="imagen3">
<img src="imagen3.jpg" width="400" />
<div>Retratos</div>
</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>