-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
332 lines (292 loc) · 17.5 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
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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8" />
<link rel="shortcut icon" href="img/logo.png" type="image" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./css/index.css" />
<link rel="stylesheet" href="./css/main-home.css" />
<title>Stagon Stors</title>
</head>
<body>
<header class="">
<section class="principal">
<div class="bt-open-nav">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24">
<path fill="none" d="M0 0h24v24H0z" />
<path d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" fill="rgba(255,255,255,1)" />
</svg>
</div>
<div class="bt-close-nav">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="32" height="32">
<path fill="none" d="M0 0h24v24H0z" />
<path
d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z"
fill="rgba(255,255,255,1)" />
</svg>
</div>
<a href="/" class="identity-site">
<img src="img/logo.png" class="logo" alt="" />
<h1 class="title-site">Stagon</h1>
</a>
<form class="search">
<select name="category" id="category">
<option value="Categoria">Categoria</option>
</select><input type="text" name="s" placeholder="Pesquisar produtos"><button type="submit"> <svg
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24">
<path fill="none" d="M0 0h24v24H0z" />
<path
d="M11 2c4.968 0 9 4.032 9 9s-4.032 9-9 9-9-4.032-9-9 4.032-9 9-9zm0 16c3.867 0 7-3.133 7-7 0-3.868-3.133-7-7-7-3.868 0-7 3.132-7 7 0 3.867 3.132 7 7 7zm8.485.071l2.829 2.828-1.415 1.415-2.828-2.829 1.414-1.414z" />
</svg></button>
</form>
<span class="profile-user">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24">
<path fill="none" d="M0 0h24v24H0z" />
<path
d="M14 21l-2 2-2-2H4.995A1.995 1.995 0 0 1 3 19.005V4.995C3 3.893 3.893 3 4.995 3h14.01C20.107 3 21 3.893 21 4.995v14.01A1.995 1.995 0 0 1 19.005 21H14zm5-2V5H5v14h5.828L12 20.172 13.172 19H19zm-11.028-.82a9.983 9.983 0 0 1-1.751-.978A6.994 6.994 0 0 1 12.102 14c2.4 0 4.517 1.207 5.778 3.047a9.995 9.995 0 0 1-1.724 1.025A4.993 4.993 0 0 0 12.102 16c-1.715 0-3.23.864-4.13 2.18zM12 13a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7zm0-2a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z" />
</svg>
<div class="text-user">
<p>Olá, Vinícius</p>
<p><a href="">Minha conta</a></p>
</div>
</span>
<a class="shopping-cart">
<svg class="cart" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24">
<path fill="none" d="M0 0h24v24H0z" />
<path
d="M4 6.414L.757 3.172l1.415-1.415L5.414 5h15.242a1 1 0 0 1 .958 1.287l-2.4 8a1 1 0 0 1-.958.713H6v2h11v2H5a1 1 0 0 1-1-1V6.414zM6 7v6h11.512l1.8-6H6zm-.5 16a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm12 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" />
</svg>
<span class="notification on">9+</span>
</a>
</section>
<section class="menu">
<nav class="">
<a href="/">Início</a>
<a href="https://seabratem.com.br" target="_blank">Nos encontre</a>
<a href="https://seabratem.com.br" target="_blank">Seabra Tem</a>
<a href="https://seabratem.com.br" target="_blank">Nos conheça +</a>
</nav>
</section>
</header>
<main>
<section class="container-main">
<div class="filters">
<div class="order">
<form action="">
<select name="orden" id="">
<option value="Ordenar por">Ordenar por</option>
</select>
</form>
</div>
<div class="category">
<form action="">
<select name="category" id="">
<option value="Categoria">Categoria</option>
</select>
</form>
</div>
</div>
<section class="products">
<a href="./product.html" class="product">
<div class="thumbnail">
<img src="./img/protuto-1.jpg" alt="" />
</div>
<div class="meta-info">
<div class="price-off">R$ 20,99</div>
<div class="price-on">R$ 10,99</div>
<div class="product-title">Celular</div>
<div class="review"><span> ⭐⭐⭐⭐⭐ (122)</span></div>
<div class="product-description">
The justify-content property is used to align the whole grid
inside the container.
</div>
</div>
</a> <a href="./product.html" class="product">
<div class="thumbnail">
<img src="./img/protuto-2.jpg" alt="" />
</div>
<div class="meta-info">
<div class="price-off">R$ 20,99</div>
<div class="price-on">R$ 10,99</div>
<div class="product-title">Celular</div>
<div class="review"><span> ⭐⭐⭐⭐⭐ (122)</span></div>
<div class="product-description">
The justify-content property is used to align the whole grid
inside the container.
</div>
</div>
</a> <a href="./product.html" class="product">
<div class="thumbnail">
<img src="./img/protuto-3.jpg" alt="" />
</div>
<div class="meta-info">
<div class="price-off">R$ 20,99</div>
<div class="price-on">R$ 10,99</div>
<div class="product-title">Celular</div>
<div class="review"><span> ⭐⭐⭐⭐⭐ (122)</span></div>
<div class="product-description">
The justify-content property is used to align the whole grid
inside the container.
</div>
</div>
</a> <a href="./product.html" class="product">
<div class="thumbnail">
<img src="./img/protuto-4.jpg" alt="" />
</div>
<div class="meta-info">
<div class="price-off">R$ 20,99</div>
<div class="price-on">R$ 10,99</div>
<div class="product-title">Celular</div>
<div class="review"><span> ⭐⭐⭐⭐⭐ (122)</span></div>
<div class="product-description">
The justify-content property is used to align the whole grid
inside the container.
</div>
</div>
</a> <a href="./product.html" class="product">
<div class="thumbnail">
<img src="./img/protuto-4.jpg" alt="" />
</div>
<div class="meta-info">
<div class="price-off">R$ 20,99</div>
<div class="price-on">R$ 10,99</div>
<div class="product-title">Celular</div>
<div class="review"><span> ⭐⭐⭐⭐⭐ (122)</span></div>
<div class="product-description">
The justify-content property is used to align the whole grid
inside the container.
</div>
</div>
</a> <a href="./product.html" class="product">
<div class="thumbnail">
<img src="./img/protuto-3.jpg" alt="" />
</div>
<div class="meta-info">
<div class="price-off">R$ 20,99</div>
<div class="price-on">R$ 10,99</div>
<div class="product-title">Celular</div>
<div class="review"><span> ⭐⭐⭐⭐⭐ (122)</span></div>
<div class="product-description">
The justify-content property is used to align the whole grid
inside the container.
</div>
</div>
</a> <a href="./product.html" class="product">
<div class="thumbnail">
<img src="./img/protuto-2.jpg" alt="" />
</div>
<div class="meta-info">
<div class="price-off">R$ 20,99</div>
<div class="price-on">R$ 10,99</div>
<div class="product-title">Celular</div>
<div class="review"><span> ⭐⭐⭐⭐⭐ (122)</span></div>
<div class="product-description">
The justify-content property is used to align the whole grid
inside the container.
</div>
</div>
</a> <a href="./product.html" class="product">
<div class="thumbnail">
<img src="./img/protuto-1.jpg" alt="" />
</div>
<div class="meta-info">
<div class="price-off">R$ 20,99</div>
<div class="price-on">R$ 10,99</div>
<div class="product-title">Celular</div>
<div class="review"><span> ⭐⭐⭐⭐⭐ (122)</span></div>
<div class="product-description">
The justify-content property is used to align the whole grid
inside the container.
</div>
</div>
</a>
</section>
<section class="view-more">
<button class="animate-button" id="view-more">Ver mais</button>
</section>
</section>
<section class="container-main">
<div class="more-info">
<div class="contact">
<h2 class="title">Entre em contato</h2>
<a class="animate-button button whatsapp">
<svg class="" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="40" height="40">
<path fill="none" d="M0 0h24v24H0z" />
<path
d="M7.253 18.494l.724.423A7.953 7.953 0 0 0 12 20a8 8 0 1 0-8-8c0 1.436.377 2.813 1.084 4.024l.422.724-.653 2.401 2.4-.655zM2.004 22l1.352-4.968A9.954 9.954 0 0 1 2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10a9.954 9.954 0 0 1-5.03-1.355L2.004 22zM8.391 7.308c.134-.01.269-.01.403-.004.054.004.108.01.162.016.159.018.334.115.393.249.298.676.588 1.357.868 2.04.062.152.025.347-.093.537a4.38 4.38 0 0 1-.263.372c-.113.145-.356.411-.356.411s-.099.118-.061.265c.014.056.06.137.102.205l.059.095c.256.427.6.86 1.02 1.268.12.116.237.235.363.346.468.413.998.75 1.57 1l.005.002c.085.037.128.057.252.11.062.026.126.049.191.066a.35.35 0 0 0 .367-.13c.724-.877.79-.934.796-.934v.002a.482.482 0 0 1 .378-.127c.06.004.121.015.177.04.531.243 1.4.622 1.4.622l.582.261c.098.047.187.158.19.265.004.067.01.175-.013.373-.032.259-.11.57-.188.733a1.155 1.155 0 0 1-.21.302 2.378 2.378 0 0 1-.33.288 3.71 3.71 0 0 1-.125.09 5.024 5.024 0 0 1-.383.22 1.99 1.99 0 0 1-.833.23c-.185.01-.37.024-.556.014-.008 0-.568-.087-.568-.087a9.448 9.448 0 0 1-3.84-2.046c-.226-.199-.435-.413-.649-.626-.89-.885-1.562-1.84-1.97-2.742A3.47 3.47 0 0 1 6.9 9.62a2.729 2.729 0 0 1 .564-1.68c.073-.094.142-.192.261-.305.127-.12.207-.184.294-.228a.961.961 0 0 1 .371-.1z" />
</svg>
(75) 99999-9999</a>
</div>
<div class="info-seabratem">
<h2 class="title">Nos encontre!</h2>
<a class="animate-button button seabratem">
<svg class="" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="40" height="40">
<path fill="none" d="M0 0h24v24H0z" />
<path
d="M7.253 18.494l.724.423A7.953 7.953 0 0 0 12 20a8 8 0 1 0-8-8c0 1.436.377 2.813 1.084 4.024l.422.724-.653 2.401 2.4-.655zM2.004 22l1.352-4.968A9.954 9.954 0 0 1 2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10a9.954 9.954 0 0 1-5.03-1.355L2.004 22zM8.391 7.308c.134-.01.269-.01.403-.004.054.004.108.01.162.016.159.018.334.115.393.249.298.676.588 1.357.868 2.04.062.152.025.347-.093.537a4.38 4.38 0 0 1-.263.372c-.113.145-.356.411-.356.411s-.099.118-.061.265c.014.056.06.137.102.205l.059.095c.256.427.6.86 1.02 1.268.12.116.237.235.363.346.468.413.998.75 1.57 1l.005.002c.085.037.128.057.252.11.062.026.126.049.191.066a.35.35 0 0 0 .367-.13c.724-.877.79-.934.796-.934v.002a.482.482 0 0 1 .378-.127c.06.004.121.015.177.04.531.243 1.4.622 1.4.622l.582.261c.098.047.187.158.19.265.004.067.01.175-.013.373-.032.259-.11.57-.188.733a1.155 1.155 0 0 1-.21.302 2.378 2.378 0 0 1-.33.288 3.71 3.71 0 0 1-.125.09 5.024 5.024 0 0 1-.383.22 1.99 1.99 0 0 1-.833.23c-.185.01-.37.024-.556.014-.008 0-.568-.087-.568-.087a9.448 9.448 0 0 1-3.84-2.046c-.226-.199-.435-.413-.649-.626-.89-.885-1.562-1.84-1.97-2.742A3.47 3.47 0 0 1 6.9 9.62a2.729 2.729 0 0 1 .564-1.68c.073-.094.142-.192.261-.305.127-.12.207-.184.294-.228a.961.961 0 0 1 .371-.1z" />
</svg>
Seabra Tem</a>
</div>
</div>
</section>
</main>
<footer>
<div class="social">
<a class="instagram icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24">
<path fill="none" d="M0 0h24v24H0z" />
<path
d="M12 9a3 3 0 1 0 0 6 3 3 0 0 0 0-6zm0-2a5 5 0 1 1 0 10 5 5 0 0 1 0-10zm6.5-.25a1.25 1.25 0 0 1-2.5 0 1.25 1.25 0 0 1 2.5 0zM12 4c-2.474 0-2.878.007-4.029.058-.784.037-1.31.142-1.798.332-.434.168-.747.369-1.08.703a2.89 2.89 0 0 0-.704 1.08c-.19.49-.295 1.015-.331 1.798C4.006 9.075 4 9.461 4 12c0 2.474.007 2.878.058 4.029.037.783.142 1.31.331 1.797.17.435.37.748.702 1.08.337.336.65.537 1.08.703.494.191 1.02.297 1.8.333C9.075 19.994 9.461 20 12 20c2.474 0 2.878-.007 4.029-.058.782-.037 1.309-.142 1.797-.331.433-.169.748-.37 1.08-.702.337-.337.538-.65.704-1.08.19-.493.296-1.02.332-1.8.052-1.104.058-1.49.058-4.029 0-2.474-.007-2.878-.058-4.029-.037-.782-.142-1.31-.332-1.798a2.911 2.911 0 0 0-.703-1.08 2.884 2.884 0 0 0-1.08-.704c-.49-.19-1.016-.295-1.798-.331C14.925 4.006 14.539 4 12 4zm0-2c2.717 0 3.056.01 4.122.06 1.065.05 1.79.217 2.428.465.66.254 1.216.598 1.772 1.153a4.908 4.908 0 0 1 1.153 1.772c.247.637.415 1.363.465 2.428.047 1.066.06 1.405.06 4.122 0 2.717-.01 3.056-.06 4.122-.05 1.065-.218 1.79-.465 2.428a4.883 4.883 0 0 1-1.153 1.772 4.915 4.915 0 0 1-1.772 1.153c-.637.247-1.363.415-2.428.465-1.066.047-1.405.06-4.122.06-2.717 0-3.056-.01-4.122-.06-1.065-.05-1.79-.218-2.428-.465a4.89 4.89 0 0 1-1.772-1.153 4.904 4.904 0 0 1-1.153-1.772c-.248-.637-.415-1.363-.465-2.428C2.013 15.056 2 14.717 2 12c0-2.717.01-3.056.06-4.122.05-1.066.217-1.79.465-2.428a4.88 4.88 0 0 1 1.153-1.772A4.897 4.897 0 0 1 5.45 2.525c.638-.248 1.362-.415 2.428-.465C8.944 2.013 9.283 2 12 2z" />
</svg></a>
<a class="whatsapp icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24">
<path fill="none" d="M0 0h24v24H0z" />
<path
d="M7.253 18.494l.724.423A7.953 7.953 0 0 0 12 20a8 8 0 1 0-8-8c0 1.436.377 2.813 1.084 4.024l.422.724-.653 2.401 2.4-.655zM2.004 22l1.352-4.968A9.954 9.954 0 0 1 2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10a9.954 9.954 0 0 1-5.03-1.355L2.004 22zM8.391 7.308c.134-.01.269-.01.403-.004.054.004.108.01.162.016.159.018.334.115.393.249.298.676.588 1.357.868 2.04.062.152.025.347-.093.537a4.38 4.38 0 0 1-.263.372c-.113.145-.356.411-.356.411s-.099.118-.061.265c.014.056.06.137.102.205l.059.095c.256.427.6.86 1.02 1.268.12.116.237.235.363.346.468.413.998.75 1.57 1l.005.002c.085.037.128.057.252.11.062.026.126.049.191.066a.35.35 0 0 0 .367-.13c.724-.877.79-.934.796-.934v.002a.482.482 0 0 1 .378-.127c.06.004.121.015.177.04.531.243 1.4.622 1.4.622l.582.261c.098.047.187.158.19.265.004.067.01.175-.013.373-.032.259-.11.57-.188.733a1.155 1.155 0 0 1-.21.302 2.378 2.378 0 0 1-.33.288 3.71 3.71 0 0 1-.125.09 5.024 5.024 0 0 1-.383.22 1.99 1.99 0 0 1-.833.23c-.185.01-.37.024-.556.014-.008 0-.568-.087-.568-.087a9.448 9.448 0 0 1-3.84-2.046c-.226-.199-.435-.413-.649-.626-.89-.885-1.562-1.84-1.97-2.742A3.47 3.47 0 0 1 6.9 9.62a2.729 2.729 0 0 1 .564-1.68c.073-.094.142-.192.261-.305.127-.12.207-.184.294-.228a.961.961 0 0 1 .371-.1z" />
</svg></a>
<a class="seabratem icon"></a>
</div>
<div class="info-site">
<h4>Nós também estamos no Seabra Tem!</h4>
<a class="animate-button button seabratem"> Quero conhecer!</a>
</div>
<div class="info-stagon">
<p>Este site foi desenvolvido pela <a>Stagon Stors</a> todos os direitos reservados.</p>
<p>Versão do template: 1.0.0</p>
</div>
</footer>
<div class="top">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24">
<path fill="none" d="M0 0h24v24H0z" />
<path d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" />
</svg>
</div>
<script>
btScroll = document.getElementsByClassName("top")[0];
const menu = document.querySelector('header');
window.onscroll = function () { scrollFunction() };
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
btScroll.style.opacity = 1;
menu.classList.add('fixed');
} else {
btScroll.style.opacity = 0;
menu.classList.remove('fixed');
}
}
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
btScroll.addEventListener('click', topFunction);
</script>
<script>
const btOpen = document.querySelector('.bt-open-nav');
const btClose = document.querySelector('.bt-close-nav');
btOpen.addEventListener('click', () => {
document.querySelector('header').classList.add('navbar')
})
btClose.addEventListener('click', () => {
document.querySelector('header').classList.remove('navbar')
})
</script>
</body>
</html>