-
Notifications
You must be signed in to change notification settings - Fork 39
/
media.html
203 lines (200 loc) · 9.48 KB
/
media.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
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Articles / Media - /tg/station 13</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png?v=vMMm9050Gy">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png?v=vMMm9050Gy">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png?v=vMMm9050Gy">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png?v=vMMm9050Gy">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png?v=vMMm9050Gy">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png?v=vMMm9050Gy">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png?v=vMMm9050Gy">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png?v=vMMm9050Gy">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png?v=vMMm9050Gy">
<link rel="icon" type="image/png" href="/favicon-32x32.png?v=vMMm9050Gy" sizes="32x32">
<link rel="icon" type="image/png" href="/android-chrome-192x192.png?v=vMMm9050Gy" sizes="192x192">
<link rel="icon" type="image/png" href="/favicon-96x96.png?v=vMMm9050Gy" sizes="96x96">
<link rel="icon" type="image/png" href="/favicon-16x16.png?v=vMMm9050Gy" sizes="16x16">
<link rel="manifest" href="/manifest.json?v=vMMm9050Gy">
<link rel="mask-icon" href="/safari-pinned-tab.svg?v=vMMm9050Gy" color="#082338">
<link rel="shortcut icon" href="/favicon.ico?v=vMMm9050Gy">
<meta name="msapplication-TileColor" content="#082338">
<meta name="msapplication-TileImage" content="/mstile-144x144.png?v=vMMm9050Gy">
<meta name="theme-color" content="#082338">
<link href="tg.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style type="text/css">
.container {
margin: 0 auto;
max-width: 960px;
}
.navbar .navbar-nav {
display: inline-block;
float: none;
}
.navbar .navbar-collapse {
text-align: center;
}
.dropdown-submenu {
position:relative;
}
.dropdown-submenu>.dropdown-menu {
top:0;
left:100%;
margin-top:-6px;
margin-left:-1px;
-webkit-border-radius:0 6px 6px 6px;
-moz-border-radius:0 6px 6px 6px;
border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
display:block;
}
.dropdown-submenu>a:after {
display:block;
content:" ";
float:right;
width:0;
height:0;
border-color:transparent;
border-style:solid;
border-width:5px 0 5px 5px;
border-left-color:#cccccc;
margin-top:5px;
margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
left:-100%;
margin-left:10px;
-webkit-border-radius:6px 0 6px 6px;
-moz-border-radius:6px 0 6px 6px;
border-radius:6px 0 6px 6px;
}
</style>
</head>
<body>
<div class="navbar navbar-inverse center text-center">
<div class="container-fluid center text-center">
<ul class="nav navbar-nav center text-center">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="/media.html">Media</a></li>
<li><a href="http://singulo.io/tg/">/tg/station Outcasts</a></li>
<li><a href="/phpBB">Forum</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="/wiki">Wiki<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="/wiki">Main Page</a></li>
<li><a href="/wiki/Starter_guide">New Player Tutorial</a></li>
<li><a href="/wiki/Rules">Rules</a></li>
<li><a href="/wiki/Jobs">Jobs</a></li>
<li><a href="/wiki/Objects">Objects</a></li>
<li><a href="/wiki/Locations">Locations</a></li>
<li><a href="/wiki/Game_Mode">Game Modes</a></li>
<li><a href="/wiki/Space_Law">Space Law</a></li>
<li class="dropdown-submenu">
<a tabindex="-1" href="/wiki/Guides">Guides</a>
<ul class="dropdown-menu">
<li><a href="/wiki/Guide">Guides</a></li>
<li><a href="/wiki/Guide_to_food_and_drinks">Guide to Food and Drinks</a></li>
<li><a href="/wiki/Guide_to_construction">Guide to Construction</a></li>
<li><a href="/wiki/Guide_to_advanced_construction">Guide to Advanced Construction</a></li>
<li><a href="/wiki/Guide_to_medicine">Guide to Medicine</a></li>
<li><a href="/wiki/Guide_to_chemistry">Guide to Chemistry</a></li>
<li><a href="/wiki/Surgery">Guide to Surgery</a></li>
<li><a href="/wiki/Guide_to_genetics">Guide to Genetics</a></li>
<li><a href="/wiki/Guide_to_Research_and_Development">Guide to Research</a></li>
<li><a href="/wiki/Guide_to_robotics">Guide to Robotics</a></li>
<li><a href="/wiki/Guide_to_xenobiology">Guide to Xenobiology</a></li>
<li><a href="/wiki/Guide_to_hydroponics">Guide to hydroponics</a></li>
</ul>
</li>
</ul>
</li>
<li class = "dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="https://github.com/tgstation/tgstation">Development<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="https://github.com/tgstation/tgstation">/tg/ Github</a></li>
<li><a href="https://github.com/tgstation/tgstation13.org">/tg/station13.org Github</a></li>
<li><a href="/findshit.php">/tg/ Github Declaration Finder</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">IRC Channels<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="irc://irc.rizon.net/tgstation13">#tgstation13</a></li>
<li><a href="irc://irc.rizon.net/devbus">#devbus</a></li>
<li><a href="irc://irc.rizon.net/coderbus">#coderbus</a></li>
<li><a href="irc://irc.rizon.net/supportbus">#supportbus</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">Related sites<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><b>May Mays</b></li>
<li><a href="http://boards.4chan.org/tg/">/tg/ (4chan)</a></li>
<li><a href="http://boards.4chan.org/vg/">/vg/ (4chan)</a></li>
<li><a href="http://reddit.com/r/ss13/">/r/ss13 (le reddit)</a></li>
<li><a href="http://singulo.io/tg/">/tg/ (singulo)</a></li>
<li><a href="https://8ch.net/spess/">/spess/ (8chan)</a></li>
<li><a href="https://8ch.net/tg/">/tg/ (8chan)</a></li>
<li><a href="https://8ch.net/vg/">/vg/ (8chan)</a></li>
<li><b>Other stations</b></li>
<li><a href="http://baystation12.net/">Bay Station</a></li>
<li><a href="http://ss13.moe/">/vg/ Station</a></li>
<li><a href="http://wiki.ss13.co/Main_Page">Goon Station</a></li>
<li><a href="https://www.yogstation.net/">Yog Station</a></li>
<li><a href="http://nanotrasen.se/phpBB3/index.php">Paradise Station</a></li>
<li><a href="http://www.colonial-marines.com/">Colonial Marines</a></li>
<li><a href="http://hippiestation.com/">Hippie Station</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="container">
<div align="center"><img src="images/tgmedia.png" border="0"></div>
<div class="jumbotron">
<h3>In-Game Screenshots / Banners</h3>
<blockquote>
<p><img src="images/ss13screenshot1.png" border="0"></p>
<small>Station security forces try to fight off an extraterrestrial invasion.</small>
</blockquote>
<blockquote class="pull-right">
<p><img src="images/ss13screenshot2.png" border="0"></p>
<small>Shaft Miners mine, refine and process materials for the station to use.</small>
</blockquote>
<blockquote>
<p><img src="images/ss13screenshot3.png" border="0"></p>
<small>Staff busy working in the Medical Bay.</small>
</blockquote>
<hr>
<h3>Articles</h3>
<p>We are aware of the following articles which discuss Space Station 13. Please contact us if there's an article we missed.</p>
<p>N3rdabl3 - <a href="http://www.n3rdabl3.co.uk/2013/09/indie-fix-space-station-13/">The Indie Fix: Space Station 13</a> - <small>September 2013</small></p>
<p>PC Gamer Magazine UK - <a href="http://www.pcgamer.com/2013/09/21/the-50-best-free-pc-games/">The 50 best free PC games</a> - <small>August 2013</small></p>
<p>Rezzed Developer Sessions 2013 - <a href="http://www.youtube.com/watch?v=4Lb30OFld-s">Is storytelling in games getting any better?</a> (video) - <small>June 2013</small></p>
<p>PC Gamer Magazine, page 9 - <small>April 2013</small></p>
<p>PCGamesN - <a href="http://www.pcgamesn.com/indie/space-station-13-multiplayer-space-station-simulator-about-monkeys-insane-ai-cultists-and-paperwork">(source)</a> - <small>January 2013</small></p>
</div>
</div>
<!-- /container -->
<script type='text/javascript' src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script type='text/javascript' src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
<!-- JavaScript jQuery code from Bootply.com editor -->
<script type='text/javascript'>
$(document).ready(function() {
});
</script>
</body>
</html>