-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeature2.html
More file actions
200 lines (171 loc) · 6.61 KB
/
feature2.html
File metadata and controls
200 lines (171 loc) · 6.61 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Follow-up</title>
@@include('./partials/inject_head.html')
<link rel="stylesheet" type="text/css" href="css/feature2.css">
<link rel="canonical" href="https://salesflare.com/feature2" />
</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>Never miss a follow-up again</h1>
<p>Following up prospects and customers has never been easier.</p>
</div>
<div class="col-md-1 col-md-pull-10 col-xs-6 left arrow">
<a href="feature1">
<img src="img/left-fade-arrow.png" alt="Feature 4">
</a>
</div>
<div class="col-md-1 col-xs-6 right arrow">
<a href="feature3">
<img src="img/right-fade-arrow.png" alt="Feature 2">
</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>Always stay on top of your opportunities.</h3>
<p>
Get all your opportunities in <span class="bold black">one smart overview</span> and know which one requires your attention today.
</p>
<p>
Salesflare intelligently brings the opportunities to the surface for which action is due and shows the information you need to take that action.
</p>
<p>
If not now, you can decide to follow up later or assign the opportunity to someone else.
</p>
</div>
</div>
<div class="col-md-6 second">
<div class="content">
<div class="contact-img">
<img src="img/opportunities.gif" loading="lazy" alt="" style="width: 368px">
</div>
</div>
</div>
</div>
</div>
</div>
<div class="sf-testimonial" style="position: relative">
<p style="position: absolute; z-index: 1; width: 100%; bottom: 40px">
“We were looking for a simple tool that would
<br class="only-mobile" /> help us
<br class="no-mobile" /> see through the daily clutter.
<br class="only-mobile" />That’s when I found out about Salesflare.”
</p>
<div class="wrapper">
<img src="img/pipeline.png" style="width: 100%;z-index:-1;display:block;position: relative" />
</div>
</div>
<div class="sf-article sf-two-columns">
<div class="container">
<div class="row">
<div class="col-md-6 quote first">
<div class="content">
<h3>
Follow up based on your customer’s reactions.
</h3>
<p>
Track when and how your customers are digitally engaging with you.
</p>
<p>
Are they opening your emails? Did they visit your website? Which pages were they interested in? Invaluable tracking information is stored per customer and is revealed to you as real-time notifications, so you can follow up in an informed way.
</p>
</div>
</div>
<div class="col-md-6 image second full-col">
<div class="content">
</div>
</div>
</div>
</div>
</div>
<div class="sf-quote">
<div class="container full">
<div class="row">
<p>“In tennis, life and business, timing is everything.”</p>
</div>
</div>
</div>
<div class="sf-trackers">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="circle-border">
<img src="img/mail.png" alt="Mail Tracking" />
</div>
<p>Email tracking</p>
</div>
<div class="col-md-4">
<div class="circle-border">
<img src="img/link.png" alt="Document Tracking" />
</div>
<p>Link tracking</p>
</div>
<div class="col-md-4">
<div class="circle-border">
<img src="img/panel.png" alt="Website tracking" />
</div>
<p>Website tracking</p>
</div>
</div>
</div>
</div>
<div class="sf-costumers sf-two-columns">
<div class="container">
<div class="row">
<div class="col-md-6 first">
<div class="content">
<img src="img/mockup-f1.jpg" alt="" class="">
</div>
</div>
<div class="col-md-6 second">
<div class="content">
<h3>Know your customers inside out.</h3>
<p>
When was your last contact? What did your customer tweet? What other social profiles does he or she have?
</p>
<p class="italic">You ask, Salesflare knows it.</p>
</div>
</div>
</div>
</div>
</div>
<!-- continuing the tour -->
<div class="tour-wrapper">
<a href="feature3">
<div class="sf-tour">
<div class="container">
<div class="row">
<div>
<h1>Continue the Tour</h1>
<p>Work together as one team</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>