-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
72 lines (70 loc) · 2.13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>E-commerce</title>
<link rel="stylesheet" href="style.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
</head>
<body>
<div class="navbar">
<div class="logo">
<a href="index.html">Shopping Store</a>
<i class="fa fa-bars" aria-hidden="true"></i>
</div>
<div class="gen-search" id="search">
<div class="search">
<div class="search-icon" id="search_icon">
<i class="fa fa-search" aria-hidden="true"></i>
</div>
<input
type="search"
id="input_search"
placeholder="Search products, brand and categories"
/>
<div class="cancel">
<i class="fa fa-times" aria-hidden="true"></i>
</div>
</div>
<div class="search-btn">Search</div>
</div>
<div class="nav">
<div class="profile">
<a href="login.html"
><i class="fa fa-user-o" aria-hidden="true"></i
></a>
</div>
<a href="cart.html">
<div class="cart" id="cart">
<i class="fa fa-shopping-cart" aria-hidden="true"></i>
<div id="cartAmount"></div>
</div>
</a>
</div>
</div>
<div class="gen-body">
<div id="categories">
<p>All products</p>
<p>Men`s clothing</p>
<p>Jeweleries</p>
<p>Electronics</p>
<p>Women`s clothing</p>
</div>
<div class="shop" id="shop">
</div>
</div>
<script src="script.js"></script>
</body>
</html>
<!-- category: "men's clothing"
description: "Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday"
id: 1
image: "https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg"
price: 109.95
rating: count: 120
rate: 3.9
title: "Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops" -->