-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·87 lines (80 loc) · 4.68 KB
/
Copy pathindex.html
File metadata and controls
executable file
·87 lines (80 loc) · 4.68 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Digital 8 - Design and Software Agency, Brisbane Australia</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/>
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,600' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet/less" href="less/main.less">
<script src="js/less-1.3.3.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
</head>
<body>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<!-- Add your site or application content here -->
<div class="container">
<section role="content">
<header class="logo"></header>
<h1><strong>Hello!</strong> We are Digital 8.</h1>
<p>We’re a young team of talented and enthusiastic individuals from <strong>Brisbane, Australia</strong>. We create interactive and engaging experiences.
<br/>Got a rad idea? <a href="mailto:[email protected]?subject=I got a rad idea!">Let’s chat about it.</a></p>
</section>
<section role="portfolio">
<header><h1>Recently Launched</h1></header>
<ul>
<li class="property-owl">
<a href="http://www.propertyowl.com.au" target="_blank"><span class="hover"></span></a>
<h2>Property Owl</h2>
</li>
<li class="hunt-migration">
<a href="http://www.huntmigration.com" target="_blank"><span class="hover"></span></a>
<h2>Hunt Migration</h2>
</li>
<li class="etrade-summit">
<a href="http://www.etradesummit.be/" target="_blank"><span class="hover"></span></a>
<h2>E-trade Summit</h2>
</li>
</ul>
</section>
<footer>
<a href="https://maps.google.com.au/maps?q=32+Brookes+Street,+Bowen+Hills+QLD+4006&hnear=32+Brookes+St,+Bowen+Hills+Queensland+4006&gl=au&t=m&z=16" target="_blank"><span class="location">32 Brookes Street, Bowen Hills, QLD 4006</span></a> <span class="phone">07 3071 7370</span>
</footer>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-42032904-1', 'digital8.com.au');
ga('send', 'pageview');
</script>
<!-- Start D8 Web Analytics Tracker -->
<script type="text/javascript">
//<![CDATA[
var owa_baseUrl = 'http://d8.lysdexic.com.au/owa/';
var owa_cmds = owa_cmds || [];
owa_cmds.push(['setSiteId', 'eb48d62b808d6a713cf1d44ec5360db0']);
owa_cmds.push(['trackPageView']);
owa_cmds.push(['trackClicks']);
owa_cmds.push(['trackDomStream']);
(function() {
var _owa = document.createElement('script'); _owa.type = 'text/javascript'; _owa.async = true;
owa_baseUrl = ('https:' == document.location.protocol ? window.owa_baseSecUrl || owa_baseUrl.replace(/http:/, 'https:') : owa_baseUrl );
_owa.src = owa_baseUrl + 'modules/base/js/owa.tracker-combined-min.js';
var _owa_s = document.getElementsByTagName('script')[0]; _owa_s.parentNode.insertBefore(_owa, _owa_s);
}());
//]]>
</script>
<!-- End D8 Web Analytics Code -->
</body>
</html>