-
Notifications
You must be signed in to change notification settings - Fork 0
/
feature1.html
164 lines (139 loc) · 4.35 KB
/
feature1.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
<!DOCTYPE html>
<html>
<head>
<title>Less admin</title>
@@include('./partials/inject_head.html')
<link rel="stylesheet" type="text/css" href="css/feature1.css">
<link rel="canonical" href="https://salesflare.com/feature1" />
</head>
<body>
@@include('./partials/mobile_menu.html')
<!-- header -->
<div class="sf-header feature">
@@include('./partials/menu.html')
<!-- hero -->
<div class="sf-hero">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-push-1 col-xs-12">
<h1>Input less data, make more sales</h1>
<p>Your time is precious. <br class="only-mobile" /> Focus on your customers.</p>
</div>
<div class="col-md-1 col-md-pull-10 col-xs-6 left arrow">
<a href="feature4">
<img src="img/left-fade-arrow.png" alt="">
</a>
</div>
<div class="col-md-1 col-xs-6 right arrow">
<a href="feature2">
<img src="img/right-fade-arrow.png" alt="">
</a>
</div>
</div>
</div>
</div>
<!-- end hero -->
</div>
<!-- end of header -->
<div class="sf-two-columns sf-info">
<div class="container">
<div class="row">
<div class="col-md-6 first">
<div class="content">
<h3>Fully automated contact and company info.</h3>
<p>
Don’t worry about storing telephone numbers, email addresses or postal addresses for every customer anymore. No more searching for LinkedIn profiles. Salesflare gathers this information from emails, email signatures, social profiles, and more. Everything automatically appears in your address book.
</p>
</div>
</div>
<div class="col-md-6 second">
<div class="content">
<div class="contact-img">
<img src="img/contact.gif" loading="lazy" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
<div class="sf-quote">
<p>Stop managing data, start managing customers. Reduce time spent on data entry by more than 70%.</p>
</div>
<div class="sf-logs sf-one-column">
<div class="container full-md">
<div class="row">
<h3 class="">Find anyone's email address.</h3>
<p class="">Don't know where to email them? Based on their first name, last name and company, Salesflare will find their business email address in a matter of seconds.</p>
</div>
</div>
</div>
<div class="sf-calendars">
<div class="container wide">
</div>
</div>
<div class="sf-logs sf-one-column">
<div class="container full-md">
<div class="row">
<h3 class="">Automatic logging of meetings and phone calls.</h3>
<p class="">Stop losing time on reporting what you’ve done. Salesflare connects to your calendar and mobile phone to log your meetings and phone calls with customers for you.</p>
</div>
</div>
</div>
<div class="sf-testimonial">
<div class="container">
<div class="row">
<p>“My husband and kids welcomed the extra time I can spend
with them now. That’s for sure.”</p>
<div class="author">
<div>
<img src="img/costumer2.png" alt="" />
</div>
<div>
<p>Linda Dufour</p>
<p>Century 21</p>
</div>
</div>
</div>
</div>
</div>
<div class="sf-two-columns sf-doc">
<div class="container wide">
<div class="row">
<div class="col-md-6 first">
<div class="content">
<h3>A handy document folder per customer.</h3>
<p>
It’s blazingly quick to find documents back. Salesflare automatically organizes the documents (and other files) you and your team exchange with customers.
</p>
</div>
</div>
<div class="col-md-6 second">
<div class="content">
<img src="img/document.png" alt="" />
</div>
</div>
</div>
</div>
</div>
<!-- continuing the tour -->
<div class="tour-wrapper">
<a href="feature2">
<div class="sf-tour">
<div class="container">
<div class="row">
<div>
<h1>Continue the Tour</h1>
<p>Never miss a follow-up again</p>
</div>
<div>
<img src="img/arrow-tour.png" alt="" />
</div>
</div>
</div>
</div>
</a>
</div>
@@include('./partials/footer.html')
@@include('./partials/inject_foot.html')
</body>
</html>