-
Notifications
You must be signed in to change notification settings - Fork 0
/
services.html
143 lines (119 loc) · 6.78 KB
/
services.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="./Styles/services.css">
<link rel="stylesheet" href="Styles/navbar.css">
</head>
<body>
<header class="header">
<div id="navbar" class="container" >
</div>
</header>
<!-- SERVICE -->
<section class="Services">
<div class="Services-Main ">
<div class=" one-block">
<div class="block">
<p class="n1">AIRSHIP SERVICES</p>
<h1>Your Success Is Our Success</h1>
<p class="n2">From sharing best practices implemented by brands leading the way in multi-channel
customer engagement to finding new ways technology and data can support your goals, every member
of our services team is laser-focused on your success.</p>
<a href="#">Contact Us</a>
</div>
</div>
<div class="Services-Main-block two-block">
<div class="Services-block two-one-block overlay">
<h2>Professional Services</h2>
<p>Unlock growth potential, accelerate results and sustain success with Airship’s global
professional services team. <br> <br>With more than a decade of experience helping the world’s
leading brands create deeper, more data-driven connections with customers, we help you get off
to a quick start, uncover new growth opportunities, and continuously improve your results.</p>
<div id="dots">
</div>
</div>
<div class="Services-block two-two-block p1">
<ul type="none">
<li> <span>➤</span> Execute new multichannel campaigns that
harness the full capabilities of the Airship Customer Engagement Platform to help you
acquire, retain and grow your customers </li>
<li> <span>➤</span> Execute advanced customer engagement
strategies that require deep technical expertise and best practices</li>
<li> <span>➤</span> Discover, define, deploy and deliver
managed solutions, campaigns, and technical implementations with our proven methodologies
</li>
<li><span>➤</span> Improve your marketing performance with
industry benchmarks and Airship marketing maturity models </li>
<li> <span>➤</span> Meet your strategic priorities through
insightful discovery, solution road mapping, and ROI workshops </li>
</ul>
</div>
</div>
<div class="Services-Main-block two-block">
<div class="Services-block three-two-block overlay">
<h2>Technical Support</h2>
<p>Access to world-class support is critical for your success. That’s why our dedicated, global team
is committed to offering both self-serve and on-demand support services to get you the help you
need when you need it.</p>
<a href="http://">Learn more ></a>
<div id="dots2">
</div>
</div>
<div class="Services-block two-two-block p2">
<ul type="none">
<li><span>➤</span> Expert level assistance for issues you encounter </li>
<li><span>➤</span> Fast response times for critical issues </li>
<li><span>➤</span> Support by email, phone and web available</li>
<li><span>➤</span> Online Help Center with a robust Knowledge Base and community forums
</li>
<li><span>➤</span> Detailed developer documentation</li>
</ul>
</div>
</div>
<div class="Services-Main-block two-block">
<div class="Services-block two-one-block overlay">
<h2>Account Management</h2>
<p>Airship’s account managers are experienced, dedicated, trusted advisors who are committed to your
success. With years of digital marketing experience, your account manager becomes a vital member
of your team, proactively working to understand your business objectives and finding innovative
solutions that help you meet and exceed your goals. Our clients regularly tell us that their
account managers are game-changers in helping them stay ahead of the ever-changing digital
marketing curve, and delivering more effective, innovative customer experiences.</p>
<div id="dots">
</div>
</div>
<div class="Services-block two-two-block p3">
<ul type="none">
<li><span>➤</span> Proactively work with you to understand and help you meet your
business objectives</li>
<li><span>➤</span> Identify innovative strategies and solutions that accelerate success
</li>
<li><span>➤</span> Provide guidance and insight on new product features and
implementation options</li>
<li><span>➤</span> Be your advocate and the main point of contact across cross-functional
teams within Airship
</li>
</ul>
</div>
</div>
<div class="three-block ">
<h2>Ready to Learn More?</h2>
<p>We’d love to understand your business goals and how our services teams can help you succeed.</p>
<div class="achor">
<a href="#">Let's Talk Servicse</a>
</div>
</div>
</div>
</section>
</body>
</html>
<script type="module">
import {navbar} from "./Components/mainNavbar.js" ;
let n = document.getElementById("navbar")
n.innerHTML= navbar();
</script>
<script type="module" src="./Scripts/nav.js"></script>