-
Notifications
You must be signed in to change notification settings - Fork 1
/
custom-software.html
214 lines (159 loc) · 7.23 KB
/
custom-software.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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge;chrome=1" />
<title>Acklen Avenue | Custom Software</title>
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="description" content="Descripcion del documento" />
<meta name="keywords" content="key, word" />
<meta property="og:title" content="">
<meta property="og:description" content="">
<meta property="og:image" content="">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@site_account">
<meta name="twitter:creator" content="@individual_account">
<meta name="twitter:url" content="http://www.example.com/path/to/page.html">
<meta name="twitter:title" content="">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="http://www.example.com/path/to/image.jpg">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/inside.css">
<script src="js/modernizr-2.8.3.min.js"></script>
</head>
<body>
<header>
<div class="nav-icon">
<a href="#"><img src="img/hamburger-icon.svg"></a>
</div>
<img src="img/aa-logo.svg" class="logo">
<div class="aa-square">
<a href="#"><img src="img/aa-logo-square.svg"></a>
</div>
</header>
<nav>
<ul>
<li><a href="index.html" >Home</a></li>
<li><a href="custom-software.html" class="active">Custom Software</a></li>
<li><a href="index.html#clients">Clients</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="#contact-us">Contact</a></li>
</ul>
</nav>
<section>
<div class="services" id="Custom Software">
<div class="title">
<h1>/ Custom Software / </h1>
</div>
</div>
<div class="services-tagline">
<p> We build custom web, mobile and desktop apps for innovative teams, using a deployment-oriented agile process: rapid deployment, scalable code, simple user experience, acceptance criteria, and full stack working features every two weeks. <br /><br /> Each development team consists of an Acklen-side product owner to continually advocate for your vision, a business analyst, quality assurance, two developers, and designers.</p>
</div><!-- CONTENT -->
<div class="services-featured" id="mobile-apps">
<div class="service-deco-block block40">
<img src="img/mobile-apps.jpg" alt="Mobile Apps" />
</div><!-- SERVICE DECO BLOCK -->
<div class="service-desc-block block60">
<h2>Mobile Applications</h2>
<p>Acklen Avenue builds cross platform mobile applications that deliver robust functionality with beautifully simple UI/UX for iOS and Android mobile platforms. Our obsession with clean code makes scalability and feature addition easy - future devs will thank you for years to come.</p>
</div><!-- SERVICE DESC BLOCK -->
<div class="clear"></div>
</div><!-- #MOBILE APPS WRAPPER -->
<div class="tech-logos-wrapper">
<img src="img/mobile-tech-logos.png" alt="" />
</div><!-- TECH LOGOS BAR -->
<div class="services-featured" id="web-apps">
<div class="service-desc-block block40">
<h2>Web Applications</h2>
<p>Acklen Avenue builds elegantly coded, visually simple web applications with powerful functionality. Our web apps can stand alone or be built alongside mobile or desktop applications as best suits your business objectives.
</p>
</div><!-- SERVICE DESC BLOCK -->
<div class="service-deco-block block60">
<img src="img/web-apps.jpg" alt="Web Apps" />
</div><!-- SERVICE DECO BLOCK -->
<div class="clear"></div>
</div><!-- #WEB APPS WRAPPER -->
<div class="tech-logos-wrapper">
<img src="img/web-tech-logos.png" alt="" />
</div><!-- TECH LOGOS BAR -->
<div class="services-featured" id="desktop-apps">
<div class="service-deco-block block40">
<img src="img/desktop-apps.jpg" alt="Desktop Apps" />
</div><!-- SERVICE DECO BLOCK -->
<div class="service-desc-block block60">
<h2>Desktop Applications</h2>
<p>Desktop apps allow your product to have a constant, distinct presence on users’ desktop regardless of connectivity, while still accessing internet connections as needed. As suits your user and your business needs, desktop and web apps can be built alongside one another.
</p>
</div><!-- SERVICE DESC BLOCK -->
<div class="clear"></div>
</div><!-- #DESKTOP APPS WRAPPER -->
<div class="tech-logos-wrapper">
<img src="img/desktop-tech-logos.png" alt="" />
</div><!-- TECH LOGOS BAR -->
</section>
<section id="tagline">
<img src="img/pixelheart.svg">
<h2>Custom Software <br> Development. With heart.</h2>
</section>
<section id="contact-us">
<h3>/CONTACT US/</h3>
<div class="wrapper">
<div class="contact-form">
<form id="contact-form" >
<input type="text" id="contact-name" placeholder="Name" />
<input type="email" id="contact-email" placeholder="E-mail" required />
<input type="text" id="contact-project" placeholder="Project Name" />
<textarea id="contact-message" placeholder="Message"></textarea>
<input type="submit" value="SEND MESSAGE" />
</form>
<div id="sending-message" class="hidden">
<h2>Your message is being sent...</h2>
</div>
<div id="success-message" class="hidden" >
<h2>Prepare to be Rocked...</h2>
</div>
</div>
<div class="contact-info">
<ul>
<li><img src="img/icon-home.svg"> 1033 Demonbreun Street #300, Nashville, TN 37203</li>
<li><img src="img/icon-mail.svg"> [email protected]</li>
<li><img src="img/icon-tel.svg">(615) 988-4700</li>
</ul>
<div class="social-links">
<h4>/STAY CONNECTED/</h4>
<div class="social-icons">
<a href="#"><img src="img/facebook-icon.svg"></a>
<a href="#"><img src="img/twitter-icon.svg"></a>
<a href="#"><img src="img/linked-in-icon.svg"></a>
</div>
</div>
</div>
</div>
</section>
</main>
<footer>
<p class="text-center">2016 © Acklen Avenue, LLC. ALL Rights Reserved.</p>
</footer>
<script src="https://code.jquery.com/jquery-1.12.0.min.js"></script>
<script>
window.jQuery || document.write('<script src="js/jquery-1.12.0.min.js"><\/script>')
</script>
<script src="js/main.js"></script>
<script type="text/javascript">
jQuery('.nav-icon a').click(function(){
jQuery('nav').slideToggle();
});
</script>
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='https://www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X','auto');ga('send','pageview');
</script>
</body>
</html>