-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (42 loc) · 1.57 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
<!DOCTYPE html>
<html lang="es">
<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">
<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=Raleway:wght@400;500;700&display=swap" rel="stylesheet">
<title>AluraGeek</title>
<link rel="stylesheet" href="assets/css/normalize.css">
<link rel="stylesheet" href="assets/css/reset.css">
<link rel="stylesheet" href="assets/css/color.css">
<link rel="stylesheet" href="assets/css/components/nav-header.css">
<link rel="stylesheet" href="assets/css/components/logo.css">
<link rel="stylesheet" href="assets/css/components/footer.css">
<link rel="stylesheet" href="assets/css/components/btn.css">
<link rel="stylesheet" href="assets/css/components/content.css">
<link rel="stylesheet" href="assets/css/pages/home/header.css">
</head>
<body>
<nav class="navHeader" data-nav>
<!-- JS -->
</nav>
<header>
<div class="header__background"></div>
<div class="header__promotions">
<h1>Marzo de Promociones</h1>
<p>Produtos selecionados con 50% de decuento</p>
<a href="./assets/pages/product/index.html?listIndex=1&id=1" class="btn__submit">Ver Consolas</a>
</div>
</header>
<main>
<section class="content">
</section>
</main>
<footer data-footer>
<!-- JS -->
</footer>
<script type="module" src="assets/js/index.js"></script>
</body>
</html>