-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaisajes.html
92 lines (91 loc) · 2.96 KB
/
paisajes.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
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Dancing+Script" rel="stylesheet">
<meta charset="utf-8">
<meta name="ViewPort" content="divice-width, user-scalable=no">
<link rel="stylesheet" href="css/estilos.css">
<title>Paisajes</title>
</head>
<body>
<div id="contenido">
<header>
<h1>Comenzando Con la fotografia</h1>
<nav>
<ul>
<li><a href="index.html">Inicio</a></li>
<li><a class="subrayado" href="paisajes.html">Paisajes</a></li>
<li><a href="Retratos.html">Retratos</a></li>
</ul>
</nav>
</header>
<div id="Galeria">
<div class="g1">
<img src="img/paisajes.jpg" alt="Paisajes">
</div>
<div class="g2">
<img src="img/paisajes.jpg" alt="Paisajes">
</div>
<div class="g3">
<img src="img/paisajes.jpg" alt="Paisajes">
</div>
<div class="g4">
<img src="img/paisajes.jpg" alt="Paisajes">
</div>
<div class="g5">
<img src="img/paisajes.jpg" alt="Paisajes">
</div>
<div class="g6">
<img src="img/paisajes.jpg" alt="Paisajes">
</div>
</div>
<footer>
<div class="Contacto">
<h1>Contacto</h1>
<p>E-mail: migueltriggiano@gmail.com</p>
<p>Direccion: Argentina, Salta Capital.</p>
<p>Reyes catolicos 1617 5D</p>
<p>Tel: +5493874640626</p>
</div>
<div class="RedesSociales">
<h1>Redes Sociales</h1>
<ul>
<li>
<svg width=200 height=50>
<a xlink:href="https://www.facebook.com/mtriggiano" target="_blank">
<image width="40" height="40" xlink:href="img/Facebook.svg"></image>
<text x=45 y=25 style="font-size: 1.3em;font-weight:bold;" >@mtriggiano</text>
</a>
</svg>
</li>
<li>
<svg width=200 height=50>
<a xlink:href="https://www.instagram.com/miguetri26/" target="_blank">
<image width="40" height="40" xlink:href="img/instagram.svg"></image>
<text x=45 y=25 style="font-size: 1.3em;font-weight:bold;" >@miguetri26</text>
</a>
</svg>
</li>
<li>
<svg width=200 height=50>
<a xlink:href="tel:+5493874640626" target="_blank">
<image width="40" height="40" xlink:href="img/whatsapp.svg"></image>
<text x=45 y=25 style="font-size: 1.3em;font-weight:bold;" >+5493874640626</text>
</a>
</svg>
</li>
</ul>
</div>
<div class="Terminos">
<h1>Terminos</h1>
<p>terminos y coindiciones</p>
</div>
<div class="Derechos">
<h1>Derechos</h1>
<p>Miguel Triggiano</p>
<p>©2017</p>
</div>
</footer>
</div>
</body>
</html>