-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (39 loc) · 1.69 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="Challengeacceptedhq.com" />
<link rel="stylesheet" type="text/css" href="stylesheets/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="stylesheets/bootstrap-responsive.min.css">
<title>Challeng Accepted</title>
</head>
<body>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-758815-6', 'challengeacceptedhq.com');
ga('send', 'pageview');
</script>
<div class="navbar navbar-inverse nav-bar-fixed-top" style="line-height: 40px">
<div class="navbar-inner">
<a class="brand" href="/">CHALLENGE ACCEPTED</a>
<a class="btn btn-large btn-success" href="mailto:[email protected]">Lets Collaborate</a>
<span style="color: #fff; margin-left: 20px">Or give us a call at (757) 752-8543</span>
</div>
</div>
<div class="container-fluid">
<div class="span9">
<div class="hero-unit">
<h2>Web Developers You can Trust</h2>
<p><i>Ryan is reliable, hard working, and only bills for time he thinks produced value. Those qualities are gold to me.</i></p>
<div>- Brennan Dunn: Founder, <a href="https://planscope.io/">Planscope</a></div>
</div>
</div>
</div>
<footer>
</footer>
</body>
</html>