-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
154 lines (139 loc) · 6.23 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
<!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>Grocer-Ease:Shop with Ease</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,600&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,300;1,600&display=swap" rel="stylesheet">
</head>
<body>
<nav class="NavBar">
<div class="logo"><a href="./index.html"><img src="./Assets/logo.png" alt="logo"></a></div>
<div class="searchbar">
<form action="input.py">
<input type="text" placeholder="Search" class="sbar">
</form>
</div>
<div class="Accounts">
<a href="./login.html">
<img src="./Assets/acc.svg" alt="">
</a>
</div>
</nav>
<div class="navigation">
<a href="https://akhil5347.github.io/store-reacts/"><button>Store</button></a>
<a href="./items.html"><button>Items</button></a>
<a href="./testimonials.html"><button>Testimonials</button></a>
<a href="./about.html"><button>About Us</button></a>
</div>
<div class="ease">Ease Out Your Life!</div>
<div class="available">Scheduled Delivery is Now Available...</div>
<div class="Ellipse" style="overflow-x: hidden;">
</div>
<div class="delivery"><img src="./Assets/Delivery Man.svg" alt="Delivery Man"></div>
<div class="Ethics"><img src="./Assets/Ethics.png" alt="Ethics"></div>
<div class="bottom">
<div class="footer-container"">
<div class="footer">
<div class="footer-division help">
<h2>Need Help?</h2>
<h2 style="font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;color: #0D9E70;font-style: italic;margin-top:-5px ;">+91 123-4567-890</h2>
<span style="display: flex;flex-direction: row;align-items: flex-start;justify-content:space-around;"><img src="./Assets/Contact.svg" alt="Reach us at" height="50px" width="50px">
<table style="margin-top: -30px;border-spacing: 0px;">
<tr>
<td><h2>Online Chat</h2></td>
</tr>
<tr>
<td>Get Help from experts</td>
</tr>
</table>
</span>
<h2 style="font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;color: #0D9E70;font-style: italic;">helpline@grocerease.com</h2>
</div>
<div class="footer-division account">
<h2>Account</h2>
<a href="./login.html">My Account</a>
<a href="https://akhil5347.github.io/cart-page/">My Orders</a>
<a href="#">Returns</a>
<a href="#">Shipping</a>
<a href="#">Wishlist</a>
</div>
<div class="footer-division about">
<h2>About Us</h2>
<a href="./about.html">Who are we</a>
<a href="#">Blog</a>
<a href="#">Contact</a>
</div>
</div>
</div>
</div>
<div class="rangeslider">
<div class="slideshow-container">
<div class="mySlides fade">
<img src="./Assets/Stores1.jpg" style="width:100%">
</div>
<div class="mySlides fade">
<img src="./Assets/Stores2.jpg" style="width:100%">
</div>
<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
</div>
<br>
<div style="text-align:center">
<span class="dot" onclick="currentSlide(1)"></span>
<span class="dot" onclick="currentSlide(2)"></span>
</div>
</div>
<script>
var slideIndex = 1;
showSlides(slideIndex);
function plusSlides(n) {
showSlides(slideIndex += n);
}
function currentSlide(n) {
showSlides(slideIndex = n);
}
function showSlides(n) {
var i;
var slides = document.getElementsByClassName("mySlides");
var dots = document.getElementsByClassName("dot");
if (n > slides.length) {slideIndex = 1}
if (n < 1) {slideIndex = slides.length}
for (i = 0; i < slides.length; i++) {
slides[i].style.display = "none";
}
for (i = 0; i < dots.length; i++) {
dots[i].className = dots[i].className.replace(" active", "");
}
slides[slideIndex-1].style.display = "block";
dots[slideIndex-1].className += " active";
}
</script>
<a href="./index.html"><img src="./Assets/logog.svg" alt="" style="position: absolute;top: 1100px;"></a>
<div class="items">
<div class="itemsheading">
<img src="./Assets/Vector.png" alt="">
<h2 >Items</h2>
</div>
<div class="grid-container" style="position: absolute; top: 300px;">
<div class="grid-item">
<a href="./items.html"><img src="./Assets/HomepageItems/Fruits.png" alt=""></a>
</div>
<div class="grid-item">
<img src="./Assets/HomepageItems/Ice Creams.png" alt="">
</div>
<div class="grid-item">
<img src="./Assets/HomepageItems/Dairy.png" alt="">
</div>
</div>
</div>
<a href="./index.html"><img src="./Assets/logog.svg" alt="" style="position: absolute;top: 2150px;"></a>
</body>
</html>