-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaisaje.html
83 lines (60 loc) · 2.63 KB
/
paisaje.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
75
76
77
78
79
80
81
82
83
<!doctype html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="estilos/estilos.css">
<title>Comenzando con la fotografía</title>
<link href="https://fonts.googleapis.com/css?family=Dancing+Script" rel="stylesheet">
</head>
<body>
<div id="contenido">
<header>
<h2>Comenzando con la fotografía</h2>
<nav>
<ul>
<li ><a href="index.html">Inicio</a></li>
<li class="active"> <a href="paisaje.html">Paisaje</a></li>
<li> <a href="retrato.html">Retrato</a></li>
</ul>
</nav>
</header>
<div id="contenedor">
<section class="sec2">
<img id="imagen1" src="img/paisaje.jpg" >
</section>
<section class="sec2">
<img id="imagen2" src="img/paisaje.jpg" >
</section>
<section class="sec2">
<img id="imagen3" src="img/paisaje.jpg" >
</section>
</div>
<div id="contenedor">
<section class="sec2">
<img id="imagen4" src="img/paisaje.jpg" >
</section>
<section class="sec2">
<img id="imagen5" src="img/paisaje.jpg" >
</section>
<section class="sec2">
<img id="imagen6" src="img/paisaje.jpg" >
</section>
</div>
<footer>
<div id="contacto"><h3>Direccion: </h3><p>Calle 47N°70 A82</p>
<h3> Ciudad: </h3><p>Florida Nueva- Medellín PBX: 322 17 69 Correo: [email protected] </p></div>
<div id="terminos"><h3>Quienes somos</h3> <p>
Somos una compañía creada desde el año 2013 con el fin de generar enlace Logístico,
Jurídico y Aduanero </p></div>
<div id="redes">
<a href="https://www.fb.com">
<img src="img/facebook logo png.png">
</a>
<a href="https://www.nextu.com/">
<img src="img/web.png">
</a>
</div>
<div id="derechos">Santiago Pedroza ©</div>
</footer>
</div>
</body>
</html>