forked from rohanRathi999/Shopping-site-frontend-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
93 lines (89 loc) · 4.22 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
<!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 href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css" integrity="sha512-MV7K8+y+gLIBoVD59lQIYicR65iaqukzvf/nwasF0nqhPay5w/9lJmVM2hMDcnK1OnMGCdVK+iQrJ7lzPJQd1w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="style.css">
<title>Sajawaat Home</title>
</head>
<body>
<nav class="navbarr">
<div class="navlogo">
<span><h2>SAJAWAAT HOME</h2></span>
</div>
<a href="#" class="toggle-btn">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</a>
<div class="nav-items">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Shop</a></li>
<li><a href="#">Sale</a></li>
<li><a href="#">Customer Care</a></li>
<li><a href="#">Stocklists</a></li>
</ul>
</div>
</nav>
<section>
<img src="https://cdn.shopify.com/s/files/1/0565/6608/7780/files/dECORES.jpg?v=1663760936&width=1500" alt="">
<div class="lessopacitycont">
<center>
<p>Decors Crafted With Passion</p>
<button id="shop">Shop Now</button>
</center>
</div>
</section>
<div class="shippingtxt">
<p>FREE SHIPPING WORLDWIDE</p>
</div>
<div class="main-content">
<h1>YEAR ROUND</h1>
<hr>
<p>Must Have Items</p>
</div>
<section class="maindivs">
<div class="firstdiv">
<a href="skirtShop.html"><img src="https://hips.hearstapps.com/hmg-prod/images/harder-jett-008-1643379018.jpg?crop=1.00xw:0.749xh;0.00160xw,0.115xh&resize=1200:*" alt="" height="300px">
<h4>HOME DECORS</h4></a>
</div>
<div class="seconddiv">
<!-- <h2>Sale</h2> -->
<a href="bags.html"><img src="https://indiacircus.com/pub/media/catalog/product/cache/1/image/e9c3970ab036de70892d86c6d221abfe/i/n/india-circus-temple-town-cushion-cover-set-of-5-52121512sd01585-1.jpg" alt="" height="300px"></a>
<h4>COLORFULL PILLOWS</h4>
</div>
<a href="eyeGlasses.html"><div class="thirddiv">
<img src="https://imgmedia.lbb.in/media/2019/02/5c6ec1279d684b2e0de71737_1550762279676.jpg" alt="" height="300px">
<h4>HOME DECORS </h4>
</div> </a>
</section>
<section class="mainfooter">
<div class="firstfooterdiv">
<p>STAY CONNECTED</p>
<a href="https://www.linkedin.com/in/rohanrathi999"><i class="fa-brands fa-linkedin" id="linkedin"></i></a>
<a href="http://www.twitter.com/rohanRathi999"> <i class="fa-brands fa-twitter"></i></a>
<a href="https://in.pinterest.com/rohanrathi2407/"><i class="fa-brands fa-pinterest-p"></i></a>
<a href="http://www.instagram.com/rohan_rathi999"><i class="fa-brands fa-instagram"></i></a>
</div>
<div class="secondfooterdiv">
<p>BE OUR FRIEND</p>
<input type="email" id="yourmail" placeholder="Enter your email here*">
<button id="buttonn" type="submit" form="form1" value="Submit">Subscribe Now</button>
</div>
<div class="thirdfooterdiv">
<p>NEED ASSISTANCE?</p>
<h6>8394842205</h6>
<h6>[email protected]</h6>
</div>
<div class="outrodiv">
<p>© 2035 by PRETTY GAL. Powered and secured by <span>ROHAN</span></p>
</div>
</section>
<script src="script.js"></script>
</body>
</html>