-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
486 lines (446 loc) · 24.3 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
<!DOCTYPE html>
<html>
<head>
<title>Salesflare - Simple yet powerful CRM for small businesses</title>
@@include('./partials/inject_head.html')
<meta name="theme-color" content="rgb(60,182,227)">
<link rel="stylesheet" type="text/css" href="css/homepage.css">
<link rel="canonical" href="https://salesflare.com">
</head>
<body>
@@include('./partials/mobile_menu.html')
<div class="sf-header">
@@include('./partials/menu.html')
<!-- hero -->
<div class="sf-hero">
<div class="container">
<div class="row">
<!-- mockup -->
<div class="col-md-6 col-md-push-6">
<div class="mockup">
<div class="behind-mockup no-mobile">
<img src="img/hero-bg.png" alt="Hero" loading="lazy">
</div>
<img src="img/hero-bg-mobile.png" class="only-mobile" style="width: 560px" loading="lazy">
</div>
</div>
<!-- end mockup -->
<div class="col-md-6 col-md-pull-6 above-mockup">
<h1>The CRM your team will love to use.</h1>
<p>
A simple yet powerful CRM for small and medium-sized businesses selling B2B.
</p>
<div style="display:flex; margin-top: 48px;">
<div>
<a class="sf-main-button" href="https://app.salesflare.com/#/signup/" onclick="window.trackLink(event, 'sign-up');" title="Free Trial" id="sf-homepage-signup-button">Try it for free</a>
</div>
<div>
<a class="sf-secondary-button" onclick="$('.iubenda-cs-close-btn').click();window.trackLink(event, 'book-demo');" title="Book demo" id="sf-homepage-demo-button" data-toggle="modal" data-target="#ycb-modal">Book a demo</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end hero -->
</div>
<!-- Modal -->
<div class="modal fade" id="ycb-modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title" id="myModalLabel">Book a demo</h4>
</div>
<div class="modal-body">
<iframe src="https://salesflare-talk-to-us.youcanbook.me/?noframe=true&skipHeaderFooter=true&SOURCE=website-homepage" id="ycbmiframesalesflare-talk-to-us" frameborder="0" allowtransparency="true" class="ycb-frame"></iframe><!--<script>window.addEventListener && window.addEventListener("message", function(event){if (event.origin === "https://salesflare-talk-to-us.youcanbook.me"){document.getElementById("ycbmiframesalesflare-talk-to-us").style.height = event.data + "px";}}, false);</script>-->
</div>
</div>
</div>
</div>
<a href="whitepaper" class="whitepaper-link">
<div class="sf-header-foot">
<div class="container">
<div class="row">
<div class="col-xs-12">
<span class="sf-hf-button sf-button">NEW</span>
<span class="whitepaper">WHITEPAPER </span>
<span>- The augmented sales team</span>
<span class="read-more">DOWNLOAD ></span>
</div>
</div>
</div>
</div>
</a>
<!-- end of header -->
<div class="sf-logos">
<div class="container">
<p>Salesflare works with</p>
<div class="row">
<div>
<img src="img/gmail.png" alt="Gmail" />
<p>Gmail</p>
</div>
<div>
<img src="img/office365.png" alt="Microsoft 365" />
<p>Microsoft 365</p>
</div>
<div>
<img src="img/exchange.png" alt="Exchange" />
<p>Exchange</p>
</div>
<div>
<img src="img/icloud.png" alt="iCloud" />
<p>iCloud</p>
</div>
<div>
<img src="img/linkedin.png" alt="LinkedIn" />
<p>LinkedIn</p>
</div>
<div>
<img src="img/zapier.png" alt="Zapier" />
<p>Zapier</p>
</div>
</div>
</div>
</div>
<div class="sf-boxes">
<div class="container">
<h3>Still manually updating <br class="only-mobile">your CRM?</h3>
<div class="row">
<div class="tab-wrap">
<input type="radio" id="tab1" name="tabGroup1" class="tab" checked>
<label for="tab1">Automate your CRM</label>
<input type="radio" id="tab2" name="tabGroup1" class="tab">
<label for="tab2">Follow up flawlessly</label>
<input type="radio" id="tab3" name="tabGroup1" class="tab">
<label for="tab3">Work as one team</label>
<input type="radio" id="tab4" name="tabGroup1" class="tab">
<label for="tab4">Integrate everything</label>
<input type="checkbox" id="accordion1" name="accordionGroup1" class="accordion" checked>
<label for="accordion1"> Automate your CRM</label>
<div class="tab-content" id="content1">
<div class="row">
<div class="col-md-3 tab-description">Make more sales while spending less time managing data and emails.</div>
<div class="col-md-9">
<figure>
<img src="img/screenshots/suggested-accounts.png" alt="Salesflare suggested accounts.">
<figcaption>Salesflare keeps track of who you’re in touch with, so you don’t have to.</figcaption>
</figure>
<h2>POPULAR FEATURES:</h2>
<div class="row">
<div class="col-md-4 gap">
<h3>Automated address book</h3>
<p>
Convert your business email inbox and calendar into an automated address book that contains everyone you know.
</p>
</div>
<div class="col-md-4 gap">
<h3>Data enrichment</h3>
<p>
Automatically enrich your accounts and contacts with data from publicly available sources and email signatures.
</p>
</div>
<div class="col-md-4">
<h3>Email, meeting and call sync</h3>
<p>
Capture your interactions with leads in automated timelines that you can rely on to better organize your follow up.
</p>
</div>
</div>
<div class="row">
<div class="col-md-4 gap">
<h3>Account & contact suggestions</h3>
<p>
Get suggestions to add accounts and contacts you're in touch with, so you don't have to remember it all yourself.
</p>
</div>
<div class="col-md-4 gap">
<h3>Email sequences</h3>
<p>
Engage with your leads and customers in a personal way at scale. Follow up flawlessly until you get in touch.
</p>
</div>
<div class="col-md-4">
<a href="feature1">
<div class="box-button">
READ MORE
<span> > </span>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<input type="checkbox" id="accordion2" name="accordionGroup1" class="accordion">
<label for="accordion2"> Follow up flawlessly</label>
<div class="tab-content" id="content2">
<div class="row">
<div class="col-md-3 tab-description">Never miss a follow up again with effortless customer tracking.</div>
<div class="col-md-9">
<figure>
<img src="img/screenshots/notifications.jpg" alt="Salesflare notifications">
<figcaption>Salesflare notifies you of every important update and sends automated reminders.</figcaption>
</figure>
<h2>POPULAR FEATURES:</h2>
<div class="row">
<div class="col-md-4 gap">
<h3>Visual sales pipeline</h3>
<p>
See your whole sales pipeline in one easily controllable overview. Drag and drop your leads through it as you go.
</p>
</div>
<div class="col-md-4 gap">
<h3>Automated reminders</h3>
<p>
Get reminded to follow up, reply to emails, or add notes, so you never forget to follow up your leads ever again.
</p>
</div>
<div class="col-md-4">
<h3>Email and web tracking</h3>
<p>
Track when people open your emails, which links they click in these emails, and what they read on your website.
</p>
</div>
</div>
<div class="row">
<div class="col-md-4 gap">
<h3>Live notifications</h3>
<p>
Keep up with everything that happens through live notifications on your device and a central notification center.
</p>
</div>
<div class="col-md-4 gap">
<h3>Saved filters</h3>
<p>
Create lists or segments you can easily return to by saving your advanced, cross-entity filtering combinations.
</p>
</div>
<div class="col-md-4">
<a href="feature2">
<div class="box-button">
READ MORE
<span> > </span>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<input type="checkbox" id="accordion3" name="accordionGroup1" class="accordion">
<label for="accordion3"> Work as one team</label>
<div class="tab-content" id="content3">
<div class="row">
<div class="col-md-3 tab-description">Share your customer conversations, so you can address them as one team.</div>
<div class="col-md-9">
<figure>
<img src="img/screenshots/collaboration.jpg" alt="Salesflare account timeline">
<figcaption>Working together on customers is much easier with Salesflare.</figcaption>
</figure>
<h2>POPULAR FEATURES:</h2>
<div class="row">
<div class="col-md-4 gap">
<h3>Shared communications</h3>
<p>
Share all your team's communication with a customer in one place, so you can serve your customers as a true team.
</p>
</div>
<div class="col-md-4 gap">
<h3>Relationship intelligence</h3>
<p>
See who in your team knows whom at a company and how well, so you can build stronger relationships together.
</p>
</div>
<div class="col-md-4">
<h3>Shared email templates</h3>
<p>
Create reusable, standard templates that you can quickly easily insert into emails within Salesflare and Gmail.
</p>
</div>
</div>
<div class="row">
<div class="col-md-4 gap">
<h3>Permissions system</h3>
<p>
Decide what data and pipelines (not) to share with your team using a powerful, yet easy-to-use permissions system.
</p>
</div>
<div class="col-md-4 gap">
<h3>Customizable reporting</h3>
<p>
Build reports and dashboards that inform you how your team is doing and how you can improve your sales approach.
</p>
</div>
<div class="col-md-4">
<a href="feature3">
<div class="box-button">
READ MORE
<span> > </span>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<input type="checkbox" id="accordion4" name="accordionGroup1" class="accordion">
<label for="accordion4"> Integrate everything</label>
<div class="tab-content" id="content4">
<div class="row">
<div class="col-md-3 tab-description">Integrate with the rest of your toolset to boost your productivity.</div>
<div class="col-md-9">
<figure>
<img src="img/screenshots/linkedin-sidebar.jpg" alt="Salesflare LinkedIn sidebar">
<figcaption>Salesflare integrates deeply with your LinkedIn, Gmail and/or Outlook.</figcaption>
</figure>
<h2>POPULAR FEATURES:</h2>
<div class="row">
<div class="col-md-4 gap">
<h3>Email & calendar integration</h3>
<p>
Integrate your CRM with your emails and calendar, so it can automate your timelines and your address book at once.
</p>
</div>
<div class="col-md-4 gap">
<h3>Call history integration</h3>
<p>
Sync the calls you make on your Android phone to Salesflare. Automatically log calls when you click to call as well.
</p>
</div>
<div class="col-md-4">
<h3>LinkedIn sidebar & email finder</h3>
<p>
Add and manage leads seamlessly from within LinkedIn. Find business email addresses with a built-in email finder.
</p>
</div>
</div>
<div class="row">
<div class="col-md-4 gap">
<h3>Zapier & native integrations</h3>
<p>
Integrate Salesflare with 5000+ other apps using Zapier, Make, ... or any of Salesflare's many native integrations.
</p>
</div>
<div class="col-md-4 gap">
<h3>Mobile application</h3>
<p>
Get access to 100% of your CRM's functionality on your phone by installing Salesflare's app for iOS and Android.
</p>
</div>
<div class="col-md-4">
<a href="feature4">
<div class="box-button">
READ MORE
<span> > </span>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="sf-awards">
<div class="container">
<div class="row">
<h3 class="feature-h3">Here are some of the awards Salesflare has received</h3>
</div>
<div style="margin-top: 16px;">
<span>
<img src="img/badges/capterra-ease-of-use.png" alt="" loading="lazy" style="width: 96px; margin: 0 16px;">
</span>
<span>
<img src="img/badges/g2-most-implementable.svg" alt="" loading="lazy" style="width: 90px; margin: 0 16px;">
</span>
<span>
<img src="img/badges/capterra-best-value.png" alt="" loading="lazy" style="width: 96px; margin: 0 16px;">
</span>
<span>
<img src="img/badges/g2-best-support.svg" alt="" loading="lazy" style="width: 90px; margin: 0 16px;">
</span>
<span>
<img src="img/badges/getapp-category-leader.png" alt="" loading="lazy" style="width: 105px; margin: 0 16px;">
</span>
<span>
<img src="img/badges/softwareadvice-most-recommended.png" alt="" loading="lazy" style="width: 124px;">
</span>
</div>
</div>
</div>
<div class="sf-why">
<div class="container">
<div class="title">
<h3>Why Use Salesflare?</h3>
</div>
<div class="comment">
<p>“It's a CRM that fills out itself. I'm saving so much time and energy.”</p>
<div class="author">
<div>
<img src="img/costumer1.png" alt="Eveline Smet | The Growth Agency" />
</div>
<div>
<p>Eveline Smet</p>
<p>The Growth Agency</p>
</div>
</div>
</div>
<div class="comment">
<p>“If you want an intuitive, automated, and intelligent sales CRM, I have seen nothing that comes close to Salesflare.”</p>
<div class="author">
<div>
<img src="img/costumer3.png" alt="Colin Lernell | Udacity" />
</div>
<div>
<p>Colin Lernell</p>
<p>Udacity</p>
</div>
</div>
</div>
</div>
</div>
<a href="feature1">
<div class="sf-tour">
<div class="container">
<div class="row">
<div>
<h1>Take the Tour</h1>
<p>Screenshots, features & more</p>
</div>
<div>
<img src="img/arrow-tour.png" alt="" />
</div>
</div>
</div>
</div>
</a>
<div class="sf-news">
<div class="container">
<div class="row">
<div class="col-md-4">
<h3>Free Sales Whitepaper</h3>
<p>
Enter your email address to download our free whitepaper ‘The augmented sales’ team.
</p>
</div>
<div class="col-md-8">
<form action="https://salesflare.us8.list-manage.com/subscribe/post?u=e6b1e240fe7c654b0536c1e63&id=7753578505" method="post">
<div class="input-group">
<input type="text" name="EMAIL" class="form-control" placeholder="Enter your email address">
<span class="input-group-btn">
<button class="btn btn-default" type="submit"> <img src="img/RightArrow.png" alt="" /> </button>
</span>
</div>
</form>
</div>
</div>
</div>
</div>
@@include('./partials/footer.html')
@@include('./partials/inject_foot.html')
</body>
</html>