-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
126 lines (125 loc) · 4.27 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
<!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 id="title">Handyy....</title>
<link rel="icon" href="./logo.png" type="image/png" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css"
/>
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css"
rel="stylesheet"
/>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="fonts.css" />
</head>
<body>
<div id="main">
<div id="popup">
<div id="popupheading">
<i class="ri-close-line"></i>
<img src="./logo.png" alt="">
<h3>Handyy...</h3>
</div>
<div id="popupcategories">
<a href="">Your Orders</a>
<a href="">Pricing</a>
<a href="">#Found_on_Handyy</a>
<a href="">Costumer Services</a>
<a href="">Sign In</a>
</div>
</div>
<div id="nav">
<div id="navleft">
<i class="ri-menu-line"></i>
<img src="./logo.png" alt="" />
</div>
<div id="navmid">
<h1>Home</h1>
<h1>Decor</h1>
<h1>Collections</h1>
<h1>Best Sellers</h1>
<h1>Deals!!!!</h1>
<h1>Lightening</h1>
</div>
<div id="navright">
<i class="ri-search-line"></i>
<i class="ri-user-3-line"></i>
<i class="ri-heart-line"></i>
<i class="ri-shopping-cart-fill"></i>
</div>
</div>
<div id="products">
<div id="heading">
<div id="slogan">
<h3>Handyy....</h3>
<h1>The world of Handicrafts</h1>
</div>
<div id="headingtext">
<p>
From buying to selling <span id="handyy">"Handyy"</span> is the
perfect place for you you to buy all kinds of handicrafts such as
decoratives, collectibles, lighetening or gardening purposes
</p>
</div>
</div>
</div>
<div id="maincontent"></div>
<div id="footer">
<div id="upperfooter">
<h3>
Subscribe to get special offers, free giveaways, and
once-in-a-lifetime deals.
</h3>
<div id="email">
<input
type="email"
name="Enter Your Email"
value="Enter you Email"
id=""
/>
<button>Subscribe</button>
</div>
</div>
<div id="lowerfooter">
<div class="details" id="About_Company">
<h3>About Company</h3>
<a href="*">About Us</a>
<a href="*">Reviews</a>
<a href="*">Blog</a>
<a href="*">Coupons</a>
<a href="*">FAQs</a>
</div>
<div class="details" id="Customer_Service">
<h3>Customer Service</h3>
<a href="*">Privacy Policy</a>
<a href="*">Shipping & Returns </a>
<a href="*">Bulk Orders</a>
<a href="*">Terms & Conditions </a>
</div>
<div class="details" id="Contact_details">
<h3>Get in touch</h3>
<div id="phone">
<i class="ri-phone-fill"></i>
<a href="*">6394497098</a>
</div>
<div id="follow">
<h3>Follow us</h3>
<i class="ri-instagram-line"></i>
<i class="ri-facebook-circle-fill"></i>
<i class="ri-twitter-fill"></i>
<i class="ri-pinterest-fill"></i>
</div>
</div>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.4/gsap.min.js" integrity="sha512-f8mwTB+Bs8a5c46DEm7HQLcJuHMBaH/UFlcgyetMqqkvTcYg4g5VXsYR71b3qC82lZytjNYvBj2pf0VekA9/FQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="./script.js" type="module"></script>
</body>
</html>