-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcuadro1.html
82 lines (80 loc) · 3.27 KB
/
cuadro1.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
<html lang="es">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Lucila Ruiz ARTE │ Galería </title>
<meta name="viewport" content="width=device-width, initial-screen=1.0"/>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Arizonia&family=Dorsa&family=Keania+One&family=Nothing+You+Could+Do&family=Pinyon+Script&family=Splash&family=Waterfall&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Arizonia&family=Dorsa&family=Keania+One&family=Nothing+You+Could+Do&family=Splash&family=Waterfall&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Splash&display=swap" rel="stylesheet"/>
<link rel="stylesheet" href="estiloIndex.css">
<link rel="stylesheet" href="estiloCuadros.css">
</head>
<body>
<header>
<h1>Lucila ♦</h1>
<h2>RUIZ</h2>
<h3>ARTE</h3>
</header>
<main>
<input type="checkbox" id="btn-menu"/>
<label for="btn-menu">
<img src="./imagenes/ico-atril.png" id="icono"/>
</label>
<nav class="menu">
<ul>
<li>
<a href="./index.html">
Inicio
</a>
</li>
<li class="btn-resps">
<a href="sobremi.html">
Sobre Mí
</a>
</li>
<li class="btn-resps">
<a href="exposiciones.html">
Exposiciones
</a>
</li>
<li>
<a href="galeria.html">
Galería
</a>
</li>
<li id="btn-contacto">
<a href="contacto.html">
Contacto
</a>
</li>
</ul>
</nav>
<div id="flecha-izq">
<a href="./cuadro8.html">
<img src="./imagenes/flecha-Izq.png" id="flechas">
</a>
</div>
<div id="contenedor-medio">
<div id="contenedor-img">
<img src="./imagenes/caballo-knight.png" alt="cuadro-caballo1" id="img-vertical">
</div>
<div id="contenedor-txt">
<p>Acrílico sobre Lienzo 50x70cm</p>
<p>-Disponible-</p>
</div>
</div>
<div id="flecha-der">
<a href="./cuadro2.html">
<img src="./imagenes/flecha-der.png" id="flechas">
</a>
</div>
</main>
</body>
</html>