-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
218 lines (169 loc) · 6.81 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
<!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">
<title>Music+</title>
<!--<link rel="stylesheet" href="https://unpkg.com/swiper@7/swiper-bundle.min.css" /> -->
<link rel="shortcut icon" href="/img/dis.png" type="image/png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!--Header Section-->
<header class = "header">
<a href="#" class="logo"><i class="fa-sharp fa-solid fa-compact-disc"></i> Music+ </a>
<nav class="navbar">
<a href="#home">home</a>
<a href="#products">products</a>
<a href="#categories">categories</a>
<a href="#foot">contact</a>
</nav>
<div class="icons">
<div class="fas fa-bars" id="menu-btn"></div>
<div class="fas fa-search" id="search-btn"></div>
<div class="fas fa-shopping-cart" id="cart-btn"></div>
<div class="fas fa-user" id="login-btn"></div>
</div>
<form action="" class="search-form">
<input type="search" id="search-box" placeholder="Search Here...">
<label for="search-box" class="fas fa-search"></label>
</form>
<div class="shopping-cart">
<div class="container">
<h4>Shop cart</h4>
<table class="table">
<thead>
<tr>
<th scope="col">#</th>
<th scope="col">Item</th>
<th scope="col">Cant.</th>
<th scope="col"></th>
<th scope="col"></th>
</tr>
</thead>
<tbody id="items"></tbody>
<tfoot>
<tr id="footer">
<th scope="row" colspan="5">cart empty!</th>
</tr>
</tfoot>
</table>
<div class="row" id="items"></div>
</div>
<a href="checkout.html" class="btn">checkout</a>
</div>
<template id="template-footer">
<th scope="row" colspan="2">Total </th>
<td>10</td>
<td>
<button class=" btn-danger btn-sm " id="delete-cart">
<i class="fas fa-trash"></i>
</button>
</td>
<td class="font-weight-bold">$ <span>5000</span></td>
</template>
<template id="template-cart">
<tr>
<th scope="row">id</th>
<td>Café</td>
<td>1</td>
<td>
<button class=" btn-info " >
+
</button>
/
<button class=" btn-danger" >
-
</button>
</td>
<td>$ <span>500</span></td>
</tr>
</template>
</div>
<form action="" class="login-form">
<h3>Login Now</h3>
<input type="email" placeholder="Email" class="box" id="email">
<input type="password" placeholder="Password" class="box" id="password">
<p>forget your password <a href="#">click here</a></p>
<p>not registered yet? <a href="#">create Account</a></p>
<input type="submit" value="login now" class="btn" id="login" onclick="security()">
</form>
</header>
<!--End Header Section-->
<!--Home Section-->
<section class="home" id="home">
<div class="content">
<h3>Music is what<span> feelings </span> sound like </h3>
<p>The best musical content in the world. !</p>
</div>
</section>
<!--End Home Section-->
<!--Product Section-->
<section class="products" id="products">
<h1 class="heading"> our <span>products</span> </h1>
<div class="container">
<div class="row" id="cards"></div>
</div>
<template id="template-card">
<div class="col-12 mb-2 col-md-4">
<div class="card">
<img src="" alt="" class="card-img-top"
<div class="card-body">
<h3>name</h3>
<p>price </p>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<button class="btn">Buy</button>
</div>
</div>
</div>
</template>
</section>
<!--End Product Section-->
<section class="footer" id="foot">
<div class="box-container">
<div class="box">
<h3> music+ <i class="fa-sharp fa-solid fa-compact-disc"></i> </h3>
<p>Music is what feelings sound like.</p>
<div class="share">
<a href="#" class="fab fa-facebook-f"></a>
<a href="#" class="fab fa-twitter"></a>
<a href="#" class="fab fa-instagram"></a>
<a href="#" class="fab fa-linkedin"></a>
</div>
</div>
<div class="box">
<h3>contact info</h3>
<a href="#" class="links"> <i class="fas fa-phone"></i> +57-222-3333 </a>
<a href="#" class="links"> <i class="fas fa-envelope"></i> [email protected] </a>
<a href="#" class="links"> <i class="fas fa-map-marker-alt"></i> quindio, colombia - 64000 </a>
</div>
<div class="box">
<h3>quick links</h3>
<a href="index.html" class="links"> <i class="fas fa-arrow-right"></i> home </a>
<a href="index.html#products" class="links"> <i class="fas fa-arrow-right"></i> products </a>
<a href="index.html#products" class="links"> <i class="fas fa-arrow-right"></i> categories </a>
<a href="index.html#foot" class="links"> <i class="fas fa-arrow-right"></i> contact </a>
</div>
<div class="box">
<h3>newsletter</h3>
<p>subscribe for latest updates</p>
<input type="email" placeholder="Your email" class="email">
<input type="submit" value="subscribe" class="btn">
<img src="image/payment.png" class="payment-img" alt="">
</div>
</div>
<div class="credit"> created by <span> Andres David Guevara & John Quiceno Pimienta </span> | 2022. </div>
<audio src="img/Lana Del Rey - Yes To Heaven.mp3" autoplay ></audio>
</section>
<script src="js/script.js"></script>
</body>
</html>