-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom-services.html
More file actions
242 lines (222 loc) · 10.1 KB
/
custom-services.html
File metadata and controls
242 lines (222 loc) · 10.1 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Custom Services | 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 Custom Services">
<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">Service Menu</a></li>
<li><a href="custom-services.html" class="active">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 -->
<!-- PAGE CONTENT -->
<div class="page-content">
<div class="container">
<div class="row pt-75">
<h1>Custom Services</h1>
<hr></hr>
</div>
<!-- CUSTOM SERVICES -->
<div class="row">
<h2 class="section-heading-pricing">Custom Services</h2>
<ul class="cd-pricing">
<li>
<header class="cd-pricing-header">
<h2>Custom Design</h2>
<i class="fa fa-code plan-icon"></i>
<div class="cd-price">
<span>$30/hour</span>
</div>
</header> <!-- .cd-pricing-header -->
<div class="cd-pricing-features">
<p>Want a website that stands out from all the similar templates out there? We can do any customization you'd like to an existing site or new one you want to create.</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>Custom Development</h2>
<i class="fa fa-database plan-icon"></i>
<div class="cd-price">
<span>$60/hour</span>
</div>
</header> <!-- .cd-pricing-header -->
<div class="cd-pricing-features">
<p>If you've ordered our company or client intranet service, or are looking to add features to your existing intranet, we can create the custom back-end you've always wanted.</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 CUSTOM SERVICES -->
<!-- SERVICE MENU -->
<div class="row mt-40">
<div id="custom" class="scroll-section"></div>
<h2 class="section-heading-pricing">Service Menu</h2>
<div class="single-pricing-table">
<h4 class="plan-heading">Have a fairly straightforward project? Check out our Service Menu!</h4>
<div class="plan-content">
<div class="row">
<div class="col-md-6">
<a href="service-menu.html" class="btn btn-primary btn-lg mt-12pct">
<strong>LEARN MORE</strong>
</a>
</div>
<div class="col-md-6">
<ul class="list-unstyled plan-detail-list">
<li><i class="fa fa-check"></i> <strong>Core Design services</strong></li>
<li><i class="fa fa-check"></i> <strong>Core Development services</strong></li>
<li><i class="fa fa-check"></i> <strong>SEO and Blogging services</strong></li>
<li><i class="fa fa-check"></i> <strong>Logo & Branding services</strong></li>
<li><i class="fa fa-check"></i> <strong>Competitive "up-front" pricing</strong></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- END SERVICE MENU -->
</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>