-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathaboutus.html
More file actions
375 lines (356 loc) · 12.9 KB
/
aboutus.html
File metadata and controls
375 lines (356 loc) · 12.9 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Bootstrap CSS -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css"
integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link rel="stylesheet" href="CSS/aboutstyle.css" />
<title>About Us</title>
</head>
<body>
<!-- Navigation Bar -->
<nav class="navbar navbar-expand-md navbar-dark" id="nav-bar">
<a class="navbar-brand" href="#">
<img src="IMG/legionlogo2.png" height="auto" width="50px" />
</a>
<button
class="navbar-toggler"
id="nav-collapsedbtn"
type="button"
data-toggle="collapse"
data-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="index.html">Legion</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Feed.html">Feed</a>
</li>
<li class="nav-item">
<a class="nav-link" href="aboutus.html">About</a>
</li>
<li class="nav-item">
<a
class="nav-link"
href="#"
data-toggle="modal"
data-target="#feedbackModal"
>Contact Us</a
>
</li>
</ul>
<!-- Search bar for mobile-->
<div id="mobile-searchbar">
<form class="form-inline my-2 my-lg-0">
<input
class="form-control-sm mr-sm-2"
type="search"
placeholder="Search"
aria-label="Search"
id="searchbox"
/>
<button class="btn btn-primary btn-sm my-2 my-sm-0" type="submit">
Search
</button>
</form>
</div>
</div>
<!-- Search bar for desktop-->
<div id="desktop-searchbar">
<form class="form-inline my-2 my-lg-0">
<input
class="form-control-sm mr-sm-2"
type="search"
placeholder="Search"
aria-label="Search"
/>
<button class="btn btn-primary btn-sm my-2 my-sm-0" type="submit">
Search
</button>
</form>
</div>
</nav>
<!-- Modal Feedback-->
<div
class="modal fade"
id="feedbackModal"
tabindex="-1"
aria-labelledby="exampleModalLabel"
aria-hidden="true"
>
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Contact Us</h5>
<button
type="button"
class="close"
data-dismiss="modal"
aria-label="Close"
>
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body" id="feedbackModal">
<form
id="feedbackForm"
onsubmit="event.preventDefault(); submitFeedback();"
>
<div class="form-group">
<label for="recipient-name" class="col-form-label">Name</label>
<input
type="text"
class="form-control"
id="user_name"
placeholder="Enter your name"
required
/>
</div>
<div class="form-group">
<label for="recipient-name" class="col-form-label">Email</label>
<input
type="email"
class="form-control"
id="user_email"
placeholder="name@example.com"
required
/>
</div>
<div class="form-group">
<label for="message-text" class="col-form-label"
>Please give your feedback</label
>
<textarea
class="form-control"
id="fback_text"
rows="5"
required
></textarea>
</div>
<div class="modal-footer">
<button type="submit" class="btn btn-success">Submit</button>
<button
type="button"
class="btn btn-primary"
data-dismiss="modal"
>
Close
</button>
</div>
</form>
</div>
</div>
</div>
</div>
<div class="jumbotron jumbotron-fluid" id="header-grpPic"></div>
<div class="container text-center">
<h3>Our Mission</h3>
<hr />
<div class="ourMission">
<img src="IMG/Grp1_crop2.png" id="grpPic" />
<p id="mission">
We are committed to build an all-inclusive and holistic platform while
creating a community of support from developers with different set of
skills and expertise. The platform provides a conducive peer learning
environment that builds upon everyone strengths.
</p>
</div>
<h4>Our Members</h4>
<hr id="hr2" />
<div class="row" id="members">
<div class="col-xl-4 col-sm-6 mb-5">
<div class="rounded shadow-sm py-4 px-4" id="no1">
<img
src="IMG/yk-small.png"
alt=""
width="100"
class="img-fluid rounded-circle mb-3 img-thumbnail shadow-sm"
/>
<h5 class="mb-0">Yung Keong</h5>
<hr class="mem-hr" />
<span class="small text-muted"
>Architecturally executive specialising in variety of areas such
as project management & coordination, architectural detailing and
BIM modelling, as well as authority submissions. Currently on
hiatus and taking a 9-months long full stack developer course and
getting ready for construction tech.</span
>
<ul class="social mb-0 list-inline mt-3">
<li class="list-inline-item">
<a href="#" target="_blank" class="social-link"
><i class="fa fa-facebook-f"></i
></a>
</li>
<li class="list-inline-item">
<a href="#" target="_blank" class="social-link"
><i class="fa fa-twitter"></i
></a>
</li>
<li class="list-inline-item">
<a href="#" target="_blank" class="social-link"
><i class="fa fa-instagram"></i
></a>
</li>
<li class="list-inline-item">
<a
href="https://www.linkedin.com/in/keith-wong11/"
target="_blank"
class="social-link"
><i class="fa fa-linkedin"></i
></a>
</li>
</ul>
</div>
</div>
<div class="col-xl-4 col-sm-6 mb-5">
<div class="rounded shadow-sm py-4 px-4" id="no2">
<img
src="IMG/david-small.png"
alt=""
width="100"
class="img-fluid rounded-circle mb-3 img-thumbnail shadow-sm"
/>
<h5 class="mb-0">David Seah</h5>
<hr class="mem-hr" />
<span class="small text-muted"
>Treaty Admin Officer with over 2 years' experience working Treaty
department and focus on proportional treaties. In charge of China
statements of accounts and claims. Identifying errors in accounts
and emailing to brokers for communications.</span
>
<ul class="social mb-0 list-inline mt-3">
<li class="list-inline-item">
<a
href="https://www.facebook.com/vidads"
target="_blank"
class="social-link"
><i class="fa fa-facebook-f"></i
></a>
</li>
<li class="list-inline-item">
<a
href="https://twitter.com/icydrink1"
target="_blank"
class="social-link"
><i class="fa fa-twitter"></i
></a>
</li>
<li class="list-inline-item">
<a href="#" class="social-link"
><i class="fa fa-instagram"></i
></a>
</li>
<li class="list-inline-item">
<a
href="https://www.linkedin.com/in/david-seah-455b89109/"
target="_blank"
class="social-link"
><i class="fa fa-linkedin"></i
></a>
</li>
</ul>
</div>
</div>
<div class="col-xl-4 col-sm-6 mb-5">
<div class="rounded shadow-sm py-4 px-4" id="no3">
<img
src="IMG/ck-small.png"
alt=""
width="100"
class="img-fluid rounded-circle mb-3 img-thumbnail shadow-sm"
/>
<h5 class="mb-0">Chong Kai</h5>
<hr class="mem-hr" />
<span class="small text-muted"
>Treaty Admin Officer with experience in handling excess of loss
claims and drafting quarterly financial reports. Looking to
further my career as a Junior Full-Stack Developer after this
course.
</span>
<ul class="social mb-0 list-inline mt-3">
<li class="list-inline-item">
<a
href="https://www.facebook.com/imnotnotyou/"
target="_blank"
class="social-link"
><i class="fa fa-facebook-f"></i
></a>
</li>
<li class="list-inline-item">
<a
href="https://twitter.com/TaNcHoNgKaI"
target="_blank"
class="social-link"
><i class="fa fa-twitter"></i
></a>
</li>
<li class="list-inline-item">
<a
href="https://www.instagram.com/tan_chongkai/"
target="_blank"
class="social-link"
><i class="fa fa-instagram"></i
></a>
</li>
<li class="list-inline-item">
<a
href="https://www.linkedin.com/in/tan-chong-kai-a3827020b/"
target="_blank"
class="social-link"
><i class="fa fa-linkedin"></i
></a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Footer -->
<div
class="navbar navbar-expand-lg navbar-dark fixed-bottom"
id="footbarNav"
>
<div class="container-fluid my-auto">
<p class="navbar-text pull-left">Legion © 2021 | Term and Condition</p>
</div>
</div>
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: jQuery and Bootstrap Bundle (includes Popper) -->
<script
src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"
></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js"
integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns"
crossorigin="anonymous"
></script>
<script src="js/feedback.js"></script>
<!-- Option 2: Separate Popper and Bootstrap JS -->
<!--
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.min.js" integrity="sha384-+YQ4JLhjyBLPDQt//I+STsc9iw4uQqACwlvpslubQzn4u2UU2UFM80nGisd026JF" crossorigin="anonymous"></script>
-->
</body>
</html>