-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
97 lines (95 loc) · 3.08 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
<!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" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200"
/>
<link rel="stylesheet" href="style.css" />
<title>Nike</title>
</head>
<body>
<div class="navbar">
<div class="logo"><img src="images/nike logo ex.svg" alt="nike" /></div>
<ul>
<li><a href="#" class="orange">SHOES</a></li>
<li><a href="#">SLIPPERS</a></li>
<li><a href="#">SOCKS</a></li>
</ul>
<div class="cart">
<div class="btn">
<button style="submit">
<span class="material-symbols-outlined"> shopping_cart </span>
Cart
</button>
</div>
<img src="images/IMG_3672 1.png" alt="profile picture" />
<div class="prf"></div>
</div>
</div>
<div class="container">
<span class="side">
<div class="home">
<span class="material-symbols-rounded"> home_app_logo </span>
<i class="fa-regular fa-house-blank"></i>
<p>HOME</p>
</div>
<div class="account">
<span class="material-symbols-rounded"> account_circle </span>
<p>ACCOUNT</p>
</div>
<div class="settings">
<span class="material-symbols-rounded"> tune </span>
<p>SETTINGS</p>
</div>
<div class="help">
<span class="material-symbols-rounded"> info </span>
<p>HELP</p>
</div>
</span>
<div class="grid">
<div class="fgrid">
<div class="offer">
<h1>BEST SELLER THIS MONTH</h1>
<h3>MORE THAN 5K SALES</h3>
<img class="niko" src="images/nike logo ex.svg" alt="" />
<img class="jor" src="images/Shoe1 2.png" alt="" />
<button type="reset">Order Now!</button>
</div>
<div class="run">
<img
src="images/favpng_nike-react-element-55-mens-shoe-nike-womens-react-element-55-sneakers 1.png"
alt=""
/>
<p>RUN</p>
</div>
</div>
<div class="sgrid">
<div class="purple">
<img src="images/Aire Jordan Nike.png" alt="" />
</div>
<div class="blue">
<img src="images/วันเปิดตัว-ajko-1-“storm-blue” 2.png" alt="" />
</div>
<div class="red">
<img src="images/Shoes.png" alt="" />
</div>
<div class="discount">
<img src="images/yed.png" alt="" />
</div>
</div>
</div>
</div>
</body>
<script
src="https://kit.fontawesome.com/7ac4ddb2ac.js"
crossorigin="anonymous"
></script>
</html>