-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·524 lines (464 loc) · 28 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
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
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
<!DOCTYPE html>
<html lang="en" class="csstransforms csstransforms3d csstransitions no-csstransforms3d"><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>Home | TISA</title>
<!-- core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/animate.min.css" rel="stylesheet">
<link href="css/prettyPhoto.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">
<style type="text/css">
#headline a:hover {
color: #01C5EB;
text-decoration: underline;
}
</style>
</head><!--/head-->
<body class="homepage">
<header id="header">
<div class="top-bar">
<div class="container">
<div class="row">
<div class="col-sm-6 col-xs-4">
<div class="top-number"></div>
</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="logo.png" alt="logo"></a>
</div>
<div class="collapse navbar-collapse navbar-right">
<ul class="nav navbar-nav">
<li class="active"><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><!--/.container-->
</nav><!--/nav-->
</header><!--/header-->
<!--
<section id="headline" style="background-color:#191919;">
</section>
-->
<section id="main-slider" class="no-margin" style="background-color:#191919;">
<div class="carousel slide">
<ol class="carousel-indicators">
<li data-target="#main-slider" data-slide-to="0" class="active"></li>
<li data-target="#main-slider" data-slide-to="1" class=""></li>
<li data-target="#main-slider" data-slide-to="2" class=""></li>
<li data-target="#main-slider" data-slide-to="3" class=""></li>
<li data-target="#main-slider" data-slide-to="4" class=""></li>
<li data-target="#main-slider" data-slide-to="5" class=""></li>
<li data-target="#main-slider" data-slide-to="6" class=""></li>
</ol>
<div class="carousel-inner">
<div class="item active" style="background-image: url(images/slider/bg6.jpg)">
<div class="container">
<div class="row slide-margin">
<div class="col-sm-6">
<div class="carousel-content">
<h1 class="animation animated-item-1" style="color:gray;background:white"">Event Date: May 21, 2015 (THU)!</h1>
<h2 class="animation animated-item-2" style="background:white"><a href="./events/welcome-s2015.html">Click here to find out more</a></h2>
</div>
</div>
</div>
</div>
</div><!--/.item-->
<div class="item" style="background-image: url(images/slider/lgg_base_banner.jpg)">
<div class="container">
<div class="row slide-margin">
<div class="col-sm-6">
<div class="carousel-content">
<h1 class="animation animated-item-1" style="color:green">Join our newest event this semester!</h1>
<h2 class="animation animated-item-2" style="color:grey"><a href="./portfolio.html">Click here to find out more</a></h2>
</div>
</div>
</div>
</div>
</div><!--/.item-->
<div class="item" style="background-image: url(images/slider/bg5.jpg)">
<div class="container">
<div class="row slide-margin">
<div class="col-sm-6">
<div class="carousel-content">
<h1 class="animation animated-item-1">Welcome to Tokyo Tech!</h1>
<h2 class="animation animated-item-2">TISA welcome's all new students to the Tokyo Institute of Technology</h2>
</div>
</div>
</div>
</div>
</div><!--/.item-->
<div class="item" style="background-image: url(images/slider/bg2.jpg)">
<div class="container">
<div class="row slide-margin">
<div class="col-sm-6">
<div class="carousel-content">
<h1 class="animation animated-item-1">Welcome Back!</h1>
<h2 class="animation animated-item-2">We welcome returning students back for another exciting year with TISA</h2>
</div>
</div>
</div>
</div>
</div><!--/.item-->
<div class="item" style="background-image: url(images/slider/bg4.jpg)">
<div class="container">
<div class="row slide-margin">
<div class="col-sm-6">
<div class="carousel-content">
<h1 class="animation animated-item-1">TISA has</h1>
<h2 class="animation animated-item-2">A vibrant, dynamic, and supportive environment.</h2>
</div>
</div>
</div>
</div>
</div><!--/.item-->
<div class="item" style="background-image: url(images/slider/bg1.jpg)">
<div class="container">
<div class="row slide-margin">
<div class="col-sm-6">
<div class="carousel-content">
<h1 class="animation animated-item-1">TISA offers</h1>
<h2 class="animation animated-item-2">An opportunity make new friends and meet students from diverse cultures, and much more...</h2>
</div>
</div>
</div>
</div>
</div><!--/.item-->
<div class="item" style="background-image: url(images/slider/bg3.jpg)">
<div class="container">
<div class="row slide-margin">
<div class="col-sm-6">
<div class="carousel-content">
<h1 class="animation animated-item-1"><a href="./services.html">Join Us Today</a></h1>
</div>
</div>
</div>
</div>
</div><!--/.item-->
</div><!--/.carousel-inner-->
</div><!--/.carousel-->
<a class="prev hidden-xs" href="#main-slider" data-slide="prev">
<i class="fa fa-chevron-left"></i>
</a>
<a class="next hidden-xs" href="#main-slider" data-slide="next">
<i class="fa fa-chevron-right"></i>
</a>
</section><!--/#main-slider-->
<section id="feature">
<div class="container">
<div class="center wow fadeInDown animated animated animated animated animated animated animated animated" style="visibility: hidden; -webkit-animation-name: none;">
<h2>Welcome to TISA </h2>
<p class="lead">TISA is the Tokyo Tech International Student Association. <br>We are a community of culturally and ethnically diverse students at the Tokyo Institute of Technology (TITech), working to support the lives of international students.</p>
<h3>Here's what we do:</h3>
</div>
<div class="row">
<div class="features">
<div class="col-md-4 col-sm-6 wow fadeInDown animated animated animated animated animated animated animated animated" data-wow-duration="1000ms" data-wow-delay="600ms" style="visibility: hidden; -webkit-animation-duration: 1000ms; -webkit-animation-delay: 600ms; -webkit-animation-name: none;">
<div class="feature-wrap">
<i class="fa fa-globe"></i>
<h2>Unite</h2>
<h3>We connect all international students within TITech</h3>
</div>
</div><!--/.col-md-4-->
<div class="col-md-4 col-sm-6 wow fadeInDown animated animated animated animated animated animated animated animated" data-wow-duration="1000ms" data-wow-delay="600ms" style="visibility: hidden; -webkit-animation-duration: 1000ms; -webkit-animation-delay: 600ms; -webkit-animation-name: none;">
<div class="feature-wrap">
<i class="fa fa-users"></i>
<h2>Represent</h2>
<h3>Represent the collective voice of international students to University</h3>
</div>
</div><!--/.col-md-4-->
<div class="col-md-4 col-sm-6 wow fadeInDown animated animated animated animated animated animated animated animated" data-wow-duration="1000ms" data-wow-delay="600ms" style="visibility: hidden; -webkit-animation-duration: 1000ms; -webkit-animation-delay: 600ms; -webkit-animation-name: none;">
<div class="feature-wrap">
<i class="fa fa-heart"></i>
<h2>Support</h2>
<h3>Provide services to support the lives of our members in TITech</h3>
</div>
</div><!--/.col-md-4-->
<div class="col-md-4 col-sm-6 wow fadeInDown animated animated animated animated animated animated animated animated" data-wow-duration="1000ms" data-wow-delay="600ms" style="visibility: hidden; -webkit-animation-duration: 1000ms; -webkit-animation-delay: 600ms; -webkit-animation-name: none;">
<div class="feature-wrap">
<i class="fa fa-link"></i>
<h2>Integrate</h2>
<h3>We help to connect international students and Japanese students</h3>
</div>
</div><!--/.col-md-4-->
<div class="col-md-4 col-sm-6 wow fadeInDown animated animated animated animated animated animated animated animated" data-wow-duration="1000ms" data-wow-delay="600ms" style="visibility: hidden; -webkit-animation-duration: 1000ms; -webkit-animation-delay: 600ms; -webkit-animation-name: none;">
<div class="feature-wrap">
<i class="fa fa-cogs"></i>
<h2>Organise</h2>
<h3>Coordinate social activites for our members</h3>
</div>
</div><!--/.col-md-4-->
<div class="col-md-4 col-sm-6 wow fadeInDown animated animated animated animated animated animated animated animated" data-wow-duration="1000ms" data-wow-delay="600ms" style="visibility: hidden; -webkit-animation-duration: 1000ms; -webkit-animation-delay: 600ms; -webkit-animation-name: none;">
<div class="feature-wrap">
<i class="fa fa-comments"></i>
<h2>Share</h2>
<h3>We facilitate cultural exchange activities to share the culture of our members</h3>
</div>
</div><!--/.col-md-4-->
</div><!--/.services-->
</div><!--/.row-->
</div><!--/.container-->
</section><!--/#feature-->
<section id="recent-works">
<div class="container">
<div class="center wow fadeInDown animated animated animated animated animated animated animated animated" style="visibility: hidden; -webkit-animation-name: none;">
<h2>TISA in action</h2>
<!-- <p class="lead">Some TISA activities, events and experiences<br>The International aspect of TISA</p> -->
</div>
<div class="row">
<div class="col-xs-12 col-sm-4 col-md-3">
<div class="recent-work-wrap">
<img class="img-responsive" src="images/portfolio/recent/item1.png" alt="">
<div class="overlay">
<div class="recent-work-inner">
<h3><a href="portfolio.html">Sports Festival</a> </h3>
<p>The annual Tokyo Tech Sport Festival organised by TISA</p>
<a class="preview" href="images/portfolio/full/item1.png" rel="prettyPhoto"><i class="fa fa-eye"></i> View</a>
</div>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-3">
<div class="recent-work-wrap">
<img class="img-responsive" src="images/portfolio/recent/item2.png" alt="">
<div class="overlay">
<div class="recent-work-inner">
<h3><a href="portfolio.html">Hanami Picnic</a></h3>
<p>During cherry blossom (sakura) season, we have a picnic when the weather is nice and spirits are high</p>
<a class="preview" href="images/portfolio/full/item2.png" rel="prettyPhoto"><i class="fa fa-eye"></i> View</a>
</div>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-3">
<div class="recent-work-wrap">
<img class="img-responsive" src="images/portfolio/recent/item3.png" alt="">
<div class="overlay">
<div class="recent-work-inner">
<h3><a href="portfolio.html">Welcome Party</a></h3>
<p>This event is the University's official welcome party for new international student. It is held once per semester.</p>
<a class="preview" href="images/portfolio/full/item3.png" rel="prettyPhoto"><i class="fa fa-eye"></i> View</a>
</div>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-3">
<div class="recent-work-wrap">
<img class="img-responsive" src="images/portfolio/recent/item4.png" alt="">
<div class="overlay">
<div class="recent-work-inner">
<h3><a href="portfolio.html">Elementary School Cultural Exchange</a></h3>
<p>We participate in cultural exchange activites with the Shimizukubo Elementary School and others.</p>
<a class="preview" href="images/portfolio/full/item4.png" rel="prettyPhoto"><i class="fa fa-eye"></i> View</a>
</div>
</div>
</div>
</div>
<!--
<div class="col-xs-12 col-sm-4 col-md-3">
<div class="recent-work-wrap">
<img class="img-responsive" src="images/portfolio/recent/item5.png" alt="">
<div class="overlay">
<div class="recent-work-inner">
<h3><a href="#">ICS Hub</a></h3>
<p>Share a Coke at ICS Hub</p>
<a class="preview" href="images/portfolio/full/item5.png" rel="prettyPhoto"><i class="fa fa-eye"></i> View</a>
</div>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-3">
<div class="recent-work-wrap">
<img class="img-responsive" src="images/portfolio/recent/item6.png" alt="">
<div class="overlay">
<div class="recent-work-inner">
<h3><a href="#">Think Aloud</a></h3>
<p>Practice your english conversation with native speakers on campus whilst enjoying your cold Obento</p>
<a class="preview" href="images/portfolio/full/item6.png" rel="prettyPhoto"><i class="fa fa-eye"></i> View</a>
</div>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-3">
<div class="recent-work-wrap">
<img class="img-responsive" src="images/portfolio/recent/item7.png" alt="">
<div class="overlay">
<div class="recent-work-inner">
<h3><a href="#">I don't know what to put here </a></h3>
<p>Nor here please fill in the gaps</p>
<a class="preview" href="images/portfolio/full/item7.png" rel="prettyPhoto"><i class="fa fa-eye"></i> View</a>
</div>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-3">
<div class="recent-work-wrap">
<img class="img-responsive" src="images/portfolio/recent/item8.png" alt="">
<div class="overlay">
<div class="recent-work-inner">
<h3><a href="#">Got an Idea ?</a></h3>
<p>Find some one to do something creative. It's a learning space</p>
<a class="preview" href="images/portfolio/full/item8.png" rel="prettyPhoto"><i class="fa fa-eye"></i> View</a>
</div>
</div>
</div>
</div>
</div> --> <!--/.row-->
</div><!--/.container-->
</section><!--/#recent-works-->
<section id="services" class="service-item">
<div class="container">
<div class="center wow fadeInDown animated animated animated animated animated animated animated" style="visibility: visible;">
<h2>Membership at a glance</h2>
<!-- <p class="lead">Brief details about TISA membership<br>Types of TISA membership and benefits</p> -->
</div>
<div class="row">
<div class="col-sm-6 col-md-4">
<div class="media services-wrap wow fadeInDown animated animated animated animated animated animated animated animated" style="visibility: hidden; -webkit-animation-name: none;">
<div class="pull-left">
<img class="img-responsive" src="images/services/services5.png">
</div>
<div class="media-body">
<h3 class="media-heading">Eligibility</h3>
<p>All students and past students of TITech are eligible for TISA membership</p>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4">
<div class="media services-wrap wow fadeInDown animated animated animated animated animated animated animated" style="visibility: hidden; -webkit-animation-name: none;">
<div class="pull-left">
<img class="img-responsive" src="images/services/services1.png">
</div>
<div class="media-body">
<h3 class="media-heading">Benefits</h3>
<p>Full access to all resources and services of TISA and special access to TISA events</p>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4">
<div class="media services-wrap wow fadeInDown animated animated animated animated animated animated animated" style="visibility: hidden; -webkit-animation-name: none;">
<div class="pull-left">
<img class="img-responsive" src="images/services/services3.png">
</div>
<div class="media-body">
<h3 class="media-heading">Registration Procedure</h3>
<p>1. Fill the membership form <br/>2. Pay the low annual fee</p>
</div>
</div>
</div>
</div><!--/.row-->
</div><!--/.container-->
</section><!--/#services-->
<section id="donation">
<div class="container-fluid">
<div class="row">
<div class="col-xs-10 col-xs-offset-1 col-sm-8 col-sm-offset-2">
<div class="center wow fadeInDown animated" style="visibility: hidden; -webkit-animation-name: none;">
<h2>Donation</h2>
<p class="lead">Help us fulfilling objectives</p>
</div>
<div class="justify wow fadeInDown animated" style="visibility: hidden; -webkit-animation-name: none;">
<p>
We aim to provide support international students at Tokyo Tech and nurture connections among them. Many times that our operations and activities involve with money. Our group would not be sustainable without help from outside.
</p>
<p>
We will be very grateful if you could spare us some money to maintain our activities. You can donate money through bank transfer to the following bank account.
</p>
<h3>Account Information</h3>
<ul>
<li><strong><abbr title="振込先銀行名">Bank</abbr></strong>:<abbr title="Mizuho bank">みずほ銀行</abbr></li>
<li><strong><abbr title="支店名">Branch</abbr></strong>:<abbr title="Ookayama branch">大岡山支店</abbr></li>
<li><strong><abbr title="受取口座番号">Account ID</abbr></strong>:145-2189166</li>
<li><strong><abbr title="受取人名">Receiver's name</abbr></strong>:<abbr title="Toukoudai Gakuseikai TISA">東工大学生会TISA</abbr></li>
</ul>
<p><em>*hover your mouse over each item to see its respective translation</em></p>
</div>
</div>
</div>
</div>
</section>
<section id="conatcat-info">
<div class="container">
<div class="row">
<div class="col-sm-8">
<div class="media contact-info wow fadeInDown animated animated animated animated animated animated" data-wow-duration="1000ms" data-wow-delay="600ms" style="visibility: hidden; -webkit-animation-duration: 1000ms; -webkit-animation-delay: 600ms; -webkit-animation-name: none;">
<div class="pull-left">
<i class="fa fa-envelope-o"></i>
</div>
<div class="media-body">
<h2>Have a question?</h2>
<p> together(at)mytisa.net</p>
</div>
</div>
</div>
</div>
</div><!--/.container-->
</section><!--/#conatcat-info-->
<!--/#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 class="active"><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 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>