-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
218 lines (200 loc) · 9.31 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
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
<!DOCTYPE html>
<html>
<head>
<title>IOH 開放個人經驗平台</title>
<link rel="shortcut icon" href="./assets/img/ioh-favicon.ico"/>
<link rel="stylesheet" type="text/css" href="node_modules/bootstrap/dist/css/bootstrap.min.css"/>
<link rel="stylesheet" type="text/css" href="./assets/css/style.css"/>
</head>
<body>
<header>
<div class="wrapper container">
<div>
<img src="assets/img/ioh-logo.png" height="160" />
</div>
<nav class="navbar navbar-default">
<div class="container-fluid">
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="#talks">講座影片</a></li>
<li><a href="#about">關於</a></li>
<li><a href="#join">加入IOH</a></li>
</ul>
</div>
</div>
</nav>
</div>
</header>
<div id="content">
<div class="wrapper container">
<div>
<h3>最新消息</h3>
<div id="slide-show">
SLIDE SHOW
</div>
</div>
<div id="talks">
<h3>最新講座</h3>
<div id="latest-talks-grid" class="row">
<article class="talk col-lg-3 col-md-3 col-sm-4 col-xs-12">
<img src="assets/img/speaker-profile-01.jpg" />
<div class="talk-speaker-description">
<h4 class="talk-speaker-name">Roy Lin 林佑達</h4>
<ul class="talk-tags">
<li><a href="#">美國</a></li>
<li><a href="#">哈佛大學</a></li>
<li><a href="#">建築設計</a></li>
</ul>
<p>就讀於 Harvard Graduate School of Design,現為 XD CrossDesign 跨設計社團的共同召集人,將分享他在 Harvard GSD 的求學經驗。</p>
</div> <!-- end of .talk-speaker-description -->
</article>
<article class="talk col-lg-3 col-md-3 col-sm-4 col-xs-12">
<img src="assets/img/speaker-profile-02.jpg" />
<div class="talk-speaker-description">
<h4 class="talk-speaker-name">Jessica Lee 李佳潔</h4>
<ul class="talk-tags">
<li><a href="#">美國</a></li>
<li><a href="#">麻省理工學院</a></li>
<li><a href="#">建築設計</a></li>
</ul>
<p>就讀於美國麻省理工學院 Massachusetts Institute of Technology(MIT)School of Architecture + Planning (SA+P),將分享她在 MIT 的求學經驗。</p>
</div> <!-- end of .talk-speaker-description -->
</article>
<article class="talk col-lg-3 col-md-3 col-sm-4 col-xs-12">
<img src="assets/img/speaker-profile-03.jpg" />
<div class="talk-speaker-description">
<h4 class="talk-speaker-name">Alan Tai 戴松青</h4>
<ul class="talk-tags">
<li><a href="#">美國</a></li>
<li><a href="#">麻省理工學院</a></li>
<li><a href="#">建築設計</a></li>
</ul>
<p>畢業於美國麻省理工學院 Massachusetts Institute of Technology (MIT) Master of Science in Architectural Studies - Design and Computation (SMArchS),將分享他在 MIT 的求學經驗。</p>
</div> <!-- end of .talk-speaker-description -->
</article>
<article class="talk col-lg-3 col-md-3 col-sm-4 col-xs-12">
<img src="assets/img/speaker-profile-04.jpg" />
<div class="talk-speaker-description">
<h4 class="talk-speaker-name">Johnny Chang 張家銘</h4>
<ul class="talk-tags">
<li><a href="#">美國</a></li>
<li><a href="#">羅德島設計學院</a></li>
<li><a href="#">工業設計</a></li>
</ul>
<p>就讀於美國羅德島設計學院 Rhode Island School of Design (RISD)Master of Industrial Design,將分享他在 RISD 的求學經驗。</p>
</div> <!-- end of .talk-speaker-description -->
</article>
<div id="latest-talks-grid" class="row">
<article class="talk col-lg-3 col-md-3 col-sm-4 col-xs-12">
<img src="assets/img/speaker-profile-01.jpg" />
<div class="talk-speaker-description">
<h4 class="talk-speaker-name">Roy Lin 林佑達</h4>
<ul class="talk-tags">
<li><a href="#">美國</a></li>
<li><a href="#">哈佛大學</a></li>
<li><a href="#">建築設計</a></li>
</ul>
<p>就讀於 Harvard Graduate School of Design,現為 XD CrossDesign 跨設計社團的共同召集人,將分享他在 Harvard GSD 的求學經驗。</p>
</div> <!-- end of .talk-speaker-description -->
</article>
<article class="talk col-lg-3 col-md-3 col-sm-4 col-xs-12">
<img src="assets/img/speaker-profile-02.jpg" />
<div class="talk-speaker-description">
<h4 class="talk-speaker-name">Jessica Lee 李佳潔</h4>
<ul class="talk-tags">
<li><a href="#">美國</a></li>
<li><a href="#">麻省理工學院</a></li>
<li><a href="#">建築設計</a></li>
</ul>
<p>就讀於美國麻省理工學院 Massachusetts Institute of Technology(MIT)School of Architecture + Planning (SA+P),將分享她在 MIT 的求學經驗。</p>
</div> <!-- end of .talk-speaker-description -->
</article>
<article class="talk col-lg-3 col-md-3 col-sm-4 col-xs-12">
<img src="assets/img/speaker-profile-03.jpg" />
<div class="talk-speaker-description">
<h4 class="talk-speaker-name">Alan Tai 戴松青</h4>
<ul class="talk-tags">
<li><a href="#">美國</a></li>
<li><a href="#">麻省理工學院</a></li>
<li><a href="#">建築設計</a></li>
</ul>
<p>畢業於美國麻省理工學院 Massachusetts Institute of Technology (MIT) Master of Science in Architectural Studies - Design and Computation (SMArchS),將分享他在 MIT 的求學經驗。</p>
</div> <!-- end of .talk-speaker-description -->
</article>
<article class="talk col-lg-3 col-md-3 col-sm-4 col-xs-12">
<img src="assets/img/speaker-profile-04.jpg" />
<div class="talk-speaker-description">
<h4 class="talk-speaker-name">Johnny Chang 張家銘</h4>
<ul class="talk-tags">
<li><a href="#">美國</a></li>
<li><a href="#">羅德島設計學院</a></li>
<li><a href="#">工業設計</a></li>
</ul>
<p>就讀於美國羅德島設計學院 Rhode Island School of Design (RISD)Master of Industrial Design,將分享他在 RISD 的求學經驗。</p>
</div> <!-- end of .talk-speaker-description -->
</article>
<div id="latest-talks-grid" class="row">
<article class="talk col-lg-3 col-md-3 col-sm-4 col-xs-12">
<img src="assets/img/speaker-profile-01.jpg" />
<div class="talk-speaker-description">
<h4 class="talk-speaker-name">Roy Lin 林佑達</h4>
<ul class="talk-tags">
<li><a href="#">美國</a></li>
<li><a href="#">哈佛大學</a></li>
<li><a href="#">建築設計</a></li>
</ul>
<p>就讀於 Harvard Graduate School of Design,現為 XD CrossDesign 跨設計社團的共同召集人,將分享他在 Harvard GSD 的求學經驗。</p>
</div> <!-- end of .talk-speaker-description -->
</article>
<article class="talk col-lg-3 col-md-3 col-sm-4 col-xs-12">
<img src="assets/img/speaker-profile-02.jpg" />
<div class="talk-speaker-description">
<h4 class="talk-speaker-name">Jessica Lee 李佳潔</h4>
<ul class="talk-tags">
<li><a href="#">美國</a></li>
<li><a href="#">麻省理工學院</a></li>
<li><a href="#">建築設計</a></li>
</ul>
<p>就讀於美國麻省理工學院 Massachusetts Institute of Technology(MIT)School of Architecture + Planning (SA+P),將分享她在 MIT 的求學經驗。</p>
</div> <!-- end of .talk-speaker-description -->
</article>
<article class="talk col-lg-3 col-md-3 col-sm-4 col-xs-12">
<img src="assets/img/speaker-profile-03.jpg" />
<div class="talk-speaker-description">
<h4 class="talk-speaker-name">Alan Tai 戴松青</h4>
<ul class="talk-tags">
<li><a href="#">美國</a></li>
<li><a href="#">麻省理工學院</a></li>
<li><a href="#">建築設計</a></li>
</ul>
<p>畢業於美國麻省理工學院 Massachusetts Institute of Technology (MIT) Master of Science in Architectural Studies - Design and Computation (SMArchS),將分享他在 MIT 的求學經驗。</p>
</div> <!-- end of .talk-speaker-description -->
</article>
<article class="talk col-lg-3 col-md-3 col-sm-4 col-xs-12">
<img src="assets/img/speaker-profile-04.jpg" />
<div class="talk-speaker-description">
<h4 class="talk-speaker-name">Johnny Chang 張家銘</h4>
<ul class="talk-tags">
<li><a href="#">美國</a></li>
<li><a href="#">羅德島設計學院</a></li>
<li><a href="#">工業設計</a></li>
</ul>
<p>就讀於美國羅德島設計學院 Rhode Island School of Design (RISD)Master of Industrial Design,將分享他在 RISD 的求學經驗。</p>
</div> <!-- end of .talk-speaker-description -->
</article>
</div>
<div class="pull-right">
<button id="btn-more-talks" class="btn">更多講座影片</button>
</div>
</div>
</div>
</div>
<footer>
<div class="wrapper container">
<p>© 2015 IOH 開放個人經驗平台</p>
</div>
</footer>
<script type="text/javascript" src="node_modules/jquery/dist/jquery.min.js"></script>
<script type="text/javascript" src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
</body>
</html>