-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
56 lines (51 loc) · 1.67 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home page</title>
<link rel="stylesheet" href="home.css">
</head>
<body>
<div class="container">
<nav>
<h1>iTokri</h1>
<ul>
<li>Home</li>
<li>About us</li>
<li>Contact us</li>
<li>Help</li>
</ul>
</nav>
<h2 class="one">Your own website</h2>
<h2 class="two">To showcase and purchase amazing handcrafted products of India</h2>
<div class="cards">
<div class="card1">
<img src="https://img.freepik.com/premium-photo/silk-saree-folded-showcasing-its-beauty-created-with-generative-ai_419341-23277.jpg" width="220px" height="260px" alt="image">
<div class="in">
<h3>BANARASI SAREE</h3>
</div>
</div>
<div class="card1">
<img src="https://i.pinimg.com/474x/cb/3c/60/cb3c60490c46c63bdf16659bb19ba5fa.jpg" width="220px" height="260px" alt="image">
<div class="in">
<h3>POTTERY ART</h3>
</div>
</div>
<div class="card1">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSTXTA7yv5rBufT121G95gGn4FWBBtuTBzlNw&s" width="220px" height="260px" alt="image">
<div class="in">
<h3>SPICES</h3>
</div>
</div>
</div>
<div class="gate">
<h2 class="bta">ARE YOU?</h2>
<div class="btn"></div>
<button class="ek" onclick="window.location.href='seller-login.html';">SELLER</button>
<button class="do">BUYER</button>
</div>
</div>
</div>
</body>
</html>