-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathredisign.html
More file actions
66 lines (57 loc) · 2.66 KB
/
redisign.html
File metadata and controls
66 lines (57 loc) · 2.66 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
<!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>
<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:info@challengeacceptedhq.com">Lets Collaborate</a>
<span style="color: #fff">Give us a call (757) 752-8543</span>
</div>
</div>
<div class="container-fluid">
<div class="span9">
<div class="hero-unit">
<h1>we want to see you succeed</h1>
<h2>we help our customers build their products by offering smart engineering and training</h2>
</div>
<div class="row" id='concerns'>
<div class="span4">
<h2>Building Trusting Relationships</h2>
<h3>We are in it for the long haul. If you feel uncomfortable with something we delivered we'll give you a full refund.</h3>
</div>
<div class="span4">
<h2>Your Time is Valuable</h2>
<h3>if we can't build it we'll let you know. We've built a network of smart people to refer to. Don't worry, we'll foot the bill.</h3>
</div>
</div>
<hr class="bs-docs-separator">
<div class="testimonials">
<div>
What I can tell you about Ryan is that he's reliable, hard working, and only bills for time he thinks produced value. Having worked with a lot of people, those qualities are gold to me. - Brennan Dunn: Founder, <a href="https://planscope.io/">Planscope</a>
</div>
<div>
ryan joined a project whose team members had a range of experience. despite that disparity in experience, he had something to offer each of them: an adaptive, non-judgmental teaching style for noobs and a sounding board for the more experienced ones. during his contract he delivered solid, readable, and tested code, even with new-to-him frameworks. - Jerry Busser: Engineer, <a href="http://thinkcerca.com/">ThinkCERCA</a>
</div>
</div>
<div class="services">
<ul>
<li>Services</li>
<li>Pairing</li>
<li>Training</li>
<li>Application Development</li>
</ul>
</div>
</div>
</div>
<footer>
</footer>
</body>
</html>