-
Notifications
You must be signed in to change notification settings - Fork 0
/
service-menu.html
420 lines (367 loc) · 16.4 KB
/
service-menu.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Service Menu | Altitude Web Services</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Altitude Web Services Web Design and Development Services and Pricing">
<meta name="author" content="Altitude Web Services">
<!-- CSS -->
<link href="assets/css/bootstrap.css" rel="stylesheet" type="text/css">
<link href="assets/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="assets/css/main.css" rel="stylesheet" type="text/css">
<link href="assets/css/my-custom-styles.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="assets/css/pricing-tables.css"> <!-- Resource style -->
<script src="assets/js/plugins/animated-signup/modernizr.js"></script> <!-- Modernizr -->
<!-- IE 9 Fallback-->
<!--[if IE 9]>
<link href="assets/css/ie.css" rel="stylesheet">
<![endif]-->
<!-- GOOGLE FONTS -->
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300,400italic,400,600,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300italic,400italic,700,400,300' rel='stylesheet' type='text/css'>
<!-- FAVICONS -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/ico/aws144x144.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/ico/aws114x114.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/ico/aws72x72.png">
<link rel="apple-touch-icon-precomposed" href="assets/ico/aws57x57.png">
<link rel="shortcut icon" href="assets/ico/favicon.png">
</head>
<body>
<!-- WRAPPER -->
<div class="wrapper">
<!-- NAVBAR -->
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#main-nav">
<span class="sr-only">Toggle Navigation</span>
<i class="fa fa-bars"></i>
</button>
<a href="index.html" class="navbar-brand navbar-logo">
<img src="assets/img/logo/Altitude Web Services Logo Transparent.png" alt="Altitude Web Services - Custom Affordable Web Design and Development">
</a>
</div>
<!-- MAIN NAVIGATION -->
<div id="main-nav" class="navbar-collapse collapse navbar-mega-menu">
<ul class="nav navbar-nav navbar-right">
<li><a href="service-menu.html" class="active">Service Menu</a></li>
<li><a href="custom-services.html">Custom Services</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="contact.html">Contact</a></li>
<!--<li><a href="blog.html">Blog</a></li>-->
</ul>
</div>
<!-- END MAIN NAVIGATION -->
</div>
</nav>
<!-- END NAVBAR -->
<!-- HEADER -->
<!--<div class="page-header-fixed">
<div class="container">
<h1 class="page-title pull-left">PRODUCTS AND SERVICES</h1>
<ul class="jump-buttons">
<li>
<a href="#design" class="btn btn-primary btn-scroll">Design</a>
<a href="#seo" class="btn btn-primary btn-scroll">Content</a>
<a href="#development" class="btn btn-primary btn-scroll">Development</a>
<a href="#custom" class="btn btn-primary btn-scroll">Custom Work</a>
</li>
</ul>
</div>
</div>-->
<!-- END HEADER -->
<!-- PAGE CONTENT -->
<div class="page-content">
<div class="container">
<div class="row pt-75">
<h1>Service Menu</h1>
<hr></hr>
</div>
<!-- DESIGN -->
<div class="row">
<div id="design"></div>
<h2 class="section-heading-pricing">Design</h2>
<ul class="cd-pricing">
<li>
<header class="cd-pricing-header">
<h2>Responsive Website</h2>
<i class="fa fa-html5 plan-icon"></i>
<div class="cd-price">
<span>$999</span>
</div>
</header> <!-- .cd-pricing-header -->
<div class="cd-pricing-features">
<p>Ensure your visitors get the best experience on any device. You choose one of our templates, then we implement it with your content.</p>
</div> <!-- .cd-pricing-features -->
<footer class="cd-pricing-footer">
<a href="#0" class="btn-primary">Inquire</a>
</footer> <!-- .cd-pricing-footer -->
</li>
<li>
<header class="cd-pricing-header">
<h2>Logo & Branding</h2>
<i class="fa fa-photo plan-icon"></i>
<div class="cd-price">
<span>$99/image</span>
</div>
</header> <!-- .cd-pricing-header -->
<div class="cd-pricing-features">
<p>Need to update your logo or other images for marketing and branding? We provide unlimited revisions per image until you're satisfied.</p>
</div> <!-- .cd-pricing-features -->
<footer class="cd-pricing-footer">
<a href="#0" class="btn-primary">Inquire</a>
</footer> <!-- .cd-pricing-footer -->
</li>
<li>
<header class="cd-pricing-header">
<h2>App Design</h2>
<i class="fa fa-tablet plan-icon"></i>
<div class="cd-price">
<span>$499</span>
</div>
</header> <!-- .cd-pricing-header -->
<div class="cd-pricing-features">
<p>In marketing, consistency is key. That's why if you plan on launching a mobile app, we make sure the UI looks and feels like your website.</p>
</div> <!-- .cd-pricing-features -->
<footer class="cd-pricing-footer">
<a href="#0" class="btn-primary">Inquire</a>
</footer> <!-- .cd-pricing-footer -->
</li>
</ul> <!-- .cd-pricing -->
</div>
<!-- END DESIGN -->
<!-- CONTENT -->
<div class="row mt-40">
<div id="seo"></div>
<h2 class="section-heading-pricing">Content</h2>
<ul class="cd-pricing">
<li>
<header class="cd-pricing-header">
<h2>SEO & Copywriting</h2>
<i class="fa fa-edit plan-icon"></i>
<div class="cd-price">
<span>$999 or $49/page</span>
</div>
</header> <!-- .cd-pricing-header -->
<div class="cd-pricing-features">
<p>SEO and Copywriting is the #1 area of improvement for websites. Don't miss the biggest opportunity to generate more business.</p>
</div> <!-- .cd-pricing-features -->
<footer class="cd-pricing-footer">
<a href="#0" class="btn-primary">Inquire</a>
</footer> <!-- .cd-pricing-footer -->
</li>
<li>
<header class="cd-pricing-header">
<h2>Blog Optimization</h2>
<i class="fa fa-rss plan-icon"></i>
<div class="cd-price">
<span>$499 or $49/page</span>
</div>
</header> <!-- .cd-pricing-header -->
<div class="cd-pricing-features">
<p>Due to their popularity, blogs are the most competitive sites on the Internet. Make sure you're generating the most views and providing the best UX.</p>
</div> <!-- .cd-pricing-features -->
<footer class="cd-pricing-footer">
<a href="#0" class="btn-primary">Inquire</a>
</footer> <!-- .cd-pricing-footer -->
</li>
<li>
<header class="cd-pricing-header">
<h2>SEM & Advertising</h2>
<i class="fa fa-money plan-icon"></i>
<div class="cd-price">
<span>$499/campaign</span>
</div>
</header> <!-- .cd-pricing-header -->
<div class="cd-pricing-features">
<p>Paid advertising campaigns can be very daunting. That's why we offer a 3 month SEM & Advertising service to revamp, launch and manage your ads.</p>
</div> <!-- .cd-pricing-features -->
<footer class="cd-pricing-footer">
<a href="#0" class="btn-primary">Inquire</a>
</footer> <!-- .cd-pricing-footer -->
</li>
</ul> <!-- .cd-pricing -->
</div>
<!-- END CONTENT -->
<!-- DEVELOPMENT -->
<div class="row mt-40">
<div id="development"></div>
<h2 class="section-heading-pricing">Development</h2>
<ul class="cd-pricing">
<li>
<header class="cd-pricing-header">
<h2>eCommerce & Billing</h2>
<i class="fa fa-shopping-cart plan-icon"></i>
<div class="cd-price">
<span>$749</span>
</div>
</header> <!-- .cd-pricing-header -->
<div class="cd-pricing-features">
<p>We implement the eCommerce platform of your choice, and develop a shopping experience that'll keep your visitors coming back for more.</p>
</div> <!-- .cd-pricing-features -->
<footer class="cd-pricing-footer">
<a href="#0" class="btn-primary">Inquire</a>
</footer> <!-- .cd-pricing-footer -->
</li>
<li>
<header class="cd-pricing-header">
<h2>Company Intranet</h2>
<i class="fa fa-building plan-icon"></i>
<div class="cd-price">
<span>$1,999</span>
</div>
</header> <!-- .cd-pricing-header -->
<div class="cd-pricing-features">
<p>Need a place for employees to log in, pull up client account details, log information, etc.? We don't just offer this. It's our specialty.</p>
</div> <!-- .cd-pricing-features -->
<footer class="cd-pricing-footer">
<a href="#0" class="btn-primary">Inquire</a>
</footer> <!-- .cd-pricing-footer -->
</li>
<li>
<header class="cd-pricing-header">
<h2>Client Intranet</h2>
<i class="fa fa-users plan-icon"></i>
<div class="cd-price">
<span>$1,999</span>
</div>
</header> <!-- .cd-pricing-header -->
<div class="cd-pricing-features">
<p>Need a place for clients to log in, make payments, submit requests, etc.? This is where it started for us at AWS. We've got you covered.</p>
</div> <!-- .cd-pricing-features -->
<footer class="cd-pricing-footer">
<a href="#0" class="btn-primary">Inquire</a>
</footer> <!-- .cd-pricing-footer -->
</li>
</ul> <!-- .cd-pricing -->
</div>
<div class="cd-form">
<div class="cd-plan-info">
<!-- content will be loaded using jQuery - according to the selected plan -->
</div>
<div class="cd-more-info">
<h4>Please fill out the following form and an Altitude Web Services representative will contact you shortly.</h4>
</div>
<form action="">
<fieldset>
<!--<h4>Please fill out the following form and an Altitude Web Services representative will contact you shortly.</h4>-->
<!-- CONCTACT FORM -->
<a name="form1782773218" id="formAnchor1782773218"></a>
<script type="text/javascript" src="https://fs27.formsite.com/include/form/embedManager.js?1782773218"></script>
<script type="text/javascript">
EmbedManager.embed({
key: "https://fs27.formsite.com/res/showFormEmbed?EParam=m%2FOmK8apOTBvbsvUW0lHF2rYe2Y6sJfY&1782773218",
width: "100%",
mobileResponsive: true
});
</script>
</fieldset>
</form>
<a href="#0" class="cd-close"></a>
</div> <!-- .cd-form -->
<div class="cd-overlay"></div> <!-- shadow layer -->
<!-- END DEVELOPMENT -->
<!-- CUSTOM SERVICES -->
<div class="row mt-40">
<div id="custom"></div>
<h2 class="section-heading-pricing">Custom Services</h2>
<div class="single-pricing-table">
<h4 class="plan-heading">Need Custom Design and Development Solutions?</h4>
<div class="plan-content">
<div class="row">
<div class="col-md-6">
<p class="starting">Starting At Just</p>
<strong class="price">
<span class="currency">$</span>
<span class="number">30 </span>
<span class="duration">/ hr</span>
</strong>
</div>
<div class="col-md-6">
<ul class="list-unstyled plan-detail-list">
<li><i class="fa fa-check"></i> <strong>Fully custom design work</strong></li>
<li><i class="fa fa-check"></i> <strong>Extensive intranet development</strong></li>
<li><i class="fa fa-check"></i> <strong>Unparalelled support</strong></li>
<li><i class="fa fa-check"></i> <strong>Ongoing site maintenance</strong></li>
<li><i class="fa fa-check"></i> <strong>Competitive hourly rates</strong></li>
</ul>
</div>
<div class="col-md-12">
<a href="custom-services.html" class="btn btn-primary btn-lg">
<strong>LEARN MORE</strong>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- END CUSTOM SERVICES -->
</div>
</div>
<!-- END PAGE CONTENT -->
<!-- FOOTER -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-4">
<!-- COLUMN 1 -->
<h3 class="sr-only">ABOUT US</h3>
<img src="assets/img/logo/Altitude Web Services Logo Transparent White.png" class="logo" alt="Altitude Web Services">
<p>Altitude Web Services - based out of Denver, CO - provides quality, custom web design and web development services at an affordable cost, thanks to our core services menu.</p>
<!-- END COLUMN 1 -->
</div>
<div class="col-md-4">
<!-- COLUMN 2 -->
<h3 class="footer-heading">USEFUL LINKS</h3>
<div class="row margin-bottom-30px">
<div class="col-xs-6">
<ul class="list-unstyled footer-nav">
<li><a href="index.html">Home</a></li>
<li><a href="service-menu.html">Service Menu</a></li>
<li><a href="custom-services.html">Custom Services</a></li>
</ul>
</div>
<div class="col-xs-6">
<ul class="list-unstyled footer-nav">
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
<!--<li><a href="blog.html">Blog</a></li>-->
</ul>
</div>
</div>
<!-- END COLUMN 2 -->
</div>
<div class="col-md-4">
<!-- COLUMN 3 -->
<div class="social-connect">
<h3 class="footer-heading">CONNECT WITH US</h3>
<ul class="list-inline social-icons">
<li><a href="https://www.facebook.com/altitudewebservices/" target="_blank" class="facebook-bg"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/web_altitude" target="_blank" class="twitter-bg"><i class="fa fa-twitter"></i></a></li>
<li><a href="#" class="rss-bg"><i class="fa fa-rss"></i></a></li>
</ul>
</div>
<!-- END COLUMN 3 -->
</div>
</div>
</div>
<!-- COPYRIGHT -->
<div class="text-center copyright">
©2016 Altitude Web Services. All Rights Reserved.
</div>
<!-- END COPYRIGHT -->
</footer>
<!-- END FOOTER -->
</div>
<!-- END WRAPPER -->
<!-- JAVASCRIPTS -->
<script src="assets/js/jquery-2.1.1.min.js"></script>
<script src="assets/js/plugins/scrollto/jquery.localscroll-1.2.7.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/plugins/autohidingnavbar/jquery.bootstrap-autohidingnavbar.min.js"></script>
<script src="assets/js/repute-scripts.js"></script>
<script src="assets/js/plugins/animated-signup/velocity.min.js"></script>
<script src="assets/js/plugins/animated-signup/main.js"></script> <!-- Resource jQuery -->
</body>
</html>