-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
379 lines (378 loc) · 20.5 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
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
<!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>SurveyHome: The World's Most Popular Online Survey Tool</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="api_append.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<link rel="icon" href="./images/Icon_logo.png" type="image/icon type">
</head>
<body>
<div id="navbar">
<div>
<a href="index.html">
<img style="height: 75px;"
src="./images/Logo.png">
</a>
</div>
<div id="nav_container">
<ul>
<li><a href="#">Products <i class="fa fa-angle-down"></i></a>
<ul>
<li><a href="#">Surveys <i class="fa fa-angle-right" aria-hidden="true"></i></a>
<ul>
<li><a href="#">Survey Monkey</a></li>
<li><a href="#">Enterprise</a></li>
<li><a href="#">Integrations & Plug-ins</a></li>
</ul>
</li>
<li><a href="#">Specialized Products <i class="fa fa-angle-right" aria-hidden="true"></i></a>
<ul>
<li><a href="#">Audience</a></li>
<li><a href="#">CX</a></li>
<li><a href="#">Engage</a></li>
<li><a href="#">TechValidate</a></li>
<li><a href="#">Apply</a></li>
<li><a href="#">Wufoo</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="solution.html">Solutions <i class="fa fa-angle-down"></i></a>
<ul>
<li><a href="#">Survey Types <i class="fa fa-angle-right" aria-hidden="true"></i></a>
<ul>
<li><a href="#">Customer Satisfaction</a></li>
<li><a href="#">Employee Engagement</a></li>
<li><a href="#">Job Satisfaction</a></li>
<li><a href="#">HR Surveys</a></li>
<li><a href="#">Explor more survey types...</a></li>
</ul>
</li>
<li><a href="#">People Powered Data for business <i class="fa fa-angle-right" aria-hidden="true"></i></a>
<ul>
<li><a href="#">Customers</a></li>
<li><a href="#">Employees</a></li>
<li><a href="#">Markets</a></li>
</ul>
</li>
<li><a href="#">Solutions for teams <i class="fa fa-angle-right" aria-hidden="true"></i></a>
<ul>
<li><a href="#">Customer Experience</a></li>
<li><a href="#">Human Resources</a></li>
<li><a href="#">Event Surveys</a></li>
<li><a href="#">Marketing</a></li>
<li><a href="#">Education</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="resources.html">Resources <i class="fa fa-angle-down"></i></a>
<ul>
<li><a href="resources.html">Resources</a></li>
<li><a href="resources.html">Curiosity at work</a></li>
<li><a href="#">Help Center</a></li>
</ul>
</li>
<li><a href="plan.html">Plans & Pricing</a></li>
</ul>
</div>
<div>
<a href="login.html"><button>Log in</button></a>
<a href="signup.html"><button>Sign Up</button></a>
</div>
</div>
<div id="top-banner">
<div>
<div>
<p style="font-size: 45px; font-weight: bold;">Create free surveys and forms online in minutes</p>
<p style="font-size: 17px;">Ask, listen, and act on insights fast with a global leader in surveys and forms software.</p>
<a href="signup.html"><button>Sign Up free</button></a>
<a href="#banner3"><button>Explore plans</button></a>
</div>
<div>
<img src="https://prod.smassets.net/assets/cms/sm/uploads//homepage-hero-exp-bg-green.png">
</div>
</div>
</div>
<div id="banner1">
<img style="width: 50%;" src="./images/Tagline_logo.png" alt="Tagline">
<p>Who is your survey audience?</p>
<div>
<button id="btn-employees">Employees</button>
<button id="btn-customer">Customers</button>
<button id="btn-market">Target Markets</button>
<button id="btn-other">Other</button>
</div>
<div id="grid_container">
<div id="first">
<img src="./images/Menu Images/1-1.png" alt="">
</div>
<div>
<img src="./images/Menu Images/1-2.png" alt="">
</div>
<div>
<img src="./images/Menu Images/1-3.png" alt="">
</div>
<div>
<img src="./images/Menu Images/1-4.png" alt="">
</div>
<div>
<img src="./images/Menu Images/1-5.png" alt="">
</div>
</div>
</div>
<div id="banner2">
<p>Join more than 17 million active users worldwide</p>
<div>
<img src="https://prod.smassets.net/assets/cms/sm/uploads//Allbirds-slate.png">
<img src="https://prod.smassets.net/assets/cms/sm/uploads//Tweezerman-logo-2x.png">
<img src="https://prod.smassets.net/assets/cms/sm/uploads//Adobe-logo-2x.png">
<img src="https://prod.smassets.net/assets/cms/sm/uploads//Verizon-logo-2x.png">
<img src="https://prod.smassets.net/assets/cms/sm/uploads//sephora-logo.png">
</div>
</div>
<div id="banner3">
<p style="font-size: 30px; font-weight: 600;">Choose a plan that works for you</p>
<p>Get an individual plan with features that you need, or create a team instead!</p>
<div id="grid">
<div id="box">
<div id="title" style="background-color: rgb(0,191,111);">Basic</div>
<div id="details">
<h2>₹0/month</h2>
<p>Always free</p>
<button style="background-color: rgb(0,191,111);">Sign Up</button>
<p>Send unlimited surveys with up to 10 questions. Response limits apply.</p>
</div>
</div>
<div id="box">
<div id="title" style="background-color: rgb(5,70,126);">Individual Advantage</div>
<div id="details">
<h2>₹1,250/month</h2>
<p>Billed ₹15,000 annually</p>
<button style="background-color: rgb(5,70,126);">See all features</button>
<p>Get our most popular features for creating, sending & analyzing surveys.</p>
</div>
</div>
<div id="box">
<div id="title" style="background-color: rgb(83,34,91);">Team Advantage</div>
<div id="details">
<h2>₹975/user/month</h2>
<p>Starting at 3 users, billed annually</p>
<button style="background-color: rgb(83,34,91);">See all features</button>
<p>Collaboration tools and survey features that help your team work more efficiently.</p>
</div>
</div>
</div>
</div>
<div id="banner4">
<div>
<p style="font-size: 20px;">Looking for targeted responses to your surveys?</p>
<p>Get the responses you need in minutes with SurveyMonkey Audience, our trusted panel<br>more than 175 million respondents from across the globe.</p>
<button id="scroll">Learn more</button>
</div>
<img src="./images/Map_image.png">
</div>
<div id="banner5">
<p style="font-size: 30px; font-weight: 600;">Start with an expert-written template</p>
<p>Our sample survey templates make it easy for you to start collecting feedback in just minutes.<br>Explore hundreds of questions across different survey types, all designed<br>to get you accurate results you can rely on.</p>
</div>
<div id="container">
<div id="left-container">
<p id="show-all-templates"></p>
<div>
<input type="text" placeholder="Search"><span class="material-symbols-outlined">search</span>
</div>
<p>Filter by survey type</p>
<div id="left-container-labels">
<div>
<input class="checkbox" name="checkbox" data-id="" type="radio" value="customers">
<label>Customers</label>
</div>
<div>
<input class="checkbox" name="checkbox" data-id="" type="radio" value="education">
<label>Education</label>
</div>
<div>
<input class="checkbox" name="checkbox" data-id="" type="radio" value="employees">
<label>Employees</label>
</div>
<div>
<input class="checkbox" name="checkbox" data-id="" type="radio" value="events">
<label>Events</label>
</div>
<div>
<input class="checkbox" name="checkbox" data-id="" type="radio" value="healthcare">
<label>Healthcare</label>
</div>
<div>
<input class="checkbox" name="checkbox" data-id="" type="radio" value="market research">
<label>Market Research</label>
</div>
<div>
<input class="checkbox" name="checkbox" data-id="" type="radio" value="nonprofit">
<label>Nonprofit</label>
</div>
<div>
<input class="checkbox" name="checkbox" data-id="" type="radio" value="other">
<label>Other</label>
</div>
</div>
</div>
<div id="right-container"></div>
</div>
<div id="banner6">
<p style="font-size: 30px; font-weight: 600;">Tools that spark business breakthroughs</p>
<p>Discover specialized toolkits designed for your role and industry.</p>
<div>
<div>
<img src="https://prod.smassets.net/assets/cms/sm/uploads//customer-support-toolkit-directory.png">
<h3>Customer support</h3>
<p>Provide better customer experiences while keeping your teams engaged.</p>
<p>Learn more</p>
</div>
<div>
<img src="https://prod.smassets.net/assets/cms/sm/uploads//hr-leader-toolkit-directory.png">
<h3>Human resources</h3>
<p>Provide better customer experiences while keeping your teams engaged.</p>
<p>Learn more</p>
</div>
<div>
<img src="https://prod.smassets.net/assets/cms/sm/uploads//product-manager-toolkit-directory.png">
<h3>Product management</h3>
<p>Provide better customer experiences while keeping your teams engaged.</p>
<p>Learn more</p>
</div>
</div>
</div>
<div id="banner7">
<p style="font-size: 30px; font-weight: 600;">Go beyond collecting feedback-deliver better<br>experiences that drive your business</p>
<div>
<div>
<img src="https://prod.smassets.net/assets/cms/sm/uploads//Momentive-Symbol-RGB-1-1.png">
<p style="font-size: 25px; font-weight: 600;">Momentive Solutions</p>
<p>Get a platform that can grow and change along with your survey needs over time. Browse our plans to learn more about specific features.</p>
<button>Visit Momentive</button>
</div>
<div>
<img src="https://prod.smassets.net/assets/cms/sm/uploads//gfp-logo-rgb-2x-1.png">
<p style="font-size: 25px; font-weight: 600;">GetFeedback</p>
<p>Manage your company’s data with advanced security and control, so you can enable your teams to share and collaborate safely.</p>
<button>Visit GetFeedback</button>
</div>
</div>
</div>
<div id="banner8">
<p style="font-size: 30px; font-weight: 600;">Still curious?</p>
<p>Explore these additional resources to help you launch successful survey projects.</p>
<div>
<div>
<img src="https://prod.smassets.net/assets/cms/sm/uploads//golden-state-warriors.png">
<h4>Success Stories</h4>
<p>Read about our customers, explore our webinars, and get guides on collecting feedback in your industry.</p>
<p>Explore resources</p>
</div>
<div>
<img src="https://prod.smassets.net/assets/cms/sm/uploads//blog-tile-card.png">
<h4>Blog</h4>
<p>Get tips on how to create better surveys, hear the latest product news, or check out our signature research.</p>
<p>See Curiosity at Work</p>
</div>
<div>
<img src="https://prod.smassets.net/assets/cms/sm/uploads//help-center-tile.png">
<h4>Help Center</h4>
<p>Access tutorials on how features work, learn more about billing, contact Customer Support, and more.</p>
<p>Visit Help Center</p>
</div>
</div>
</div>
<div id="bottom">
<div>
<div>
<h3>DOWNLOAD THE APP</h3>
<a href="https://play.google.com/store/apps/details?id=com.surveymonkey">
<img src="https://cdn.worldvectorlogo.com/logos/get-it-on-google-play.svg">
</a>
<br>
<a href="https://apps.apple.com/in/app/surveymonkey/id723867634">
<img src="https://cdn.worldvectorlogo.com/logos/available-on-the-app-store.svg">
</a>
</div>
<div>
<h3>ABOUT US</h3>
<p>About Us</p>
<p>Our Teams</p>
<p>Board of Directors</p>
<p>Our Vision & Purpose</p>
<p>Office Locations</p>
<p>Awards</p>
<p>FAQs</p>
<p>Vendor Connect</p>
</div>
<div>
<h3>NEWS & MEDIA</h3>
<p>Press releases</p>
<p>Newsletters</p>
<p>Events</p>
<p>Photo gallery</p>
<p>Recipes</p>
<p>NBTV</p>
<p>Our Virtual Store</p>
<h3>CAREERS</h3>
<p>Work with Us</p>
</div>
<div>
<h3>OUR POLICIES</h3>
<p>Privacy policy</p>
<p>Payment policy</p>
<p>Disclaimer</p>
<p>Cookies Notice</p>
<p>Cookies Preferences</p>
<p>Security Statement</p>
<p>GDPR Compliance</p>
<p>Email Opt-In</p>
</div>
<div>
<h3>SIGN UP TO STAY UPDATED</h3>
<input type="text" placeholder="ENTER YOUR EMAIL ADDRESS">
<a href="signup.html">
<button>SUBSCRIBE</button>
</a>
</div>
</div>
<div id="footer">
<p>Payment Methods : </p>
<img src="https://www.naturesbasket.co.in/Images/icons-card-payments-mode.png">
<p style="margin-left: 300px;">Community : </p>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512">
<path
d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path
d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512">
<path
d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
<path
d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512">
<path
d="M496 256c0 137-111 248-248 248-25.6 0-50.2-3.9-73.4-11.1 10.1-16.5 25.2-43.5 30.8-65 3-11.6 15.4-59 15.4-59 8.1 15.4 31.7 28.5 56.8 28.5 74.8 0 128.7-68.8 128.7-154.3 0-81.9-66.9-143.2-152.9-143.2-107 0-163.9 71.8-163.9 150.1 0 36.4 19.4 81.7 50.3 96.1 4.7 2.2 7.2 1.2 8.3-3.3.8-3.4 5-20.3 6.9-28.1.6-2.5.3-4.7-1.7-7.1-10.1-12.5-18.3-35.3-18.3-56.6 0-54.7 41.4-107.6 112-107.6 60.9 0 103.6 41.5 103.6 100.9 0 67.1-33.9 113.6-78 113.6-24.3 0-42.6-20.1-36.7-44.8 7-29.5 20.5-61.3 20.5-82.6 0-19-10.2-34.9-31.4-34.9-24.9 0-44.9 25.7-44.9 60.2 0 22 7.4 36.8 7.4 36.8s-24.5 103.8-29 123.2c-5 21.4-3 51.6-.9 71.2C65.4 450.9 0 361.1 0 256 0 119 111 8 248 8s248 111 248 248z" />
</svg>
</div>
</div>
<p>© 2022 Survey Home Limited. All rights reserved. | Privacy Policy | Terms of Use | Helpline Number -
9876543210 | Site Map | Mobile Site | Copyright © 1999-2022 Momentive</p>
</body>
</html>
<script src="./index.js"></script>
<script src="api_append.js"></script>