-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
114 lines (107 loc) · 3.63 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE html>
<html lang="es" xml:lang="es">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="./styles/style.css">
<title>Super Nintendo Mini</title>
<meta name=viewport content="width=device-width, initial-scale=1">
</head>
<body>
<nav>
<a href="index.html"><img alt="Home" title="Home" src="./images/logo.png"></a>
<ul>
<li>
<a href="./index.html">Super Nintendo Mini</a>
</li>
<li>
<a href="switch.html">Nintendo Switch</a>
</li>
<li>
<a href="./3ds.html">Nintendo 3DS</a>
</li>
<li>
<a href="contacto.html">Contacto</a>
</li>
</ul>
</nav>
<article>
<div class="home-rows">
<!-- Group 1-->
<div class="home-row" id="who">
<div>
<div>
<img id="portada" src="./images/portada.jpg" alt="portada">
</div>
</div>
</div>
</div>
<div class="container text-center" id="pack">
<h1>Vuelve la edad de oro de los juegos de 16 bits</h1>
<p class="text-project">Nintendo Classic Mini: Super Nintendo Entertainment System tiene el mismo aspecto que la consola original de los 90,
pero más pequeña. ¡Además, esta viene con 21 juegos!</p>
<div class="columnas">
<article class="text-block-2">
<header>
<img src="./images/mandos.png" alt="mandossimg" id="mandosimg">
<hr> </header>
<h2>
Unos mandos auténticamente noventeros
</h2>
<p class="text-project">La consola incluye dos mandos retro de Super NES que van unidos a la consola por cable.</p>
</article>
</div>
<div class="columnas">
<article class="text-block-2">
<header>
<img src="./images/juegos.png" id="juegosimg" alt="juegosimg">
<hr> </header>
<h2>
¡Más 20 juegos clásicos de SNES!
</h2>
<p class="text-project">Hazte con algunos de los mejores juegos para uno y dos jugadores de la época, incluidos Super Mario Kart y Donkey
Kong Country.</p>
</article>
</div>
<div class="columnas">
<article class="text-block-2">
<header>
<img src="./images/caja.png" alt="cajaimg" id="cajaimg">
<hr> </header>
<h2>
¿Qué contiene la caja?
</h2>
<p class="text-project">Nintendo Classic Mini: Super Nintendo Entertainment System ,Dos mandos clásicos Super NES, Cable HDMI, Cable de
alimentación USB, 21 juegos preinstalados</p>
</article>
</div>
</div>
</article>
<footer id="pie">
<div class="wf-container">
<div class="wf-column-container">
<div class="wf-column wf-about-wix-column">
<div class="wf-white-logo">Validaciones</div>
<div class="wf-description">
<!-- Icono validación HTML -->
<a href="https://validator.w3.org/check?uri=referer">
<img
src="https://www.w3.org/html/logo/badge/html5-badge-h-solo.png"
alt="HTML5 Válido" title="HTML5 Válido" height="64" width="63" />
</a>
<!-- Icono validación CSS -->
<a href=" http://jigsaw.w3.org/css-validator/check/referer ">
<img src=" http://jigsaw.w3.org/css-validator/images/vcss"
alt="CSS Válido" height="31" width="88" />
</a>
</div>
</div>
<div class="wf-closing">
<div class="wf-closing-description">
<p>© Copyright by Beltrán García</p>
</div>
</div>
</div>
</div>
</footer>
</body>
</html>