-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
152 lines (137 loc) · 7.31 KB
/
Copy pathindex.html
File metadata and controls
152 lines (137 loc) · 7.31 KB
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Font -->
<link href = "https://fonts.googleapis.com/css2?family=Comfortaa:wght@600;700&family=Inter:wght@100;200;300;700;800;900&family=Raleway:wght@100;300;400;500;600;700&family=Varela+Round&display=swap" rel = "stylesheet">
<title>AluraGeek</title>
<link rel="icon" type="image/png" href="./assets/img/logo_icon.svg" />
<!-- CSS -->
<link rel="stylesheet" href="./assets/css/base/base.css">
<link rel="stylesheet" href="./assets/css/header/header.css">
<link rel="stylesheet" href="./assets/css/banner/banner.css">
<link rel="stylesheet" href="./assets/css/products/products.css">
<link rel="stylesheet" href="./assets/css/contacto/contact.css">
<link rel="stylesheet" href="./assets/css/rodapie/rodapie.css">
</head>
<body>
<!-- Sección del Menú -->
<header class="header__container container">
<div class = "header__items">
<a class = "header__logoHome" href = "#">
<img alt = "logo" class = "header__logoHome-image" src = "./assets/img/logo.svg">
</a>
<div class = "header__search" id = "search__container">
<input class = "header__search-input" id = "search__items" placeholder = " Qué desea buscar ?" type = "text">
<button class = "header__search-button" id = "search__action"><img alt = "" class = "header__search-icon" src = "./assets/img/search.svg"></button>
</div>
</div>
<a class = "header__login" href = "./screens/login.html">
<button class = "header__login-button">Login</button>
</a>
</header>
<!-- Sección Principal -->
<main>
<!-- Sección Banner -->
<section class = "banner container">
<div class = "banner__continer">
<div class = "banner__continer-show banner__continer-img">
<div class = "banner__info">
<h2 class = "banner__info-title">Febrero Promocional</h2>
<p class = "banner__info-description">Productos seleccionados con 33% de descuento</p>
<a href = "#consolas" rel = "">
<button class = "banner__button">Ver Consolas</button>
</a>
</div>
</div>
</div>
</section>
<!-- Sección Star Wars -->
<section class = "products container" id = "starWars">
<div class = "product__container">
<div class = "product__header">
<h2 class = "product__title">Star Wars</h2>
<a class = "product__mostrar" href = "#">Ver todos<img alt = "ver todos icon" src = "./assets/img/arrow_back.svg"></a>
</div>
<div class = "product__list" data-starWarsCategory>
</div>
</div>
</section>
<!-- Sección Consolas -->
<section class = "products container" id = "consolas">
<div class = "product__container">
<div class = "product__header">
<h2 class = "product__title">Consolas</h2>
<a class = "product__mostrar" href = "screens/allProducts">Ver todos<img alt = "ver todos icon" src = "./assets/img/arrow_back.svg"></a>
</div>
<div class = "product__list" data-consolasCategoria>
</div>
</div>
</section>
<!-- Sección Diversos -->
<section class = "products container" id = "diversos">
<div class = "product__container">
<div class = "product__header">
<h2 class = "product__title">Diversos</h2>
<a class = "product__mostrar" href = "screens/allProducts">Ver todos<img alt = "ver todos icon" src = "./assets/img/arrow_back.svg"></a>
</div>
<div class = "product__list" data-diversosCategoria>
</div>
</div>
</section>
<!-- Sección Footer -->
<footer>
<!-- Sección Contacto -->
<section class = "contacto__container container">
<div class="contacto__logoInfo">
<div class = "contacto__logo">
<a href = "#">
<img alt = "logo" class = "contacto__logoFooter" src = "./assets/img/logo.svg">
</a>
</div>
<div class = "contacto__info">
<ul>
<li class = "contacto__info-li"><a class = "contacto__info-text" href = "#">Quienes somos</a></li>
<li class = "contacto__info-li"><a class = "contacto__info-text" href = "#">Política de privacidad</a>
</li>
<li class = "contacto__info-li"><a class = "contacto__info-text" href = "#">Programa de fidelidad</a>
</li>
<li class = "contacto__info-li"><a class = "contacto__info-text" href = "#">Nuestras Tiendas</a></li>
<li class = "contacto__info-li"><a class = "contacto__info-text" href = "#">Quiero ser franquiciado</a>
</li>
<li class = "contacto__info-li"><a class = "contacto__info-text" href = "#">Anúncie aquí</a></li>
</ul>
</div>
</div>
<form class="contacto__contactar">
<fieldset>
<legend class="contacto__title">Hable con nosotros</legend>
<div class="input-container">
<input name="name" id="name" class="input form-input" type="text" placeholder="Nombre" required data-tipo="nombre">
<label class="input-label" for="name">Nombre</label>
<span class="input-message-error">Este campo no es valido</span>
</div>
<div class="input-container">
<textarea class="formcontact__textarea form-input" rows="5" cols="40" id="mensagem" name="mensaje" placeholder="Escribe tu mensaje" required></textarea>
<span class="input-message-error">Este campo no es valido</span>
</div>
</fieldset>
<button class="button">Enviar mensaje</a>
</form>
</section>
<!-- Sección Rodapie -->
<div class="info__dev container">
<p>Desarrollado por Alejandro Florez</p>
<p>2023</p>
<div class="redes">
<a href="https://github.com/alejoflop"><img src="./assets/img/github.svg " alt="git"></a>
<a href="https://www.linkedin.com/in/alejandroflorezl/"><img src="./assets/img/linkedin.svg" alt="linkedin"></a>
</div>
</div>
</footer>
</main>
<script src="./controllers/validaciones.js"></script>
<script type="module" src="./controllers/index.controller.js"></script>
</body>