forked from GradientStudios/Gradient-Studios-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (43 loc) · 2.04 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
<!DOCTYPE html>
<html>
<head>
<title>Gradient Studios</title>
<link rel="stylesheet" href="css/index.css" type="text/css" media="screen" title="no title" charset="utf-8">
<script type="text/javascript" charset="utf-8" src="js/analytics.js"></script>
<script type="text/javascript" charset="utf-8" src="js/jquery.min.js"></script>
<script type="text/javascript" charset="utf-8" src="js/konami.js"></script>
<script type="text/javascript" charset="utf-8" src="js/index.js"></script>
<meta name="viewport" content="initial-scale=1.0">
</head>
<body>
<div id="pic"><img src="images/1x1t.gif" alt=""></div>
<div id="outer">
<div id="wrapper">
<div id="inner">
<div id="holder">
<div id="logoDiv"><img src="images/logo.png" alt="Gradient Studios Logo" id="logo"><hr></div>
<div id="text">
<ul id="actions">
<li>We live and work in <a href="http://maps.google.com/maps?q=355+Congress+St,+Boston,+MA+02210" target="_blank">Boston, MA</a>.</li>
<li>We build applications for mobile devices and the web.</li>
<li>We go native and cross-platform.</li>
<li>We contribute to <a href="https://github.com/gradientstudios" target="_blank">open source</a>.</li>
<li>We <a href="http://blog.gradientstudios.com/tag/fieldrunners/" target="_blank">port</a> to and from HTML5/JavaScript.</li>
<li>We <a class="red" href="http://co.llide.com" target="_blank">love</a> building games.</li>
</ul>
<hr>
<ul id="contact">
<li>Need help building software for iOS (iPod, iPhone, and iPad), Android, or the web?</li>
<li><a href="mailto:[email protected]">[email protected]</a></li>
</ul>
</div>
<div id="buttons">
<a href="aboutus.html">More About Us</a> <a href="http://blog.gradientstudios.com">Read Our Blog</a>
</div>
</div>
</div>
</div>
</div>
<div id="footer"></div>
</body>
</html>