-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
178 lines (173 loc) · 7.73 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sneaker Haven</title>
<link rel="stylesheet" href="css/styles.css">
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="js/main.js"></script>
</head>
<body>
<header>
<div class="nav container">
<a href="#" class="logo">Sneaker Haven</a>
<nav class="navbar">
<a href="#home">Home</a>
<a href="#shop">Shop Now</a>
<a href="#contact">Contact</a>
<!-- cart-icon
<i class='bx bxs-cart' id="cart-icon2"></i>-->
</nav>
</div>
</header>
<section class="home container" id="home">
<div class="homepic">
<img src="images/pichome1.png" class="pichome">
</div>
<div id="slogan">
<h1>Find Your Sole Mate</h1><br>Unleash the sneaker love</h1>
</div>
</section>
<section class="shop container" id="shop">
<h2 class="section-title">Shop NOW</h2>
<div class="shop-content">
<div class="product-box">
<img src="images/pic1.png" alt="" class="product-img">
<h2 class="product-title">Blue Duncs</h2>
<span class="price">ksh3500</span>
<i class='bx bx-shopping-bag add-cart'></i>
</div>
<div class="product-box">
<img src="images/pic2.png" alt="" class="product-img">
<h2 class="product-title">J1</h2>
<span class="price">ksh4500</span>
<i class='bx bx-shopping-bag add-cart'></i>
</div>
<div class="product-box">
<img src="images/pic3.png" alt="" class="product-img">
<h2 class="product-title">AIRFORCE 1</h2>
<span class="price">ksh3000</span>
<i class='bx bx-shopping-bag add-cart'></i>
</div>
<div class="product-box">
<img src="images/pic4.png" alt="" class="product-img">
<h2 class="product-title">JORDAN 11</h2>
<span class="price">ksh4500</span>
<i class='bx bx-shopping-bag add-cart'></i>
</div>
<div class="product-box">
<img src="images/pic5.png" alt="" class="product-img">
<h2 class="product-title">WHITE AIRMAX</h2>
<span class="price">ksh3000</span>
<i class='bx bx-shopping-bag add-cart'></i>
</div>
<div class="product-box">
<img src="images/pic6.png" alt="" class="product-img">
<h2 class="product-title">RED CONVERSE</h2>
<span class="price">ksh2500</span>
<i class='bx bx-shopping-bag add-cart'></i>
</div>
<div class="product-box">
<img src="images/pic7.png" alt="" class="product-img">
<h2 class="product-title">BLACK CONVERSE</h2>
<span class="price">ksh2500</span>
<i class='bx bx-shopping-bag add-cart'></i>
</div>
<div class="product-box">
<img src="images/pic8.png" alt="" class="product-img">
<h2 class="product-title">CHUNK CONVERSE</h2>
<span class="price">ksh2500</span>
<i class='bx bx-shopping-bag add-cart'></i>
</div>
<div class="product-box">
<img src="images/pic9.png" alt="" class="product-img">
<h2 class="product-title">AIRMAX</h2>
<span class="price">ksh3000</span>
<i class='bx bx-shopping-bag add-cart'></i>
</div>
<div class="product-box">
<img src="images/pic10.png" alt="" class="product-img">
<h2 class="product-title">DUNKS UV</h2>
<span class="price">ksh4500</span>
<i class='bx bx-shopping-bag add-cart'></i>
</div>
<div class="product-box">
<img src="images/pic11.png" alt="" class="product-img">
<h2 class="product-title">ELLECENSE</h2>
<span class="price">ksh4500</span>
<i class='bx bx-shopping-bag add-cart'></i>
</div>
<div class="product-box">
<img src="images/pic12.png" alt="" class="product-img">
<h2 class="product-title">JORDAN 7</h2>
<span class="price">ksh4500</span>
<i class='bx bx-shopping-bag add-cart'></i>
</div>
<!-- <button type="button" class="btn-check" id="btn-check">Check Cart</button> -->
</div>
<section class="checkcart5">
<!-- cart-->
<div class="cart" id="cart">
<h2 class="cart-title">Your Cart</h2>
<!-- content-->
<div class="cart-content">
<div class="cart-box">
<!-- <img src="images/pic1.png" alt="" class="cart-img">
<div class="detail-box">
<div class="cart-product-title">Earbuds</div>
<div class="cart-price">ksh4500</div>
<input type="number" value="1" class="cart-quantity">
</div> -->
<!--remove cart-->
<!-- <i class='bx bxs-trash-alt cart-remove'></i> -->
</div>
</div>
<!--Total-->
<div class="total">
<div class="total-title">Total</div>
<div class="total-price">Ksh0</div>
</div>
<!--buy button-->
<button type="button" class="btn-buy">Buy Now</button>
<!--cart close-->
<i class='bx bx-x' id="close-cart"></i>
</div>
</section>
</section>
<section>
<!--CONTACT-->
<div class="contactcontainer" id="contact">
<form>
<h1>CONTACT US</h1>
<input type="text" id="firstname" placeholder="First Name" required>
<input type="text" id="lastname" placeholder="Last Name" required>
<input type="email" id="email" placeholder="Email" required>
<input type="text" id="mobile" placeholder="Mobile" required>
<h4>Type Your Message Here...</h4>
<textarea required></textarea>
<input type="submit" value="send" id="button2">
</form>
</div>
</section>
<!--Footer-->
<section class="footer2">
<footer>
<div class="footer-content">
<h3>CK KICKS</h3>
<p>Find your sole mate, unleash your sneaker love</p>
<ul class="socials">
<li><a href="#"><i class="fa fa-instagram"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin-square"></i></a></li>
<li><a href="#"><i class="fa fa-github"></i></a></li>
</ul>
</div>
<div class="footer-bottom">
<P>copyright ©2023 ck kicks. designed by <span>cullen kaberere</span></P>
</div>
</footer>
</section>
</body>
</html>