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
/
join.html
271 lines (242 loc) · 10.8 KB
/
join.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Join Us - 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>
<!-- ======== @Region: body ======== -->
<body class="page-about">
<!--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.8">
<!-- ======== @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>
<!-- ======== @Region: #content ======== -->
<div id="content">
<div class="container" id="about">
<div class="row">
<!--main content-->
<div class="col-md-9 col-md-push-3">
<div class="page-header">
<h1>
Join Us
</h1>
</div>
<div class="block block-border-bottom-grey block-pd-sm">
<h3 class="block-title">
Become part of our team
</h3>
<p>Seeking enthusiastic volunteers who have interests in the following:-</p>
<p>
1) Engineering Designs<br>
- Mechanical<br>
- Electrical<br>
- Control System<br></p>
<p>2) User Interaction<br>
- Graphical User Interface<br>
- Psychology<br>
- Early Childhood Learning<br></p>
<p>3) Community Services<br>
- Event Organization<br>
- Community Liaison<br></p>
<p>
Further information, please contact Chong Yu Zheng (Email: chongyz@utar.edu.my)
</p>
</div>
</div>
<!-- sidebar -->
<div class="col-md-3 col-md-pull-9 sidebar visible-md-block visible-lg-block">
<ul class="nav nav-pills nav-stacked">
<li>
<a href="about.html">
About Us
<small>How It All Began</small>
</a>
</li>
<li>
<a href="team.html">
The Team
<small>Our team of stars</small>
</a>
</li>
<li>
<a href="gallery.html">
Gallery
<small>Our photos</small>
</a>
</li>
<li class="active">
<a href="join.html">
Join Us
<small>Become part of our team</small>
</a>
</li>
<li>
<a href="contact.html">
Contact Us
<small>How to get in touch</small>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- ======== @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>