-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathemail-marketing.php
416 lines (388 loc) · 23.9 KB
/
email-marketing.php
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Inesh | Email Marketing</title>
<!-- Stylesheets -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link rel="stylesheet" href="./css/font-awesome.min.css">
<!-- mobile responsive meta -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!--Favicon-->
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<script>
$(function(){
$("#header1").load("header.php");
$("#footer1").load("footer.php");
$("#modal23").load("modal.php");
});
</script>
</head>
<body>
<div class="page-wrapper">
<!-- Preloader -->
<div class="preloader"></div>
<!-- Preloader -->
<div id="header1"></div>
<!--End Main Header -->
<!-- ECOMM SECTION -->
<div class="container" style="margin-top: 3rem;">
<div class="row">
<div class="col-xs-10 col-xs-offset-1">
<div class="section-title" style="margin-bottom: 4rem;">
<h2 class="text-center" style="font-size:3.2rem">Email Marketing</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-sm-offset-0 col-xs-10 col-xs-offset-1" style="margin-bottom: 2rem;">
<!-- Using email to get your marketing message for your audience is an essential tool to increase your
business in the fast-moving world of internet business, because it provides open and interactive
communication. The most popular form of email marketing is email newsletters or e-zine.
Permission-based email marketing includes special email promotions, single blasts, ads, follow-up
sequences and auto responder, email courses, and more. Email marketing is popular because it is
relatively easy to get started, is quick, and affordable. When done right then it can also generate
considerable benefits. -->
<?php
include("connect.php");
$sql = 'SELECT * from `email_main`';
$result = $conn->query($sql);
if ($result->num_rows > 0) {
// output data of each row
while($row = $result->fetch_assoc()) {
echo htmlspecialchars_decode($row['content']);
}
}
$conn->close();
?>
<div class="row text-center" id="buttonn">
<button class="btn btn-lg btn-default" style="color: white; background-color:#E13737; border-radius: 0px!important; margin-top: 10vh; box-shadow: 1px 1px 1px 1px #E13737; border: 1px solid #E13737" data-toggle="modal" data-target="#myModal">
Request a quote <span class="glyphicon glyphicon-arrow-right"></span>
</button>
</div>
</div>
<div class="col-sm-6 col-sm-offset-0 col-xs-10 col-xs-offset-1" style="margin-bottom: 2rem;">
<div class="row">
<div style="" class="text-center">
<!-- <p style="padding-top:20vh">IMG</p> -->
<img src="./final-assets/Email Marketing/Email Marketing - Main Image.png" class="img-fluid" alt="">
</div>
</div>
</div>
</div>
</div>
<div id="modal23"></div>
<div class="container" style="margin-top: 5rem;">
<div class="row">
<div class="col-xs-10 col-xs-offset-1">
<div class="section-title" style="margin-bottom: 4rem;">
<h2 class="text-center" style="font-size:3.2rem">Overview</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-10 col-xs-offset-1">
<!-- The basis behind email marketing is that you create a list of customers who wants to hear from you.
Then you regularly market them by email so they can stay on top and buy more. You may be reading
this thinking that email marketing has already reached its peak, that everybody is doing it, and you
may not have to worry too much because these days everyone complains that they crowd is inbox.
But be assured, email marketing is a strategy that you should not ignore. Email newsletters that
deliver real value are still read, saved, shared, and clicked by the people. Plus, email marketing is a
great way to stay in touch with your audience, increase brand exposure, value and enhance your
rights. -->
<?php
include("connect.php");
$sql = 'SELECT * from `email_overview`';
$result = $conn->query($sql);
if ($result->num_rows > 0) {
// output data of each row
while($row = $result->fetch_assoc()) {
echo htmlspecialchars_decode($row['content']);
}
}
$conn->close();
?>
</div>
</div>
</div>
<section id="services" class="container" style="margin-top: 30px;">
<div class="row">
<div class="col-xs-10 col-xs-offset-1">
<div class="section-title" style="margin-bottom: 4rem;">
<h2 class="text-center" style="font-size:3.2rem">Email marketing can help your business grow</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-10 col-sm-offset-1 col-xs-10 col-xs-offset-1 text-center">
<div class="row mx-auto text-center">
<div class="col-xs-12 col-sm-6 col-md-4" style="margin-top: 18px;">
<div class="dontknowthename">
<div class="cb-container" style="padding: 10px;">
<div class="icon"><img src="./final-assets/Email Marketing/Save Valueable Budget.png" alt="Avatar" width="60px" height="60px" class="img-fluid" style="margin-top:-35px"></div>
<br><br>
<h4 class="title" Align="center" style="color:#0c2e8a; margin-top: 10px;"><a href="" style="color:#0c2e8a">Save valuable budget</a></h4>
<br>
<p class="description">
Save money and some trees! By going digital, you will avoid printing, paper, envelopes, mail handling, and postage expenses.
</p>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-4" style="margin-top: 18px;">
<div class="dontknowthename">
<div class="cb-container" style="padding: 10px;">
<div class="icon"><img src="./final-assets/Email Marketing/Increase Brand Identity.png" alt="Avatar" width="60px" height="60px" class="img-fluid" style="margin-top:-35px"></div>
<br><br>
<h4 class="title" Align="center" style="color:#0c2e8a; margin-top: 10px;"><a href="" style="color:#0c2e8a">Increase Brand Identity</a></h4>
<br>
<p class="description">
Get your brand image and name in front of your audience more often by including your logo, tagline, colour palette, and brand graphics in your email communication template design. </p>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-4" style="margin-top: 18px;">
<div class="dontknowthename">
<div class="cb-container" style="padding: 10px;">
<div class="icon"><img src="./final-assets/Email Marketing/Connect with your Target Marget.png" alt="Avatar" width="60px" height="60px" class="img-fluid" style="margin-top:-35px"></div>
<br><br>
<h4 Align="center" style="color:#0c2e8a; margin-top: 10px;"><a href="" style="color:#0c2e8a">Connect with your target market</a></h4>
<br>
<p class="description">
Email marketing helps you keep in touch with your audience, keeping your mind on a regular basis and at the tip of their tongue.</p>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-4" style="margin-top: 18px;">
<div class="dontknowthename">
<div class="cb-container" style="padding: 10px;">
<div class="icon"><img src="./final-assets/Email Marketing/Increase your credibility.png" alt="Avatar" width="60px" height="60px" class="img-fluid" style="margin-top:-35px"></div>
<br><br>
<h4 Align="center" style="color:#0c2e8a; margin-top: 10px;"><a href="" style="color:#0c2e8a">Increase your credibility</a></h4>
<br>
<p class="description">
Continuous, quality email marketing which is relevant, on-topic and worth the price, will help you gain and grow your target market and customers’ trust.
</p>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-4" style="margin-top: 18px;">
<div class="dontknowthename">
<div class="cb-container" style="padding: 10px;">
<div class="icon"><img src="./final-assets/Email Marketing/Educate your current customers.png" alt="Avatar" width="60px" height="60px" class="img-fluid" style="margin-top:-35px"></div>
<br><br>
<h4 class="title" Align="center" style="color:#0c2e8a; margin-top: 10px;"><a href="" style="color:#0c2e8a">Educate your current customers</a></h4>
<br>
<p class="description">
Your email newsletter is a great place to keep what your customers have in your business. By sharing what you are working on and who is working on, you can make them aware of it.
</p>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-4" style="margin-top: 18px;">
<div class="dontknowthename">
<div class="cb-container" style="padding: 10px;">
<div class="icon"><img src="./final-assets/Email Marketing/Attracting new opportunity.png" alt="Avatar" width="60px" height="60px" class="img-fluid" style="margin-top:-35px"></div>
<br><br>
<h4 Align="center" style="color:#0c2e8a; margin-top: 10px;"><a href="" style="color:#0c2e8a">Attracting new opportunities</a></h4>
<br>
<p class="description">
Publishing e-mail newsletters can help you generate new opportunities like strategic partnerships, joint ventures, media interviews, spoken engagement, and more.</p>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-4" style="margin-top: 18px;">
<div class="dontknowthename">
<div class="cb-container" style="padding: 10px;">
<div class="icon"><img src="./final-assets/Email Marketing/Create New Stream of income.png" alt="Avatar" width="60px" height="60px" class="img-fluid" style="margin-top:-35px"></div>
<br><br>
<h4 class="title" Align="center" style="color:#0c2e8a; margin-top: 10px;"><a href="" style="color:#0c2e8a">Create new streams of income</a></h4>
<br>
<p class="description">
You can also use your email newsletter as an affiliate, products, programs and services that you have used yourself or believe in and earn commission on sales made by your referrals.
</p>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-4" style="margin-top: 18px;">
<div class="dontknowthename">
<div class="cb-container" style="padding: 10px;">
<div class="icon"><img src="./final-assets/Email Marketing/Expand your network.png" alt="Avatar" width="60px" height="60px" class="img-fluid" style="margin-top:-35px"></div>
<br><br>
<h4 class="title" Align="center" style="color:#0c2e8a; margin-top: 10px;"><a href="" style="color:#0c2e8a">Expand your network</a></h4>
<br>
<p class="description">
Email marketing helps you to build your list by allowing you to develop your network and capture the email address via the Website Opt-in or subscribe box.
</p>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-4" style="margin-top: 18px;">
<div class="dontknowthename">
<div class="cb-container" style="padding: 10px;">
<div class="icon"><img src="./final-assets/Email Marketing/Organize your industry knowledge.png" alt="Avatar" width="60px" height="60px" class="img-fluid" style="margin-top:-35px"></div>
<br><br>
<h4 class="title" Align="center" style="color:#0c2e8a; margin-top: 10px;"><a href="" style="color:#0c2e8a">Organize Your Industry Knowledge</a></h4>
<br>
<p class="description">
On a topic, a series of articles written for your email newsletter can be repurchased in a free audio for an e-book, whitepaper, guide, or even content marketing.
</p>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-4" style="margin-top: 18px;">
<div class="dontknowthename">
<div class="cb-container" style="padding: 10px;">
<div class="icon"><img src="./final-assets/Email Marketing/Reach Wide audience.png" alt="Avatar" width="60px" height="60px" class="img-fluid" style="margin-top:-35px"></div>
<br><br>
<h4 class="title" Align="center" style="color:#0c2e8a; margin-top: 10px;"><a href="" style="color:#0c2e8a">Reach wide audiences</a></h4>
<br>
<p class="description">
Get your website newsletter back to your website by promoting recent blog posts in each issue to attract new visitors through social media.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="container" style="margin-top: 3rem; overflow-x: auto;">
<div class="row">
<div class="col-xs-10 col-xs-offset-1">
<div class="section-title" style="margin-bottom: 4rem;">
<h2 class="text-center" style="font-size:3.2rem">Plan and Services</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-10 col-xs-offset-1 text-center" style="overflow-x:auto!important;">
<table class="table table-responsive">
<thead style="background-color:#E13737; color:white; font-size:1.5rem; padding: 10px;" >
<tr>
<th class="text-center">Services</th>
<th class="text-center">Basic</th>
<th class="text-center">Premium</th>
<th class="text-center">Business</th>
<th class="text-center">Enterprise</th>
</tr>
</thead>
<tbody>
<tr>
<td>Average Business Growth Per Quarter</td>
<td>5-10%</td>
<td>10-20%</td>
<td>20-30%</td>
<td>Above 30%</td>
</tr>
<tr>
<td>Campaigns Per Year</td>
<td>4</td>
<td>6</td>
<td>8</td>
<td>12</td>
</tr>
<tr>
<td>Custom Branded Templates</td>
<td>4</td>
<td>6</td>
<td>8</td>
<td>12</td>
</tr>
<tr>
<td>Template Design & Layout</td>
<td><span class="fa fa-check"></span></td>
<td><span class="fa fa-check"></span></td>
<td><span class="fa fa-check"></span></td>
<td><span class="fa fa-check"></span></td>
</tr>
<tr>
<td>Email Creation</td>
<td><span class="fa fa-check"></span></td>
<td><span class="fa fa-check"></span></td>
<td><span class="fa fa-check"></span></td>
<td><span class="fa fa-check"></span></td>
</tr>
<tr>
<td>Email Merge & Tracking</td>
<td><span class="fa fa-check"></span></td>
<td><span class="fa fa-check"></span></td>
<td><span class="fa fa-check"></span></td>
<td><span class="fa fa-check"></span></td>
</tr>
<tr>
<td>Constant Contact Account Set-up</td>
<td><span class="fa fa-check"></span></td>
<td><span class="fa fa-check"></span></td>
<td><span class="fa fa-check"></span></td>
<td><span class="fa fa-check"></span></td>
</tr>
<tr>
<td>Strategy Discussion</td>
<td><span class="fa fa-check"></span></td>
<td><span class="fa fa-check"></span></td>
<td><span class="fa fa-check"></span></td>
<td><span class="fa fa-check"></span></td>
</tr>
<tr>
<td>Regular Consultation</td>
<td><span class="fa fa-check"></span></td>
<td><span class="fa fa-check"></span></td>
<td><span class="fa fa-check"></span></td>
<td><span class="fa fa-check"></span></td>
</tr>
<tr>
<td>List Management</td>
<td><span class="fa fa-check"></span></td>
<td><span class="fa fa-check"></span></td>
<td><span class="fa fa-check"></span></td>
<td><span class="fa fa-check"></span></td>
</tr>
</tbody>
</table>
<button class="btn btn-lg text-center" style="color: white; border-radius: 0px!important; background-color:#E13737; margin-top: 30px!important; margin-bottom: 20px!important;" data-toggle="modal" data-target="#mymodal">ORDER NOW</button>
</div>
</div>
</div>
<div id="modal23"></div>
<!--Subscribe Section-->
<div id="footer1"></div>
<!--Scroll to top-->
<div class="scroll-to-top scroll-to-target" data-target=".header-top"><span class="icon fa fa-angle-up"></span></div>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.fancybox.pack.js"></script>
<script src="js/jquery.fancybox-media.js"></script>
<script src="js/html5lightbox.js"></script>
<script src="js/isotope.js"></script>
<!-- revolution slider js -->
<script src="assets/revolution/js/jquery.themepunch.tools.min.js"></script>
<script src="assets/revolution/js/jquery.themepunch.revolution.min.js"></script>
<script src="assets/revolution/js/extensions/revolution.extension.actions.min.js"></script>
<script src="assets/revolution/js/extensions/revolution.extension.carousel.min.js"></script>
<script src="assets/revolution/js/extensions/revolution.extension.kenburn.min.js"></script>
<script src="assets/revolution/js/extensions/revolution.extension.layeranimation.min.js"></script>
<script src="assets/revolution/js/extensions/revolution.extension.migration.min.js"></script>
<script src="assets/revolution/js/extensions/revolution.extension.navigation.min.js"></script>
<script src="assets/revolution/js/extensions/revolution.extension.parallax.min.js"></script>
<script src="assets/revolution/js/extensions/revolution.extension.slideanims.min.js"></script>
<script src="assets/revolution/js/extensions/revolution.extension.video.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/validate.js"></script>
<script src="js/wow.js"></script>
<!-- gmap helper -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAHzPSV2jshbjI8fqnC_C4L08ffnj5EN3A"></script>
<!--gmap script-->
<script src="js/gmaps.js"></script>
<script src="js/map-helper.js"></script>
<!-- bxslider -->
<script src="js/jquery.appear.js"></script>
<script src="js/jquery.countTo.js"></script>
<script src="js/script.js"></script>
</body>
</html>