-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.htm
117 lines (92 loc) · 4.16 KB
/
contact.htm
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
<!DOCTYPE html>
<html class=" js flexbox canvas canvastext webgl no-touch geolocation postmessage no-websqldatabase no-indexeddb hashchange history draganddrop websockets rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients no-cssreflections csstransforms csstransforms3d csstransitions fontface video audio localstorage sessionstorage webworkers applicationcache svg inlinesvg smil svgclippaths" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>aces | coders v5.0</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="img/fave.png">
<link rel="stylesheet" href="css/style_override.css">
<link rel="stylesheet" href="css/supersized.css">
<link rel="stylesheet" href="css/jquery-ui.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/480.css" type="text/css" media="only screen and (max-device-width: 480px)">
<link rel="stylesheet" href="css/handheld.css" type="text/css" media="handheld">
<script src="js/ga.js" async=""></script>
<script src="js/modernizr-1.js"></script>
</head>
<body class="contact distressed">
<div id="wrapper">
<div id="slideshow-top"></div>
<div id="container">
<header>
<div id="primary-navigation">
<nav>
<ul>
<li class="about"><a href="about.htm">About</a></li>
<li class="folio"><a href="folio.htm">Folio</a></li>
<li class="home"><a href="index.htm"><img src="img/logo.png" alt="Home" width="192" height="192"></a></li>
<li class="contact"><a href="contact.htm">Contact</a></li>
<li class="news"><a href="news.htm">News</a></li>
</ul>
</nav>
</div>
</header>
<div id="main" role="main">
<div id="content">
<div class="col2 clearfix">
<div class="content clearfix">
<div class="col first">
<h2>Get in touch</h2>
<h3>Come & Visit</h3>
<p>
<a href="http://goo.gl/maps/PWfhR">
Studio 3, The Typewriter Factory<br>
Level 3, 13-17 Castray Esplanade<br>
Battery Point Tasmania 7004<br>
</a>
</p>
<h3>Email</h3>
<p>
<a href="mailto:[email protected]">[email protected]</a><br>
<a href="mailto:[email protected]">[email protected]</a>
</p>
<h3>Phone</h3>
<p>Travis: 0488 004 230<br>
Kelly: 0407 167 356</p>
</div>
<div class="col last map">
<a href="http://goo.gl/maps/PWfhR">
<img src="contact_files/map.gif" alt="Click for Google Map">
</a>
</div>
</div>
</div>
</div>
</div>
<footer>
<nav class="social-media">
<ul>
<li class="facebook"><a href="http://www.facebook.com/groups/aces.coders" title="Find us on Facebook"><span>Facebook</span></a></li>
</ul>
</nav>
</footer>
</div> <!-- #container -->
</div> <!-- #wrapper -->
<script src="js/jquery_002.js"></script>
<script>window.jQuery || document.write("<script src='/js/libs/jquery-1.5.1.min.js'>\x3C/script>")</script>
<script src="js/supersized_002.js"></script>
<script src="js/supersized.js"></script>
<script src="js/plugins.js"></script>
<script src="js/script.js"></script>
<script src="js/jquery-ui-1.js"></script>
<script src="js/jquery.js"></script>
<script>
var _gaq=[["_setAccount","UA-24268991-1"],["_trackPageview"]];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.async=1;
g.src=("https:"==location.protocol?"//ssl":"//www")+".google-analytics.com/ga.js";
s.parentNode.insertBefore(g,s)}(document,"script"));
</script>
</body>
</html>