-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
94 lines (81 loc) · 2.84 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Plaid Software, LLC</title>
<link rel="stylesheet" type="text/css" href="style.css"/>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-37811763-1']);
_gaq.push(['_setDomainName', 'plaidsoftware.com']);
_gaq.push(['_setAllowLinker', true]);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="header">
<div class="container">
<a href=""><img id="logo" src="http://www.plaidsoftware.com/img/logo.png"/></a>
<div id="nav">
<ul>
<li class="first"><a href="http://blog.plaidsoftware.com">Our weblog</a></li>
<li><a href="contact/">Get plaid</a></li>
</ul>
</div>
</div>
</div>
<div class="border"> </div>
<div id="splash">
<div class="container">
<div id="about" class="rounded-corners">
<p class="heading">We make beautiful software in Denver, Colorado</p>
<p>We would love to make your next great iPhone app, Ruby on Rails site, or Java service</p>
</div>
</div>
</div>
<div class="border"> </div>
<div id="services">
<div class="container">
<div class="service">
<div class="description left">
<h3>Interface and design</h3>
<ul>
<li>Design concepts and prototypes</li>
<li>Web and mobile interaction design</li>
<li>Information architecture</li>
</ul>
</div>
<img src="http://www.plaidsoftware.com/img/xcode-storyboard.png" class="right"/>
</div>
<div class="service">
<img src="http://www.plaidsoftware.com/img/xcode-code.png" class="left"/>
<div class="description right">
<h3>Production</h3>
<ul>
<li>Standards-compliant HTML, CSS, and JavaScript</li>
<li>Responsive, clean, and well documented source code</li>
</ul>
</div>
</div>
<div class="service">
<img src="http://www.plaidsoftware.com/img/appstore.png" class="right"/>
<div class="description left">
<h3>Delivery</h3>
<ul>
<li>Full application lifecycle</li>
<li>On time delivery, whether it be to Apple's App Store, or your company's source code control system</li>
</ul>
</div>
</div>
</div>
</div>
<div id="footer">
<a href="contact/"><div id="get" class="rounded-corners">Get plaid</div></a>
</div>
</body>
</html>