-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
146 lines (119 loc) · 5.34 KB
/
about.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
<!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 | About Us</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">
<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>
<a href="index.html"><img src="img/aa-logo.svg" class="logo"></a>
<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="index.html#services">Custom Software</a></li>
<li><a href="index.html#clients">Clients</a></li>
<li><a href="about.html" class="active">About Us</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="#contact-us">Contact</a></li>
</ul>
</nav>
<main>
<header class="generic-header">
<h1>About Us</h1>
</header>
<section class="blog-content">
<p><strong>Acklen Avenue</strong> is a team of <strong>agile software development professionals</strong> who are passionate about clean code and simple user experiences. Thanks to our team's heroic efforts and our clients' amazing ideas, Acklen Avenue lovingly delivers software daily from Nashville and Honduras to partners around the world.</p>
<p>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. Our goal in each engagement is to understand the client’s product and goals so well that each team member could give your elevator pitch on your behalf. <strong>We own our clients’ success.</strong></p>
<h3>Our Core Principles, Practices and Patterns</h3>
<img src="img/aa-principles.svg" alt="Core Principles" />
<h2>Acklen Avenue Summit 2016 Highlights</h2>
<div class="video-wrapper">
<iframe src="https://www.youtube.com/embed/haJF_6oiPKE" frameborder="0" allowfullscreen></iframe>
</div><!-- VIDEO WRAPPER -->
</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">2015 © 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>