-
Notifications
You must be signed in to change notification settings - Fork 0
/
location.html
269 lines (241 loc) · 11.9 KB
/
location.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
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
<!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">
<title>PHPConf 2012 in Taiwan</title>
<link rel="shortcut icon" href="favicon.ico">
<meta name="description" content="PHPConf 2012 in Taiwan">
<meta name="og_title" property="og:title" content="PHPConf Taiwan 2012" />
<meta name="og_url" property="og:url" content="http://phpconf.tw/2012" />
<meta name="og_image" property="og:image" content="http://phpconf.tw/2012/images/layout/mascot.png" />
<meta name="og_site_name" property="og:site_name" content="PHPConf Taiwan" />
<link href="http://phpconf.tw/2012/images/layout/mascot.png" rel="image_src" type="image/jpeg" />
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--[if IE]>
<link rel="stylesheet" href="stylesheets/ie-font.css" type="text/css" charset="utf-8" />
<![endif]-->
<link rel="stylesheet" href="stylesheets/screen.css">
<script src="javascripts/vendor/modernizr-2.6.1-respond-1.1.0.min.js"></script>
<script type="text/javascript">
window.jfAsyncInit = function () {
ctb.main({'appId':'67f07041xlXRgFF-G5X244XO2Y-d-C7jV-UkSYs5wkuHQFq4v4tovYKuBJt6lffvQ3pEzBTI4KqBETtULmn4voLsPWZhhY1xNZmw1JCQ7SUvHF1z_m3w0AcFOGlYoUly6PahO3lx0oU5jb79PgfljHcOrot9dBRXqkaKXMQ9sop-VsVLLAw='});
};
(function () {
var jf = document.createElement('script');
jf.type = 'text/javascript';
jf.async = true;
jf.src = 'http://ds.justfont.com/core/js/v1.0/67f07041xlXRgFF-G5X244XO2Y-d-C7jV-UkSYs5wkuHQFq4v4tovYKuBJt6lffvQ3pEzBTI4KqBETtULmn4voLsPWZhhY1xNZmw1JCQ7SUvHF1z_m3w0AcFOGlYoUly6PahO3lx0oU5jb79PgfljHcOrot9dBRXqkaKXMQ9sop-VsVLLAw=.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(jf, s);
})();
</script>
</head>
<body>
<div id="header">
<div id="header-logo">
<a href="index.html" id="conference-mascot"><img src="images/layout/mascot.png" alt="PHPConf Mascot" /></a>
<div id="header-logo-content">
<a href="index.html">
<div id="conference-title-mobile"></div>
<div id="conference-title">
<span class="font-phpconf">P</span>HP<strong><span class="title-color2">Conf</span></strong><br />
<div id="conference-subtitle">
<span class="font-phpconf taiwan-first-letter-left">@</span><span class="font-phpconf taiwan-first-letter">T</span><span class="taiwan-letter">aiwan</span><span class="conference-year">2012</span>
</div>
</div>
<div id="conference-date">
<br /><br />
3rd Nov 2012 — Taipei, Taiwan
</div>
<div class="clear"></div>
<div id="conference-slogan">Innovation and Application for the Future</div>
</a>
<div id="header-navigation" class="float-right">
<ul class="navigation">
<li><a href="index.html">NEWS</a></li>
<li><a href="schedule.html">SCHEDULE</a></li>
<li><a href="speakers.html">SPEAKERS</a></li>
<li class="nav-active"><a href="location.html">LOCATION</a></li>
<li><a href="about.html">ABOUT</a></li>
<li class="navigation-last">
<a href="http://twpug.net/modules/newbb/viewforum.php?forum=41"
onclick="this.target='_blank';">FORUM</a>
</li>
</ul>
</div>
<div class="clear"></div>
</div>
<div class="clear"></div>
</div>
</div>
<div id="registration-link-320" class="display-320">
<a href="http://registrano.com/events/phpconftw2012">
REGISTRATION <small>Opening date: 8th Oct 2012</small>
</a>
</div>
<div id="main">
<div id="content">
<div id="content-container">
<div id="content-title-container">
<span id="content-title">LOCATION</span>
</div>
<div class="location-index">
<table>
<tr>
<td class="location-title">會場地點</td>
<td class="location-description">
台北市南港區研究院路二段128號 中央研究院人文社會科學館 - 第二會議室<br />
The phpConf in Taiwan 2012 will be in Taipei at Academia Sinica by Nov 3rd.
</td>
</tr>
</table>
<div class="google-map">
<div class="google-map-link">
<a href="https://maps.google.com.tw/maps/ms?msid=204336690330534160949.0004c9390224242bdb896&msa=0&ie=UTF8&t=m&brcurrent=3,0x3442ac6b61dbbd9d:0xc0c243da98cba64b,1&source=embed&ll=25.046103,121.612129&spn=0.099533,0.085144&z=14&output=embed"
>在較大的地圖上查看</a>
</div>
</div>
<div class="google-map-hint">
<table>
<tr>
<td class="google-map-hint-icon">
<img src="images/map/transport-train.png" alt="火車轉乘" />
</td>
<td class="google-map-hint-left">
<!--<span class="font-phpconf">t</span>-->火車轉乘
</td>
<td class="google-map-hint-right">
1. 捷運南港站:212(直行忠孝東路)、270、藍25<br />
2. 南港行政中心:205、212(正線)、276、306、小5
</td>
</tr>
<tr>
<td class="google-map-hint-icon">
<img src="images/map/transport-metro.png" alt="捷運轉乘" />
</td>
<td class="google-map-hint-left">
<!--<span class="font-phpconf">t</span>-->捷運轉乘
</td>
<td class="google-map-hint-right">
搭捷運板南線至南港站(1號出口)換乘公車212(直行/區間)、270或藍25至中研院站。<br />搭捷運文湖線至南港展覽館站(2號出口),走至南港國小對面換乘公車205、276、306或645至中研院站。
</td>
</tr>
<tr>
<td class="google-map-hint-icon">
<img src="images/map/parking.png" alt="停車資訊" />
</td>
<td class="google-map-hint-left">
<!--<span class="font-phpconf">t</span>-->停車資訊
</td>
<td class="google-map-hint-right">
中央研究院人文社會科學館 B2 後區開放83格來賓車位,供院外來訪賓客及會議車輛使用, 時間自早上七時至晚上十時止。<br />若停滿,可於院內任何停車格中自行停入。(需多走幾分鐘路程)
</td>
</tr>
</table>
</div>
</div>
</div>
</div>
<aside id="sidebar">
<div id="registration-link" class="display-720">
<a href="http://registrano.com/events/phpconftw2012">
<div class="registration-title">REGISTRATION</div>
<div class="registration-date">Opening date: 8th Oct 2012</div>
<div class="clear"></div>
</a>
</div>
<div id="sidebar-container">
<div id="sponsors">
<!--
<h2>Diamond Sponsors</h2>
<ul>
<li><img src="images/mock-up/sponsor1.png" alt="xxx" /></li>
</ul>
<div class="clear"></div>
-->
<h2>Gold Sponsors</h2>
<ul>
<li>
<a href="http://goo.gl/KLkVS"><img src="images/sponsors/eatgo.png" alt="異客" /></a>
</li>
<li>
<a href="http://www.pumo.com.tw"><img src="images/sponsors/pumo.jpg" alt="補夢網" /></a>
</li>
</ul>
<div class="clear"></div>
<h2>Silver Sponsors</h2>
<ul>
<li>
<a href="http://www.gamebase.com.tw/"><img src="images/sponsors/gamebase.gif" alt="遊戲基地" /></a>
</li>
</ul>
<div class="clear"></div>
<h2>Media Partners</h2>
<ul>
<li>
<a href="http://sina.com.tw/"><img src="images/sponsors/sina.gif" alt="新浪臺灣" /></a>
</li>
<li>
<a href="http://www.gamebase.com.tw/"><img src="images/sponsors/gamebase.gif" alt="遊戲基地" /></a>
</li>
<li>
<a href="http://techorange.com/"><img src="images/sponsors/teckorange.png" alt="TechOrange 科技報橘" /></a>
</li>
</ul>
<div class="clear"></div>
<h2>Special Thanks</h2>
<ul>
<li>
<a href="http://web1.nsc.gov.tw/"><img src="images/sponsors/nsc.jpg" alt="行政院國家科學委員會 (NSC)" /></a>
</li>
<li>
<a href="http://www.citi.sinica.edu.tw/"><img src="images/sponsors/citi.png" alt="中央研究院資訊科技創新研究中心 (CITI)" /></a>
</li>
<li>
<a href="http://www.openfoundry.org/"><img src="images/sponsors/openfoundry.png" alt="自由軟體鑄造場 (OSSF)" /></a>
</li>
</ul>
<div class="clear"></div>
</div>
</div>
</aside>
<div class="clear"></div>
</div>
<div id="footer">
<div id="footer-content">
<div id="past-editions">
<div id="past-editions-content">
<a href="../2011/">Visit the <span>2011 Conference</span> Site</a>
</div>
</div>
<div id="copyright">
© 2012 PHPConf.TW
</div>
<div class="clear"></div>
</div>
</div>
<!-- end of footer -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="javascripts/vendor/jquery-1.8.1.min.js"><\/script>')</script>
<script src="javascripts/plugins.js"></script>
<script src="javascripts/main.js"></script>
<script>
var _gaq = [
['_setAccount', 'UA-34341254-1'],
['_trackPageview']
];
(function (d, t) {
var g = d.createElement(t), s = d.getElementsByTagName(t)[0];
g.src = ('https:' == location.protocol ? '//ssl' : '//www') + '.google-analytics.com/ga.js';
s.parentNode.insertBefore(g, s)
}(document, 'script'));
</script>
</body>
</html>