This repository has been archived by the owner on Apr 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
367 lines (341 loc) · 16.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>MySIGHT4Rehab</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Facebook Opengraph integration: https://developers.facebook.com/docs/sharing/opengraph -->
<meta property="og:title" content="">
<meta property="og:image" content="">
<meta property="og:url" content="">
<meta property="og:site_name" content="">
<meta property="og:description" content="">
<!-- Twitter Cards integration: https://dev.twitter.com/cards/ -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="">
<meta name="twitter:title" content="">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="">
<!-- Fav and touch icons -->
<link rel="shortcut icon" href="img/icons/favicon.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="img/icons/114x114.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/icons/72x72.png">
<link rel="apple-touch-icon-precomposed" href="img/icons/default.png">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900" rel="stylesheet">
<!-- Bootstrap CSS File -->
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Libraries CSS Files -->
<link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/owlcarousel/owl.carousel.min.css" rel="stylesheet">
<link href="lib/owlcarousel/owl.theme.min.css" rel="stylesheet">
<link href="lib/owlcarousel/owl.transitions.min.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
<!--Your custom colour override - predefined colours are: colour-blue.css, colour-green.css, colour-lavander.css, orange is default-->
<link href="#" id="colour-scheme" rel="stylesheet">
<!-- =======================================================
Theme Name: Flexor
Theme URL: https://bootstrapmade.com/flexor-free-multipurpose-bootstrap-template/
Author: BootstrapMade.com
Author URL: https://bootstrapmade.com
======================================================= -->
</head>
<body class="page-index has-hero">
<!--Change the background class to alter background image, options are: benches, boots, buildings, city, metro -->
<div id="background-wrapper" class="buildings" data-stellar-background-ratio="0.1">
<!-- ======== @Region: #navigation ======== -->
<div id="navigation" class="wrapper">
<!--Header & navbar-branding region-->
<div class="header">
<div class="header-inner container">
<div class="row">
<div class="col-md-8">
<!--navbar-branding/logo - hidden image tag & site name so things like Facebook to pick up, actual logo set via CSS for flexibility -->
<a class="navbar-brand" href="index.html" title="Home">
<h1 class="hidden">
<img src="img/logo.png" alt="Flexor Logo">
Flexor
</h1>
</a>
<div class="navbar-slogan">
Supported By
<br>
IEEE-EMBS Malaysia Chapter &
<br>
IEEE Engineering Projects in Community Service (IEEE-EPICS)
</div>
</div>
<!--header rightside-->
<div class="col-md-4">
<!--user menu-->
<ul class="list-inline user-menu pull-right">
<li class="hidden-xs"><i class="fa fa-edit text-primary"></i> <a href="register.html" class="text-uppercase">Register</a></li>
<li class="hidden-xs"><i class="fa fa-sign-in text-primary"></i> <a href="login.html" class="text-uppercase">Login</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<div class="navbar navbar-default">
<!--mobile collapse menu button-->
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse" aria-expanded="false"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
<!--social media icons-->
<div class="navbar-text social-media social-media-inline pull-right">
<!--@todo: replace with company social media details-->
<a href="https://www.facebook.com/groups/epicshigh/"><i class="fa fa-facebook"></i></a>
<a href="https://sites.google.com/site/mysight4rehabepics/home"><i class="fa fa-google-plus"></i></a>
</div>
<!--everything within this div is collapsed on mobile-->
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav" id="main-menu">
<li class="icon-link">
<a href="index.html"><i class="fa fa-home"></i></a>
</li>
<li><a href="about.html">About</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="join.html">Join Us</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
<!--/.navbar-collapse -->
</div>
</div>
</div>
<div class="hero" id="highlighted">
<div class="inner">
<!--Slideshow-->
<div id="highlighted-slider" class="container">
<div class="item-slider" data-toggle="owlcarousel" data-owlcarousel-settings='{"singleItem":true, "navigation":true, "transitionStyle":"fadeUp"}'>
<!--Slideshow content-->
<!--Slide 1-->
<div class="item">
<div class="row">
<div class="col-md-6 col-md-push-6 item-caption">
<h2 class="h1 text-weight-light">
Welcome to <span class="text-primary">MySIGHT4Rehab</span>
</h2>
<p>The voluntary group is working on "Low-Cost Upper Extremities Rehabilitation System with Interactive Feedback for Children with Movement Disorders".</p>
<p>The project is backed by the IEEE-EMBS Malaysia Chapter, IEEE Engineering Projects in Community Service (IEEE-EPICS), and most importantly volunteers from both IEEE communities alongside with volunteers with same interest.</p>
<a href="about.html" class="btn btn-more btn-lg i-right">Learn More <i class="fa fa-plus"></i></a>
</div>
<div class="col-md-6 col-md-pull-6 hidden-xs">
<img src="img/slides/slide1.jpg" alt="Slide 1" class="center-block img-responsive">
</div>
</div>
</div>
<!--Slide 2
<div class="item">
<div class="row">
<div class="col-md-6 text-right-md item-caption">
<h2 class="h1 text-weight-light">
<span class="text-primary">Flexor</span> Bootstrap Theme
</h2>
<h4>
High quality, responsive theme!
</h4>
<p>Perfect for your App, Web service, company or portfolio! Magna tincidunt sociis ac integer amet non. Rhoncus augue? Tempor porttitor sed, aliquet phasellus a, nisi nunc aliquet nec rhoncus enim porttitor ultrices lacus tristique?</p>
<a href="https://bootstrapmade.com" class="btn btn-more btn-lg"><i class="fa fa-plus"></i> Learn More</a>
</div>
<div class="col-md-6 hidden-xs">
<img src="img/slides/slide2.png" alt="Slide 2" class="center-block img-responsive">
</div>
</div>
</div-->
</div>
</div>
</div>
</div>
</div>
<!-- ======== @Region: #content ======== -->
<div id="content">
<!-- Mission Statement -->
<div class="mission text-center block block-pd-sm block-bg-noise">
<div class="container">
<h2 class="text-shadow-white">
Selamat datang, Welcome, 欢迎, வரவேற்பு, ,مرحب
</h2>
</div>
</div>
<!-- Services -->
<div class="services block block-bg-gradient block-border-bottom">
<div class="container">
<h2 class="block-title">
Our Objectives
</h2>
<div class="row">
<div class="col-md-4 text-center">
<span class="fa-stack fa-5x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-group fa-stack-1x fa-inverse"></i> </span>
<h4 class="text-weight-strong">
Expand Your Networking
</h4>
<p>Interact with students from various educational background in Engineering, Physiotherapy, Early Childhood Education, etc.</p>
</div>
<div class="col-md-4 text-center">
<span class="fa-stack fa-5x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-pencil fa-stack-1x fa-inverse"></i> </span>
<h4 class="text-weight-strong">
Improve Your Skills
</h4>
<p>Grow together and improves both hard and soft skills.</p>
</div>
<div class="col-md-4 text-center">
<span class="fa-stack fa-5x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-cogs fa-stack-1x fa-inverse"></i> </span>
<h4 class="text-weight-strong">
Learn Technical Knowledge
</h4>
<p>Practical hands on throughout the development of this project.</p>
</div>
</div>
</div>
</div>
<!--Customer testimonial & Latest Blog posts-->
<div class="testimonials block-contained">
<div class="row">
<!--Customer testimonial-->
<div class="col-md-6 m-b-lg">
<h3 class="block-title">
Testimonials
</h3>
<blockquote>
<p>Our project is a step toward a new era for rehabilitation systems that shorten the distances and cut the boundaries between patients and specialists.</p>
<img src="img/misc/charles-quote.png" alt="Charles Spencer Chaplin">
<small>
<strong>Mansour Alawi</strong>
<br>
Biomedical Engineering Student
</small>
</blockquote>
</div>
<!--Updates posts-->
<div class="col-md-6 blog-roll">
<h3 class="block-title">
Updates
</h3>
<!-- Updates post 1-->
<div class="media">
<div class="media-left hidden-xs">
<!-- Date desktop -->
<div class="date-wrapper"> <span class="date-m">12 Oct</span> <span class="date-d">2016</span> </div>
</div>
<div class="media-body">
<h4 class="media-heading">
<a class="text-weight-strong">Visitation To FGA PLAYGROUP (B-HIVE)</a>
</h4>
<!-- Meta details mobile -->
<ul-- class="list-inline meta text-muted visible-xs">
<li><i class="fa fa-calendar"></i> <span class="visible-md">Created:</span> Fri 1st Feb 2013</li>
<li><i class="fa fa-user"></i> <a href="#">Joe</a></li>
</ul-->
</div>
</div>
<!-- Updates post 2 -->
<div class="media">
<div class="media-left hidden-xs">
<!-- Date desktop -->
<div class="date-wrapper"> <span class="date-m">18 Jul</span> <span class="date-d">2016</span> </div>
</div>
<div class="media-body">
<h4 class="media-heading">
<a class="text-weight-strong">Visitation To SI World Klang Branch</a>
</h4>
<!-- Meta details mobile -->
<ul-- class="list-inline meta text-muted visible-xs">
<li><i class="fa fa-calendar"></i> <span class="visible-md">Created:</span> Fri 1st Feb 2013</li>
<li><i class="fa fa-user"></i> <a href="#">Joe</a></li>
</ul-->
</div>
</div>
<!-- Updates post 3 -->
<div class="media">
<div class="media-left hidden-xs">
<!-- Date desktop -->
<div class="date-wrapper"> <span class="date-m">22 Apr</span> <span class="date-d">2016</span> </div>
</div>
<div class="media-body">
<h4 class="media-heading">
<a class="text-weight-strong">Visitation To Persatuan Insan Istimewa Cheras Selangor</a>
</h4>
<!-- Meta details mobile -->
<ul-- class="list-inline meta text-muted visible-xs">
<li><i class="fa fa-calendar"></i> <span class="visible-md">Created:</span> Fri 1st Feb 2013</li>
<li><i class="fa fa-user"></i> <a href="#">Joe</a></li>
</ul-->
</div>
</div>
</div>
</div>
</div>
</div>
<!-- /content -->
<!-- Call out block -->
<!-- ======== @Region: #footer ======== -->
<footer id="footer" class="block block-bg-grey-dark" data-block-bg-img="img/bg_footer-map.png" data-stellar-background-ratio="0.4">
<div class="container">
<div class="row" id="contact">
<div class="col-md-4">
<address>
<strong>MySIGHT4Rehab EPICS</strong>
<br>
<i class="fa fa-map-pin fa-fw text-primary"></i> Universiti Tunku Abdul Rahman (UTAR)
<br>
<i class="fa fa-envelope-o fa-fw text-primary"></i> epicshigh@groups.facebook.com
<br>
<i class="fa fa-envelope-o fa-fw text-primary"></i> chongyz@utar.edu.my
<br>
</address>
</div>
<div class="col-md-3">
<h4 class="text-uppercase">
Follow Us On:
</h4>
<!--social media icons-->
<div class="social-media social-media-stacked">
<!--@todo: replace with company social media details-->
<a href="https://www.facebook.com/groups/epicshigh/"><i class="fa fa-facebook fa-fw"></i> Facebook</a>
<a href="https://sites.google.com/site/mysight4rehabepics/home"><i class="fa fa-google-plus fa-fw"></i> Google+</a>
</div>
</div>
</div>
<div class="row subfooter">
<!--@todo: replace with company copyright details-->
<div class="col-md-7">
<div class="credits">
<!--
All the links in the footer should remain intact.
You can delete the links only if you purchased the pro version.
Licensing information: https://bootstrapmade.com/license/
Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/buy/?theme=Flexor
-->
Copyright © Flexor Bootstrap Themes by BootstrapMade.com
</div>
</div>
</div>
<a href="#top" class="scrolltop">Top</a>
</div>
</footer>
<!-- Required JavaScript Libraries -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/stellar/stellar.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="contactform/contactform.js"></script>
<!-- Template Specisifc Custom Javascript File -->
<script src="js/custom.js"></script>
<!--Custom scripts demo background & colour switcher - OPTIONAL -->
<script src="js/color-switcher.js"></script>
<!--Contactform script -->
<script src="contactform/contactform.js"></script>
</body>
</html>