-
Notifications
You must be signed in to change notification settings - Fork 0
/
about-us.html
executable file
·390 lines (331 loc) · 20.8 KB
/
about-us.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
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
<!DOCTYPE html>
<html lang="en" class="csstransforms csstransforms3d csstransitions"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>About Us | TISA</title>
<!-- core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/prettyPhoto.css" rel="stylesheet">
<link href="css/animate.min.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
<link rel="shortcut icon" href="images/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="images/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="images/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="images/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="images/ico/apple-touch-icon-57-precomposed.png">
</head><!--/head-->
<body>
<header id="header">
<div class="top-bar">
<div class="container">
<div class="row">
<div class="col-sm-6 col-xs-4">
</div>
<div class="col-sm-6 col-xs-8">
<div class="social">
<ul class="social-share">
<li><a href="https://www.facebook.com/TISA.TokyoTech"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/tisa_tokyotech"><i class="fa fa-twitter"></i></a></li>
</ul>
<div class="search">
<form role="form">
<input type="text" class="search-form" autocomplete="off" placeholder="Search">
<i class="fa fa-search"></i>
</form>
</div>
</div>
</div>
</div>
</div><!--/.container-->
</div><!--/.top-bar-->
<nav class="navbar navbar-inverse" role="banner">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><img src="images/logo.png" alt="logo"></a>
</div>
<div class="collapse navbar-collapse navbar-right">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li class="active"><a href="about-us.html">About Us</a></li>
<li><a href="services.html">Register</a></li>
<li><a href="portfolio.html">Activities</a></li>
<li><a href="contact-us.html">Contact</a></li>
<li><a href="faq.html">FAQ</a></li>
</ul>
</div>
</div><!--/.container-->
</nav><!--/nav-->
</header><!--/header-->
<section id="about-us">
<div class="container">
<div class="center wow fadeInDown animated animated animated animated" style="visibility: visible;">
<h2>What is TISA?</h2>
<p class="lead">TISA is the Tokyo Tech International Student Association.<br/>We are a non-political and non-sectarian organisation that functions as the students union for international students at Tokyo Tech.</p>
</div>
<!-- about us slider -->
<div id="about-slider">
<div id="carousel-slider" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators visible-xs">
<li data-target="#carousel-slider" data-slide-to="0" class=""></li>
<li data-target="#carousel-slider" data-slide-to="1" class="active"></li>
<li data-target="#carousel-slider" data-slide-to="2" class=""></li>
</ol>
<div class="carousel-inner">
<div class="item">
<img src="images/team/slider_one.jpg" class="img-responsive" alt="">
</div>
<div class="item active">
<img src="images/team/slider_two.jpg" class="img-responsive" alt="">
</div>
<div class="item">
<img src="images/team/slider_three.jpg" class="img-responsive" alt="">
</div>
</div>
<a class="left carousel-control hidden-xs" href="#carousel-slider" data-slide="prev">
<i class="fa fa-angle-left"></i>
</a>
<a class=" right carousel-control hidden-xs" href="#carousel-slider" data-slide="next">
<i class="fa fa-angle-right"></i>
</a>
</div> <!--/#carousel-slider-->
</div><!--/#about-slider-->
<!-- Our Skill -->
<div class="skill-wrap clearfix">
<div class="get-started center wow fadeInDown animated animated animated" style="visibility: visible;">
<h2>Our Objectives</h2>
<br/>
<h4>To support international students of Tokyo Tech</h4>
<br/>
<h4>To convey a single voice of international students to the university management </h4>
<br/>
<h4>To enlarge the human resources network among Tokyo Tech students around the globe</h4>
<br/>
<h4>To promote cross cultural understanding among Tokyo Tech students</h4>
<br/>
<h4>To create and organize useful academic, educational, social, cultural and recreational activities in the best interest of the Association and its members.</h4>
<br/>
</div>
</div><!--/.our-skill-->
<!--/. Our Exec team-->
<div class="clients-area center wow fadeInDown animated animated animated" style="visibility: visible;">
<h2>Our Executive Team</h2>
<!-- <p class="lead">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut <br> et dolore magna aliqua. Ut enim ad minim veniam</p>
-->
</div>
<div class="row">
<div class="col-md-4 wow fadeInDown animated animated animated" style="visibility: visible;">
<div class="clients-comments text-center">
<img src="images/team/kev.png" class="img-circle" alt="">
<h3><b>Kevin Brown<br/>President</b></h3>
<h4>Jamaican, 1st year Doctoral student</h4>
</div>
</div>
<div class="col-md-4 wow fadeInDown animated animated animated" style="visibility: visible;">
<div class="clients-comments text-center">
<img src="images/team/victor.png" class="img-circle" alt="">
<h3><b>Victor Torres da Costa<br/>Vice President</b></h3>
<h4>Brazilian, 1st year Masters student</h4>
</div>
</div>
<div class="col-md-4 wow fadeInDown animated animated animated" style="visibility: visible;">
<div class="clients-comments text-center">
<img src="images/team/yuki.png" class="img-circle" alt="">
<h3><b>Yuki Tokunaga<br/>Vice President</b></h3>
<h4>Japanese, 4th year Bachelors student</h4>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 wow fadeInDown animated animated animated" style="visibility: visible;">
<div class="clients-comments text-center">
<img src="images/team/nicha.png" class="img-circle" alt="">
<h3><b>Nutnicha Manee-in<br/>General Secretary</b></h3>
<h4>Thai, 3rd year Bachelors student</h4>
</div>
</div>
<div class="col-md-4 wow fadeInDown animated animated animated" style="visibility: visible;">
<div class="clients-comments text-center">
<img src="images/team/tobias.png" class="img-circle" alt="">
<h3><b>Tobias Orthen<br/>Treasurer</b></h3>
<h4>German, Visiting researcher (Masters student)</h4>
</div>
</div>
<div class="col-md-4 wow fadeInDown animated animated animated" style="visibility: visible;">
<div class="clients-comments text-center">
<img src="images/team/sota.png" class="img-circle" alt="">
<h3><b>Masashi Sota<br/>Assistant Treasurer</b></h3>
<h4>Japanese, 2nd year Masters Student</h4>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 wow fadeInDown animated animated animated" style="visibility: visible;">
<div class="clients-comments text-center">
<img src="images/team/ananya.png" class="img-circle" alt="">
<h3><b>Ananya Roy<br/>Campus Representative (Suzukakedai)</b></h3>
<h4>Bangladeshi, 1st year Masters Student</h4>
</div>
</div>
<div class="col-md-4 wow fadeInDown animated animated animated" style="visibility: visible;">
<div class="clients-comments text-center">
<img src="images/team/kyoko.png" class="img-circle" alt="">
<h3><b>Kyoko Ohno<br/>Japanese Student Representative</b></h3>
<h4>Japanese, 3rd year Bachelors student</h4>
</div>
</div>
</div>
<!-- our-team -->
<div class="team">
<div class="center wow fadeInDown animated animated animated" style="visibility: visible;">
<h2>Our Committees</h2>
<!-- <p class="lead">The Big TISA Team<br>And another BIG ONE </p> -->
</div>
<div class="row">
<div class="col-sm-3">
<div class="sinlge-skill wow fadeInDown animated animated animated" data-wow-duration="1000ms" data-wow-delay="300ms" style="visibility: visible; -webkit-animation-duration: 1000ms; -webkit-animation-delay: 300ms;">
<div class="joomla-skill">
<p>Cultural</p>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="sinlge-skill wow fadeInDown animated animated animated" data-wow-duration="1000ms" data-wow-delay="600ms" style="visibility: visible; -webkit-animation-duration: 1000ms; -webkit-animation-delay: 600ms;">
<div class="html-skill">
<p>Events</p>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="sinlge-skill wow fadeInDown animated animated animated" data-wow-duration="1000ms" data-wow-delay="900ms" style="visibility: visible; -webkit-animation-duration: 1000ms; -webkit-animation-delay: 900ms;">
<div class="css-skill">
<p>Membership</p>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="sinlge-skill wow fadeInDown animated animated animated" data-wow-duration="1000ms" data-wow-delay="1200ms" style="visibility: visible; -webkit-animation-duration: 1000ms; -webkit-animation-delay: 1200ms;">
<div class="wp-skill">
<p>Public Relations</p>
</div>
</div>
</div>
</div>
<div class="row clearfix">
<div class="col-md-4 col-sm-6">
<div class="single-profile-top wow fadeInDown animated animated animated" data-wow-duration="1000ms" data-wow-delay="300ms" style="visibility: visible; -webkit-animation-duration: 1000ms; -webkit-animation-delay: 300ms;">
<div class="media">
<div class="media-body">
<h4>The Cultural Committee</h4>
</div>
</div><!--/.media -->
<p>We promote and support cultural activities that are organized by individual students and other groups (student circles, etc).</p>
<!-- <p>My Name is Kevin Brown a 1st Year Doctoral student in the bla bla bla LAB </p> -->
</div>
</div><!--/.col-lg-4 -->
<div class="col-md-4 col-sm-6 col-md-offset-2">
<div class="single-profile-top wow fadeInDown animated animated animated" data-wow-duration="1000ms" data-wow-delay="300ms" style="visibility: visible; -webkit-animation-duration: 1000ms; -webkit-animation-delay: 300ms;">
<div class="media">
<div class="media-body">
<h4>The Membership Committee</h4>
</div>
</div><!--/.media -->
<p>We manage TISA's welfare and support services. We are also responsible for the well-being of TISA members.</p>
<!-- <p>My Name is Kevin Brown a 1st Year Doctoral student in the bla bla bla LAB </p> -->
</div>
</div><!--/.col-lg-4 -->
</div> <!--/.row -->
<div class="row team-bar">
<div class="first-one-arrow hidden-xs">
<hr>
</div>
<div class="first-arrow hidden-xs">
<hr> <i class="fa fa-angle-up"></i>
</div>
<div class="second-arrow hidden-xs">
<hr> <i class="fa fa-angle-down"></i>
</div>
<div class="third-arrow hidden-xs">
<hr> <i class="fa fa-angle-up"></i>
</div>
<div class="fourth-arrow hidden-xs">
<hr> <i class="fa fa-angle-down"></i>
</div>
</div>
<div class="row clearfix">
<div class="col-md-4 col-sm-6 col-md-offset-2">
<div class="single-profile-bottom wow fadeInDown animated animated animated" data-wow-duration="1000ms" data-wow-delay="300ms" style="visibility: visible; -webkit-animation-duration: 1000ms; -webkit-animation-delay: 300ms;">
<div class="media">
<div class="media-body">
<h4>The Events Committee</h4>
</div>
</div><!--/.media -->
<p>We organise and execute all major TISA events and activities that are not managed by other committees.</p>
<!-- <p>My Name is Kevin Brown a 1st Year Doctoral student in the bla bla bla LAB </p> -->
</div>
</div><!--/.col-lg-4 -->
<div class="col-md-4 col-sm-6 col-md-offset-2">
<div class="single-profile-bottom wow fadeInDown animated animated animated" data-wow-duration="1000ms" data-wow-delay="300ms" style="visibility: visible; -webkit-animation-duration: 1000ms; -webkit-animation-delay: 300ms;">
<div class="media">
<div class="media-body">
<h4>The Public Relations (PR) Committee</h4>
</div>
</div><!--/.media -->
<p>We manage the organization’s communication channels (such as website and social network profiles) and advertising activities.</p>
<!-- <p>My Name is Kevin Brown a 1st Year Doctoral student in the bla bla bla LAB </p> -->
</div>
</div><!--/.col-lg-4 -->
</div> <!--/.row -->
</div> <!--skill_border-->
<div class="row clearfix">
</div> <!--/.row-->
</div><!--section-->
<!--/.container-->
</section><!--/about-us-->
<section id="bottom">
<div class="container wow fadeInDown animated animated animated" data-wow-duration="1000ms" data-wow-delay="600ms" style="visibility: visible; -webkit-animation-duration: 1000ms; -webkit-animation-delay: 600ms;">
</div>
</section><!--/#bottom-->
<footer id="footer" class="midnight-blue">
<div class="container">
<div class="row">
<div class="col-sm-6">
© 2015 <a target="_blank" href="http://dizzygeeks.com/" title="Free Twitter Bootstrap WordPress Themes and HTML templates">Sheberwok</a>. All Rights Reserved.
</div>
<div class="col-sm-6">
<ul class="pull-right">
<li><a href="index.html">Home</a></li>
<li><a href="about-us.html">About Us</a></li>
<li><a href="services.html">Register</a></li>
<li><a href="portfolio.html">Activities</a></li>
<li><a href="contact-us.html">Contact</a></li>
<li><a href="faq.html">FAQ</a></li>
</ul>
</div>
</div>
</div>
</footer><!--/#footer-->
<script src="js/jquery.js"></script>
<script type="text/javascript">
$('.carousel').carousel()
</script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.prettyPhoto.js"></script>
<script src="js/jquery.isotope.min.js"></script>
<script src="js/main.js"></script>
<script src="js/wow.min.js"></script>
</body></html>