-
Notifications
You must be signed in to change notification settings - Fork 0
/
splash.html
134 lines (132 loc) · 6.16 KB
/
splash.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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Entryway</title>
<meta name="generator" content="TextMate http://macromates.com/">
<link rel="stylesheet" href="css/katie.css" type="text/css" media="screen" title="no title" charset="utf-8">
<!-- Date: 2009-11-23 -->
</head>
<body>
<div class="header">
<div class="logo">
<a href="#"><h1>Entryway</h1></a>
</div>
<div class="nav-right" id="dots">
</div>
</div><!--header-->
<div class="branding">
<div class="content">
<div class="what">
<h2>coming soon</h2>
<ul class="products">
<li>
<h3>From Scratch</h3>
<h4>Build it from the ground up</h4>
</li>
<li>
<h3>Recovery</h3>
<h4>Rescue your failing project.</h4>
</li>
<li>
<h3>Cash for Clunker</h3>
<h4>It's time to trade her in.</h4>
</li>
<li>
<h3>Go Mobile</h3>
<h4>Get in the ballgame.</h4>
</li>
</ul>
</div><!--what-->
<div class="overview">
<h1>Crafting responsible software applications that are both beneficial and liberating.
</h1>
<img src="../images/cast.jpg" alt="screencast"/>
</div><!--overview-->
</div><!--content-->
<div class="link-bar" id="blue">
<a href="">more coming soon...</a>
</div>
<div class="shadow"></div>
</div><!--branding-->
<div class="feature">
<div class="content">
<div class="feat-info">
<h2>feature</h2>
<h3>Greenling</h3>
<p>Greenling is an organic food delivery company in Austin,TX. They use hybrid vehicles to deliver boxes of fresh produce to doorsteps every week. No more grocery lists, no more checkout lines, just fresh, local, organic to your door. And we helped build it.
</p>
<a href="http://www.greenling.com" target="_blank">www.greenling.com</a>
</div><!--feat-info-->
<div class="feat-slides" id="greenling">
<img src="../images/splash/greenling.jpg" alt="screenshot"/>
</div><!--feat-slides-->
</div><!--content-->
<div class="link-bar" id="orange">
<a href="">more coming soon...</a>
</div>
</div><!--feature-->
<div class="shadow"></div>
<div class="process">
<div class="content">
<div class="diagram">
<img src="../images/splash/agile.gif" alt="agile process">
</div>
<div class="agile">
<h2>working with us</h2>
<h3>Agile Development</h3>
<p>At Entryway we are dedicated to use a flexible, agile process that is mutually beneficial and transparent. It combines Test-Driven Development, Pair Programming, Short Iterations, and Open Communication, to produce a process has not only improved our quality of work, but it has helped clients prioritize and stay within their budget.</p>
</div><!--agile-->
</div><!--content-->
<div class="link-bar" id="red">
<a href="">more coming soon...</a>
</div>
<div class="shadow"></div>
</div><!--process-->
<div class="team">
<div class="content">
<div class="pics">
<img class="big" src="../images/splash/gustin.jpg" alt="gustin">
<a href="#"><img src="../images/splash/jonathan-th.jpg" alt="jonathan"></a>
<a href="#"><img src="../images/splash/katie.jpg" alt="katie"></a>
<a href="#"><img src="../images/splash/bobby.jpg" alt="bobby"></a>
</div>
<div class="info">
<h2>who we are</h2>
<h3>We nurture good businesses</h3>
<p>Our core value is to use Entryway's considerable talent to build sustainable businesses that are economically, environmentally, and socially responsible. We feel that the quality of our work is reflected best in the quality of the organizations we serve. Good projects need nurturing. We believe that Entryway provides foundational support, and that the work we do nurtures organizations that become strong benefactors of the communities they serve.
</p>
</div>
</div><!--content-->
<div class="link-bar" id="green">
<a href="#">more coming soon ...</a>
</div>
</div><!--team-->
<div class="footer">
<ul>
<li>
<h3>Testimonials</h3>
<p><strong>Assessing Parenting</strong></p>
<blockquote>I would like to comment on how personable you are. You try in all ways to make sure you are capturing and incorporating my ideas into your design and functions. I have had experiences where I hired a firm to work with me in a creative project only to feel my views are secondary. There are two agendas with firms I have worked with in the past: the firm's agenda where the customer's comments and desires are secondary; and the customer's agenda where the firm trys in every way to create the product that the customer wants. The latter is Entryway. You work for the customer.
</blockquote>
</li>
<li><h3>Now Hiring</h3>
<p>We are looking for a Ruby on Rails developer that resonates with Entryway's core values and lives in the area or is willing to relocate.
</p>
<h3>Our Town</h3>
<p>Floyd is a rural community with an appreciation for rural living. Recent downtown improvements offer the possibility of a sustainable local economy with an active commercial center. This, together with the well established arts community of Floyd and emerging artisan-agriculture based businesses make for a lively sense of growth and energy.
</p>
</li>
<li><h3>Contact Us</h3>
<p><strong>Entryway Software Development</strong></p>
<p>109 E. Main Street<br/>
Floyd, Virginia 24091</p>
<p>(540) 745-5279</p>
<p><a href="#">[email protected]</a></p>
</li>
</ul>
</div><!--footer-->
</div><!--wrap-->
</body>
</html>