-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
594 lines (457 loc) · 17 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
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>A fresh approach to customer engagement</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- css file -->
<link rel="stylesheet" href="style.css" />
<!-- google fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Poppins&display=swap"
rel="stylesheet"
/>
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
<!-- bootstrap icons -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"
/>
<!-- favicon -->
<link
rel="icon"
type="image/gif"
href="assets/img/logo2-removebg-preview.png"
/>
<!-- font awesome -->
<script
src="https://kit.fontawesome.com/da062b7265.js"
crossorigin="anonymous"
></script>
<!-- glassdoor external icon -->
<script src="https://code.iconify.design/1/1.0.7/iconify.min.js"></script>
</head>
<body>
<button class="fixed">
<i style="margin-right: 5px;" class="bi bi-envelope"></i>CONTACT SALES
</button>
<!-- banner -->
<div class="banner">
<p style="margin-right: 5px;">
<span> <button><p>NEW</p></button></span>
We've won the 'CRM Solution of the Year' at the Cloud Awards 2020.
<span style="font-weight: bold;">Read more</span>
<span class="bi bi-arrow-right"></span>
</p>
</div>
<!-- navbar -->
<div class="navbar">
<div class="logo">
<img src="assets/img/logo-fworks-black.svg">
<label for="btn" class="icon">
<span class="fa fa-bars"></span>
</label>
<input type="checkbox" id="btn">
</div>
<ul>
<li>
<label for="btn-1" class="show">Products</label>
<input type="checkbox" id="btn-1">
<a href="#">Products
<i class="bi bi-chevron-down"></i>
</a>
<ul>
</ul>
</li>
<li>
<label for="btn-2" class="show">Platform</label>
<input type="checkbox" id="btn-2">
<a href="#">Platform
<i class="bi bi-chevron-down"></i>
</a>
</li>
<li>
<label for="btn-3" class="show">Company</label>
<input type="checkbox" id="btn-3">
<a href="#">Company
<i class="bi bi-chevron-down"></i>
</a>
<ul>
<li><a href="#">About</a></li>
<li><a href="#">Leadership</a></li>
<li><a href="#">Board of Directors</a></li>
<li><a href="#">Investors</a></li>
<li><a href="#">Affiliates</a></li>
<li><a href="#">Partners</a></li>
<li><a href="#">Careers</a></li>
<li><a href="#">Press</a></li>
<li><a href="#">Contact us</a></li>
</ul>
</li>
<li>
<label for="btn-4" class="show">Resources</label>
<input type="checkbox" id="btn-4">
<a href="#">Resources
<i class="bi bi-chevron-down"></i>
</a>
<ul>
<li><a href="#">Blogs</a></li>
<li><a href="#">Academy</a></li>
<li><a href="#">Videos</a></li>
<li><a href="#">Fresh Start(NEW)</a></li>
</ul>
</li>
<li>
<a href="#">Customers</a>
</li>
<li>
<label for="btn-5" class="show">Support</label>
<input type="checkbox" id="btn-5">
<a href="#">Support
<i class="bi bi-chevron-down"></i>
</a>
<ul>
<li><a href="#">Help & Support</a></li>
<li><a href="#">Services</a></li>
</ul>
</li>
<li>
<label for="btn-6" class="show"></label>
<input type="checkbox" id="btn-6">
<a href="#"> <img
src="https://hatscripts.github.io/circle-flags/flags/us.svg"
style="width: 30px; margin-left: 0; margin-top: -5px;"
/>
<i class="bi bi-chevron-down"></i>
</a>
</li>
</ul>
</div>
<!-- homepage -->
<div class="container" id="home">
<div class="row" id="flex-home">
<div class="col" id="col1">
<h1>Best-in-class customer and employee engagement</h1>
<p>
A software suite that is intuitive and easy to use so you have a happy
and engaged workforce who in turn help you build and create lasting
relationships with customers for life.
</p>
<div id="subcol1">
<button>GET STARTED</button>
</div>
</div>
<div class="col" id="col2">
<img
src="assets/img/Screenshot__142_-removebg-preview.png"
alt=""
style="margin-top: 20px; "
/>
</div>
</div>
</div>
<!-- mainpage -->
<section id="main">
<div class="container" id="mainheading">
<h1>Refreshing business software that your teams will love</h1>
<p class="mainheading" style="margin-bottom: 50px;">
All of our products are ready to go, easy to use and offer great value
to any kind of business.
</p>
<div class="container" id="boxes">
<p class="headp" style="font-size: 18px;">Customer Experience</p>
<div class="box1">
<div class="col-1" style="width: 45%;">
<img src="assets/img/freshdesk.svg" style="width: 120px;" />
<p class="boxt">
A unified platform to deliver the best omnichannel customer
service.
</p>
</div>
<div class="col-2" style="width: 50%;">
<a href="">
<i class="bi bi-arrow-right"></i>
Learn more
</a>
<button class="boxbut">START TRIAL</button>
</div>
</div>
<div class="box2">
<div class="col-1" style="width: 45%;">
<img src="assets/img/freshchat.svg" style="width: 110px;" />
<p class="boxt">
Engage and delight your customers wherever they are - web,
mobile and social messengers.
</p>
</div>
<div class="col-2" style="width: 50%;">
<a href="">
<i class="bi bi-arrow-right"></i>
Learn more
</a>
<button class="boxbut">START TRIAL</button>
</div>
</div>
<div class="box3">
<div class="col-1" style="width: 45%;">
<img src="assets/img/freshcaller.svg" style="width: 120px;" />
<p class="boxt">
Reimagine your cloud-based phone system for businesses of all
sizes across 90+ countries.
</p>
</div>
<div class="col-2" style="width: 50%;">
<a href="">
<i class="bi bi-arrow-right"></i>
Learn more
</a>
<button class="boxbut">START TRIAL</button>
</div>
</div>
<p class="headp">
Sales and Marketing
</p>
<div class="box4">
<div class="col-1" style="width: 45%;">
<img src="assets/img/crm.svg" style="width: 160px;" />
<p class="boxt">
Align your sales and marketing teams to create better experience
with n all-in-one CRM.
</p>
</div>
<div class="col-2" style="width: 50%;">
<a href="">
<i class="bi bi-arrow-right"></i>
Learn more
</a>
<button class="boxbut">START TRIAL</button>
</div>
</div>
<p class="headp">
IT Service Management
</p>
<div class="box5">
<div class="col-1" style="width: 45%;">
<img src="assets/img/freshservice.svg" style="width: 130px;" />
<p class="boxt">
Streamline your IT service and manage internal requests from
your employees.
</p>
</div>
<div class="col-2" style="width: 50%;">
<a href="">
<i class="bi bi-arrow-right"></i>
Learn more
</a>
<button class="boxbut">START TRIAL</button>
</div>
</div>
<p class="headp">
HR Management
</p>
<div class="box6">
<div class="col-1" style="width: 45%;">
<img src="assets/img/freshteam.svg" style="width: 120px;" />
<p class="boxt">
Recruit and onboard top talent. Manage all employee details and time off in one place.
</p>
</div>
<div class="col-2" style="width: 50%;">
<a href="">
<i class="bi bi-arrow-right"></i>
Learn more
</a>
<button class="boxbut">START TRIAL</button>
</div>
</div>
<button class="boxendbut">VIEW ALL PRODUCTS</button>
</div>
</div>
</section>
<!-- promise -->
<section id="promise">
<div class="container" style="width: 55%;">
<h1>The Freshworks Promise</h1>
<p>There are hundreds of vendors you deal with, who may promise you a thousand things.
Wondering how we’re different? </p>
<button>READ MORE</button>
</div>
</section>
<!-- companies -->
<section id="companies">
<h1>Trusted by over 40,000
customers around the world</h1>
<div class="container" id="comp">
<div class="row-1">
<img src="assets/img/Pearson_logo.png" style="width: 150px;">
<img src="assets/img/brewdog-logo-png-clipart.png" style="height: 50px;">
<img src="assets/img/bridgestone.jpg" style="width: 150px;">
<img src="assets/img/buying show.jpg" style="width: 100px;">
<img src="assets/img/klarna-vector-logo.png" style="width: 100px;">
<img src="assets/img/vice-media-group.full.png" style="height: 60px; width: 150px;">
</div>
<div class="row-2">
<img src="assets/img/deichmann-logo.png" style="width: 50px;">
<img src="assets/img/waterstons_logo.png" style="width: 130px; height: 50px;">
<img src="assets/img/fiverr.png" style="width: 100px;">
<img src="assets/img/-exabytes-logo-blue-display-new.png" style="width: 130px;">
<img src="assets/img/logo_georgfischer.jpg" style="width: 130px;">
<img src="assets/img/multichoice.png" style="width: 100px;">
</div>
<div class="row-3">
<img src="assets/img/blue-nile-squarelogo-1530132403079 (1).png" style="height: 50px; width: 120px;">
<img src="assets/img/team-viewer-logo.png" style="width: 130px;">
<img src="assets/img/engel logo.png" style="width: 150px">
<img src="assets/img/itv_logo-removebg-preview.png" style="width: 100px;">
<img src="assets/img/deliveryhero logo.png" style="width: 90px;">
<img src="assets/img/KMG_Logo_.jpg" style="width: 100px;">
</div>
</div>
</section>
<!-- feedback -->
<section id="feedback">
<div class="container" id="cardnbut">
<h1>Here’s what our customers have been saying about us</h1>
<button class="left" onclick="plusDivs(-1)"❮>
<i style="font-size: 30px; color: #3973e6; font-weight: bold;" class="bi bi-arrow-left"></i>
</button>
<div class="card-slider">
<div class="card first" id="card-1">
<div class="crow-1">
<i style="color: #9CB9F2; font-size: 35px;" class="fas fa-quote-left"></i>
<img src="assets/img/Phonepe_Thumnail_440_851.jpg" style="width: 150px;">
<i style="color: #9CB9F2; font-size: 35px;" class="fas fa-2x fa-quote-right"></i>
</div>
<p class="mainp">
“We adopted Freshworks' Freddy Omnibot platform for highly automated and personalized customer experience. For PhonePe, Freddy fetches context from the transactions made and offers contextual assistance for a personalized self-service experience from right within the app. We have been using it for a year and can confidently say that we have accomplished most of what we had in mind.”
</p>
<hr>
<div class="crow-2">
<p style="font-weight: bold; font-size: 19px; margin-bottom: 0px;">Vishal Gupta</p>
<p style="font-size: 14px; margin: 0px;">Head of product</p>
<p style="font-size: 14px; margin: 0;">PhonePe</p>
</div>
</div>
<div class="card" id="card-2">
<div class="crow-1">
<i style="color: #9CB9F2; font-size: 35px;" class="fas fa-quote-left"></i>
<img src="assets/img/waterstons_logo.png" style="width: 150px;">
<i style="color: #9CB9F2; font-size: 35px;" class="fas fa-2x fa-quote-right"></i>
</div>
<p class="mainp">
“The Freshworks team was a great asset during implementation and continue to be a key partner for Waterstons as we look to further mature and improve our services to customers, tailored to their specific needs.”
</p>
<hr>
<div class="crow-2">
<p style="font-weight: bold; font-size: 19px; margin-bottom: 0px;">Alex Bookless</p>
<p style="font-size: 14px; margin: 0px;">Head of Managed Services</p>
<p style="font-size: 14px; margin: 0;">Waterstons</p>
</div>
</div>
<div class="card" id="card-3">
<div class="crow-1">
<i style="color: #9CB9F2; font-size: 35px;" class="fas fa-quote-left"></i>
<img src="assets/img/payvision-logo.full.png" style="width: 150px;">
<i style="color: #9CB9F2; font-size: 35px;" class="fas fa-2x fa-quote-right"></i>
</div>
<p class="mainp">
“Because we're managing and handling tickets faster, satisfaction skyrocketed. 98% of the users say they are 'extremely satisfied' after handling a ticket, and give us a smiley face.”
</p>
<hr>
<div class="crow-2">
<p style="font-weight: bold; font-size: 19px; margin-bottom: 0px;">Alex Anheuer</p>
<p style="font-size: 14px; margin: 0px;">Manager Workplace Services</p>
<p style="font-size: 14px; margin: 0;">Payvision</p>
</div>
</div>
</div>
<button class="right" onclick="plusDivs(+1)"❯>
<i style="font-size: 30px; color: #3973e6; font-weight: bold;" class="bi bi-arrow-right"></i>
</button>
<div class="dots">
<div class="dot" id="dot1">
<button></button>
</div>
<div class="dot" id="dot2"><button>
</button></div>
<div class="dot" id="dot3"><button></button></div>
</div>
</div>
</section>
<!-- end section -->
<section id="endsection">
<h1>
We are among the Top 25 cloud companies to work for
</h1>
<img src="assets/img/company.jpg" style="width: 80%; margin-left: 10%; margin-right: 10%;">
</section>
<!-- contact -->
<section id="contact">
<div class="contactmenus">
<div class="freshworks">
<img src="assets/img/logo-fworks-black.svg" style="width: 100px;">
<ul>
<li>Freshworks</li>
<li>Freshdesk</li>
<li>Freshservice</li>
<li>Freshcaller</li>
<li>Freshchat</li>
<li>Freshteam</li>
<li>Freshping</li>
<li>Freshstatus</li>
<li>Freshsuccess</li>
<li>Freshworks CRM</li>
</ul>
</div>
<div class="company">
<h6>COMPANY</h6>
<ul>
<li>About</li>
<li>Leadership</li>
<li>Board of Director</li>
<li>Investors</li>
<li>Customers</li>
<li>Solutions</li>
<li>Affiliates</li>
<li>Partners</li>
<li>Careers</li>
<li>News room</li>
<li>GDPR</li>
<li>Tax FAQs</li>
<li>Contact use</li>
</ul>
</div>
<div class="vl">
</div>
<div class="events">
<h6>EVENTS</h6>
<ul>
<li>Customer First Summit</li>
<li>Refresh</li>
</ul>
</div>
<div class="casestudies">
<h6>CASE STUDIES</h6>
<ul>
Citizens Advice
</ul>
</div>
<div class="connectwithus">
<h6>CONNECT WITH US</h6>
<button><i class="fab fa-facebook-f"></i></button>
<button><i class="fab fa-twitter"></i></button>
<button><i class="fab fa-youtube"></i></button>
<button><i class="fab fa-linkedin-in"></i></button>
<button><i class="iconify" data-icon="simple-icons:glassdoor" data-inline="false"></i></button>
</div>
</div>
<div class="footer">
<p>Terms of service - Privacy Notice - Takedown Policy - GDPR - Security - CSR Policy - Tax FAQs - Unsubscribe</p>
</div>
</section>
</body>
<script src="script.js"></script>
</html>