-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (52 loc) · 1.93 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=1.0,width=device-width" />
<title>That Mob</title>
<style type="text/css">
.container {
width: 300px;
text-align: center;
margin: 0 auto;
font-family: "Helvetica Neue", Helvetica, san-serif;
font-size: 12px;
padding-top: 40px;
}
ul, li {
list-style: none;
padding: 0;
}
a {
color: #ff8b38;
}
</style>
</head>
<body>
<div class="container">
<img src="logo.gif" alt="" />
<p>
That Mob is a collective of independent web practitioners who design websites, develop web software and consult on digital strategy for some of the most recognised businesses and organisations in Australia.
</p>
<ul>
<li><a href="http://www.goodling.com.au/">Goodling</a></li>
<li><a href="http://www.shakingpaper.com.au/">Shaking Paper</a></li>
<li><a href="http://www.studiolwnski.com/">Studio Lwnski</a></li>
<li><a href="http://longtondesign.com/">Longton</a></li>
<li><a href="http://www.pixelbloom.com/">Pixelbloom</a></li>
<li><a href="http://kolber.info/">Anthony Kolber</a></li>
<li><a href="http://www.philandtoby.com/">Phil & Toby</a></li>
<li><a href="http://svmorgan.com/">Sam Morgan</a></li>
<li><a href="http://liquoricestudio.com/">Liquorice Studio</a></li>
<li><a href="http://smallpirate.com.au">Small Pirate</a></li>
<li><a href="http://www.studiopda.com.au">Studio PDA</a></li>
<li><a href="http://benjennings.net/">Ben Jennings</a></li>
<li><a href="http://haustraliaer.com">David Hauser</a></li>
<li><a href="http://goldengrouse.com">The Golden Grouse</a></li>
</ul>
<p>
We no longer handle new project enquiries as <em>That Mob</em> – instead, we encourage you contact one of our excellent members directly.
</p>
</div>
</body>
</html>