-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
122 lines (100 loc) · 5.85 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- JQuery -->
<script src="https://code.jquery.com/jquery-3.7.1.min.js"
integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
<!-- bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<!-- css -->
<link rel="icon" type="image/png" href="../assets/img/jera.webp">
<link rel="stylesheet" href="../assets/css/style.css">
<title>carrito</title>
</head>
<body>
<header class="container-fluid d-flex justify-content-evenly px-2 pb-2 m-0">
<div class="logo mx-2 col-md-1 d-none d-md-flex d-flex align-items-center justify-content-center">
<a href="#" aria-label="logo de la pagina">
<img src="../assets/img/jera.webp" width="40" height="auto" alt="jera">
</a>
</div>
<div class="d-flex align-items-center d-md-none mx-2 mt-2">
<div>
<button id="btn-slide" aria-label="Boton de menu">
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="30" height="30" viewBox="0 0 50 50">
<path
d="M 5 8 A 2.0002 2.0002 0 1 0 5 12 L 45 12 A 2.0002 2.0002 0 1 0 45 8 L 5 8 z M 5 23 A 2.0002 2.0002 0 1 0 5 27 L 45 27 A 2.0002 2.0002 0 1 0 45 23 L 5 23 z M 5 38 A 2.0002 2.0002 0 1 0 5 42 L 45 42 A 2.0002 2.0002 0 1 0 45 38 L 5 38 z">
</path>
</svg>
</button>
</div>
</div>
<nav class="row mt-2 mx-2 col-8 col-md-5">
<div class="p-2 ">
<div class="input-container d-flex col-md-12">
<input id="search" class="navbar border-end col-10 col-md-11 p-2" type="text" placeholder="Buscar">
<button class="btn-search w-100 d-flex
align-items-center justify-content-center" type="submit" aria-label="search">
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="20" height="20"
viewBox="0 0 30 30">
<path
d="M 13 3 C 7.4889971 3 3 7.4889971 3 13 C 3 18.511003 7.4889971 23 13 23 C 15.396508 23 17.597385 22.148986 19.322266 20.736328 L 25.292969 26.707031 A 1.0001 1.0001 0 1 0 26.707031 25.292969 L 20.736328 19.322266 C 22.148986 17.597385 23 15.396508 23 13 C 23 7.4889971 18.511003 3 13 3 z M 13 5 C 17.430123 5 21 8.5698774 21 13 C 21 17.430123 17.430123 21 13 21 C 8.5698774 21 5 17.430123 5 13 C 5 8.5698774 8.5698774 5 13 5 z">
</path>
</svg>
</button>
<div id="listBox"
class="listBox bg-light border border-1 border-top-0 border-bottom-0 border-info-subtle"></div>
</div>
</div>
<ul class="menu justify-content-center m-0 d-none d-md-flex">
<li class="nav-item ms-3 text-light"><a class="nav-link" href="../index.html">Home</a></li>
<li class="nav-item ms-3 text-light"><a class="nav-link" href="../index.html">Home</a></li>
<li class="nav-item ms-3 text-light"><a class="nav-link" href="../index.html">Home</a></li>
<li class="nav-item ms-3 text-light"><a class="nav-link" href="../index.html">Home</a></li>
</ul>
</nav>
<div class="carro d-flex mx-2 mt-2 col-md-3 align-items-center">
<ul class="menu m-0 p-0 d-none d-md-flex">
<li class="nav-item ms-3 text-light"><a class="nav-link" href="#">Crea tu cuenta</a></li>
<li class="nav-item ms-3 text-light"><a class="nav-link" href="#">Ingresa</a></li>
</ul>
<a class="mx-3" href="../carrito.html" aria-label="carro">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" font-size="20">
<g stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke="currentColor">
<circle cx="6" cy="22" r="1" stroke="none"></circle>
<circle cx="20" cy="22" r="1" stroke="none"></circle>
<circle cx="6" cy="22" r="1" fill="none" stroke-miterlimit="10"></circle>
<circle cx="20" cy="22" r="1" fill="none" stroke-miterlimit="10"></circle>
<path fill="none" stroke-miterlimit="10" d="M4.8 7H22l-2 10H6L4 2H1"></path>
</g>
</svg>
</a>
</div>
<div class="slide" id="slide">
<ul class="slide-menu">
<li class="nav-item mt-3">
<a class="nav-link text-light" href="../index.html">Home</a>
</li>
<li class="nav-item mt-3">
<a class="nav-link text-light" href="../index.html">Home</a>
</li>
<li class="nav-item mt-3">
<a class="nav-link text-light" href="../index.html">Home</a>
</li>
<li class="nav-item mt-3">
<a class="nav-link text-light" href="../index.html">Home</a>
</li>
</ul>
</div>
</header>
<main class="row p-4 justify-content-center m-0">
</main>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous">
</script>
<script src="../assets/js/script.js"></script>
</body>
</html>