-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmap.html
More file actions
106 lines (89 loc) · 3.67 KB
/
map.html
File metadata and controls
106 lines (89 loc) · 3.67 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-dark.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<title>Sydney Linux User Group by sydney-linux-user-group</title>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-23521264-1']);
_gaq.push(['_setDomainName', 'slug.org.au']);
_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>
<header>
<div class="container">
<img src="images/logo.png" style="float: left; padding-right: 1em;">
<h1>Sydney<br>Linux<br>User<br>Group</h1>
<div style="clear: both;"></div>
</div>
</header>
<div class="container">
<section id="main_content">
<a href="index.html"><--- Back</a>
<h1>Getting to SLUG Meetings</h1>
<p>
SLUG meetings are currently held at the Google Australia offices. The address
of the building is:
</p>
<pre>
Google Australia
Level 5, Workplace 6
48 Pirrama Road
Pyrmont, NSW
</pre>
<p>
The Google office is the big black building marked "Accenture" opposite
Star City's main steps. See the picture below,
<img src="images/w6-profile-header.jpg">
</p>
<h2>By Train</h2>
<p>
If using the trains, you can go either get off at;
<ul>
<li>Town Hall station, head towards Darling Harbour, walk across the Pyrmont
footbridge and then follow Pirrama Road towards Star city. The path is
marked in black on the map below.
</li>
<li>Central station, then follow the light rail instructions.</li>
</ul>
</p>
<h2>By Bus</h2>
<p>
If using the buses, the route 443, route 448, route 690 all stop right out
front of the building.
</p>
<h2>By Light Rail</h2>
<p>
If using the light rail, get off at Star City station and walk across the
street. If coming from Central you can see the path marked in purple below.
</p>
<h2>By Car</h2>
<p>
If you drive, then you can look for parking on the suburban streets around
the office, and then walk from there.
</p>
<iframe width="640" height="480" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps/ms?ie=UTF8&hl=en&msa=0&msid=206769017754671483012.0004a1ab71c06661520cd&ll=-33.874941,151.201143&spn=0.017103,0.027466&z=15&output=embed"></iframe><br /><small>View <a href="http://maps.google.com/maps/ms?ie=UTF8&hl=en&msa=0&msid=206769017754671483012.0004a1ab71c06661520cd&ll=-33.874941,151.201143&spn=0.017103,0.027466&z=15&source=embed" style="text-align:left">Getting to SLUG</a> in a larger map</small>
</p>
</section>
</div>
</body>
<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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-23521264-1', 'auto');
ga('send', 'pageview');
</script>
</html>