-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
241 lines (224 loc) · 8.99 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
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
<!DOCTYPE html>
<html>
<head>
<title>E-Commerce</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap-theme.min.css" integrity="sha384-6pzBo3FDv/PJ8r2KRkGHifhEocL+1X2rVCTTkUfGk7/0pbek5mMa1upzvWbrUbOZ" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<nav class="nav nav_top">
<div class="logo">
<a href=""><img src="image/1Stop 01.jpg" width="100">
</a>
</div>
<div class="nav_side">
<a href="about.html">About Us</a>
<a href="service.html">Services</a>
<a href="blog.html">Blogs</a>
<a href="contact.html">Contact Us</a>
<a href="login.html">Login</a>
</div>
</nav>
<div class="main">
<div class="main_content">
<h2>If I had to choose between clothes and furniture, I’d choose furniture<br>
<span>Buy Your Furniture Here
</span>
</h2>
<div class="btn">
<a href="service.html">Book Now</a>
</div>
</div>
</div>
<div class="product">
<h2>Our Products</h2>
<div class="product_container">
<div class="item">
<div class="item_img">
<img src="E:\1stop WebDevlopment\image\1.png">
</div>
<div class="item_content">
<h3>Sofa</h3>
<p>Sofa sets are essential furniture pieces for every home. They adorn your living rooms, bedrooms, and if you have space then patios as well</p>
<a href="">Buy Now</a>
</div>
</div>
<div class="item">
<div class="item_img">
<img src="E:\1stop WebDevlopment\image\2.png">
</div>
<div class="item_content">
<h3>Bed</h3>
<p>Purchasing a bed online is an investment and hence requires time and careful consideration. With our busy everyday schedules, it is now more than ever, important to get a good night’s sleep. Your bedroom is your sanctuary and must be equipped with a bed that is a reflection of your personality and more importantly, your comfort level.</p>
<a href="">Buy Now</a>
</div>
</div>
<div class="item">
<div class="item_img">
<img src="E:\1stop WebDevlopment\image\3.png">
</div>
<div class="item_content">
<h3>Table</h3>
<p>Tables come in a wide variety of materials, shapes, and heights dependent upon their origin, style, intended use and cost. Many tables are made of wood or wood-based products; some are made of other materials including metal and glass. </p>
<a href="">Buy Now</a>
</div>
</div>
</div>
<div class="product_btn">
<a href="service.html">Explore more products</a>
</div>
</div>
<hr>
<div class="keypoint">
<h2>Our Key Highlights</h2>
<div class="key_container">
<div class="key_content">
<li>Search and sort to easily find products in certain categories or with specific attributes</li>
<li>Easily manage and edit products</li>
<li>Product fields include name, SKU, product details, additional details, list price, your price, weight, stock, minimum quantity order amount, handling fee, and more</li>
<li>Feature categories within navigation or on the homepage</li>
<li>Ability to select options such as featured, free shipping, reviews allowed, require moderation for reviews, and more</li>
</div>
<div class="key_img">
<img src="E:\1stop WebDevlopment\image\4.jpg">
</div>
</div>
</div>
<div class="testi">
<h2>Our Clients</h2>
<div class="testi_container">
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
<li data-target="#carousel-example-generic" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<div class="item_img">
<img src="E:\1stop WebDevlopment\image\8.png" alt=" ">
</div>
<div class="item_content">
<h3>Mahender</h3>
<p>This site is very easy to use. I just bought a study table for me and it is very good.</p>
</div>
</div>
<div class="item">
<div class="item_img">
<img src="E:\1stop WebDevlopment\image\9.jpg" alt=" ">
</div>
<div class="item_content">
<h3>Akshay</h3>
<p>Top quality products and great handling of deliveries</p>
</div>
</div>
<div class="item">
<div class="item_img">
<img src="E:\1stop WebDevlopment\image\10.png" alt=" ">
</div>
<div class="item_content">
<h3>Meena</h3>
<p>Good products. I just feel that you should use original photos of products</p>
</div>
</div>
</div>
<!-- Controls -->
<a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
<hr>
<div class="team">
<h2>Our Team</h2>
<div class="team_container">
<div class="team_video">
<video controls>
<source src="E:\1stop WebDevlopment\Meet the Team.mp4" type="video/mp4">
</video>
</div>
<div class="team_content">
<p>Meet The Team
Our Professionals
JEFFREY BROWN
Creative Leader
ANN RICHMOND
Web Developer</p>
<p>Talent wins games, but teamwork and intelligence win championships.</p>
</div>
</div>
</div>
<div class="feed">
<h2>Feedback Please</h2>
<div class="feed_form" method="POST">
<form name="submit-googlesheet">
<input type="text" name="Name" placeholder="Name"><br>
<input type="email" name="Email" placeholder="Email ID"><br>
<input type="number" name="Number" placeholder="Contact Number"><br>
<textarea name="Review" placeholder="Your Feedback"></textarea><br>
<button type="submit">Submit</button>
</form>
</div>
</div>
<footer>
<div class="footer_logo">
<a href=""><img src="image/1Stop 01.jpg" width="100"></a>
<div class="pages">
<h3>Pages</h3>
<a href="about.html">About Us</a>|
<a href="service.html">Services</a>|
<a href="blog.html">Blogs</a>|
<a href="contact.html">Contact Us</a>|
<a href="login.html">Login</a>|
</div>
<div class="doc">
<h3>Documents</h3>
<a href="">Privacy Policy</a>|
<a href="">Terms of Use</a>|
<a href="">Refund Policy</a>
</div>
<div class="social">
<h3>Follow Us</h3>
<a href="" target="_blank"><i class="fa fa-facebook-official" aria-hidden="true"></i></a>
<a href="" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i></a>
<a href="" target="_blank"><i class="fa fa-linkedin-square" aria-hidden="true"></i></a>
<a href="" target="_blank"><i class="fa fa-instagram" aria-hidden="true"></i></a>
</div>
<div class="contact">
<h3>Contact Us</h3>
<a href="https://api.whatsapp.com/send?phone= +919876543210" target="_blank"><i class="fa fa-whatsapp" aria-hidden="true"></i></a>
<a href="tel: +919876543210"><i class="fa fa-phone-square" aria-hidden="true"></i></a>
<a href="mailto: support@1stop.ai"><i class="fa fa-envelope" aria-hidden="true"></i></a>
</div>
<hr>
<p>Copyright © 2021 E-Commerce. All Rights Reserved</p>
</div>
</footer>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha384-nvAa0+6Qg9clwYCGGPpDQLVpLNn0fRaROjHqs13t4Ggj3Ez50XnGQqc/r8MhnRDZ" crossorigin="anonymous"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js" integrity="sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd" crossorigin="anonymous"></script>
<script type="text/javascript">
const scriptURL = 'https://script.google.com/macros/s/AKfycbxk4FvSCwl13FJk5w6icchv37B1EZfokmVEDoaI-4CjM0UvQxtbhxSNr-XOLXWbkWcF0g/exec'
const form = document.forms['submit-googlesheet']
form.addEventListener('submit', e => {
e.preventDefault()
fetch(scriptURL, { method: 'POST', body: new FormData(form)})
.then(response => alert("Thank You for the Feedback!"))
.catch(error => console.error('Error!', error.message))
})
</script>
</body>
</html>