-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvenue.html
164 lines (136 loc) · 7.1 KB
/
venue.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
<!DOCTYPE html>
<html lang="zh-tw">
<head>
<meta charset="utf-8">
<title>PHPConf Taiwan 2013 :: Venue</title>
<meta name="viewport"
content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"/>
<meta property="og:title" content="PHPConf Taiwan 2013 :: Venue"/>
<meta property="og:type" content="website"/>
<meta property="og:description" content="PHPConf Taiwan 2013 是台灣年度 PHP 聚會,於 10/5 在中研院人文館舉行。"/>
<meta property="og:url" content="http://phpconf.tw/2013/"/>
<meta property="og:image" content="http://phpconf.tw/2013/images/fb.png"/>
<meta property="og:site_name" content="PHPConf Taiwan 2013"/>
<meta property="fb:app_id" content="405706069513334"/>
<link href="bootstrap/css/bootstrap.min.css" media="screen, projection" rel="stylesheet"/>
<link href="css/venue.css" media="screen, projection" rel="stylesheet"/>
<!--[if lt IE 9]>
<script src="js/html5shiv/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/zh_TW/all.js#xfbml=1&appId=405706069513334";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="container">
<!-- Main Content Start -->
<div class="col-lg-8 col-md-8 col-sm-8">
<div class="row">
<!-- Nav Bar Start -->
<nav class="navbar" role="navigation">
<!-- Nav Button Start -->
<div class="navbar-header visible-xs">
<div class="navbar-inverse">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-menu-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<a class="navbar-brand" href="index.html">PHPConf Taiwan 2013</a>
</div>
<!-- Nav Button End -->
<!-- Nav Menu End -->
<div class="collapse navbar-collapse navbar-menu-collapse">
<ul class="nav navbar-nav">
<li>
<a href="index.html"><span class="zh-tw">公告</span><span class="en">Announce</span></a>
</li>
<li>
<a href="schedule.html"><span class="zh-tw">議程</span><span class="en">Schedule</span></a>
</li>
<li>
<a href="speakers.html"><span class="zh-tw">講師</span><span class="en">Speakers</span></a>
</li>
<li>
<a href="sponsors.html"><span class="zh-tw">贊助</span><span class="en">Sponsors</span></a>
</li>
<li class="active">
<a href="venue.html"><span class="zh-tw">地點</span><span class="en">Venue</span></a>
</li>
<li>
<a href="about.html"><span class="zh-tw">關於</span><span class="en">About</span></a>
</li>
</ul>
</div>
<!-- Nav Menu End -->
</nav>
<!-- Nav Bar End -->
</div>
<!-- Page Content Start -->
<div class="page-content">
<article>
<h2>中央研究院人文科學大樓</h2>
<hr class="line"/>
<section class="map">
<h3>地址</h3>
<p>台北市南港區研究院路二段128號</p>
<iframe width="100%" height="300" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps/ms?msa=0&msid=204188851824936063603.0004e5d62a1761d1e480d&ie=UTF8&t=m&ll=25.043109,121.614103&spn=0.009331,0.013733&z=16&output=embed"></iframe>
</section>
<hr class="line"/>
<section class="traffic-info">
<h3>交通方式</h3>
<p><label>捷運:</label>至南港站1號出口換乘公車212(直)、212(區)、270或藍25(中研院站) OR 至南港展覽館站換乘公車212、276、306、620、645、679、205、小5、小1、小12(中研院站)</p>
<p><label>公車:</label>205、212、212(直)、212(區)、270、276、306、620、645、小12、藍25、679、小5、小1(中研院站)</p>
</section>
</article>
</div>
<!-- Page Content End -->
</div>
<!-- Main Content End -->
<!-- Sidebar Start -->
<div class="col-lg-4 col-md-4 col-sm-4 hidden-xs">
<div class="logo">
<img src="images/logo.png"/>
</div>
<div class="links text-center">
<p><a href="http://goo.gl/bUcJl3">FB 社團</a> / <a href="irc://irc.freenode.net#phpconf-tw">IRC Chat</a></p>
</div>
<div class="links text-center">
<a href="http://goo.gl/IsA6Rb" target="_blank"><img src="images/app/google_play.png" alt="Google Play" /></a>
</div>
<div class="social">
<iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fphpconf.tw%2F2013&send=false&layout=button_count&width=100&show_faces=false&font=tahoma&colorscheme=light&action=like&height=21&appId=405706069513334" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:80px; height:21px;" allowTransparency="true"></iframe>
</div>
<div class="comments">
<div class="fb-comments visible-lg" data-href="http://phpconf.tw/2013/" data-width="320"></div>
<div class="fb-comments visible-md" data-href="http://phpconf.tw/2013/" data-width="280"></div>
</div>
</div>
<!-- Sidebar End -->
</div>
<!-- Footer -->
<footer>
<div class="old container">
<p class="col-lg-offset-5 col-lg-1 col-md-offset-4 col-md-2 col-sm-offset-3 col-sm-3"><a href="/2012">2012</a></p>
<p class="col-lg-1 col-md-2 col-sm-3"><a href="/2011">2011</a></p>
</div>
<div class="info container">
<p>中央研究院人文社會科學館 (台北市南港區研究院路二段128號)</p>
<p><span class="glyphicon glyphicon-envelope"></span> <a href="mailto:[email protected]">[email protected]</a></p>
<p>Designed by 草監 / Anna Su</p>
</div>
</footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
<script>
window.jQuery || document.write('<script src="js/jquery-1.10.1.min.js"><\/script>')
</script>
<script src="bootstrap/js/bootstrap.min.js"></script>
</body>
</html>