-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
439 lines (376 loc) · 16.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<link rel="shortcut icon" href="logo.png" type="image/x-icon">
<!-- Compiled and minified JavaScript -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<!-- <script src = "https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js">
</script> -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&display=swap" rel="stylesheet">
<title>Seabiscuit-academy</title>
</head>
<body>
<div class="navbarfixed">
<nav>
<div class="nav-wrapper deep-purple accent-2 nav z-depth-4
">
<a href="#" class="brand-logo"><img class="logo" src="logo.png" alt=""></a>
</div>
</div>
</nav>
</div>
<div class="upper">
<span class="title">
Seabiscuit Academy
</span>
</div>
<div class="slider slider1">
<ul class="slides slider1">
<li>
<img
src="https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80">
<div class="caption center-align">
<h3 class="text-title">All your education needs, met</h3>
<h5 class="light grey-text text-lighten-3">Complete Solutions to allthings educational</h5>
</div>
</li>
<li>
<img
src="https://images.unsplash.com/photo-1522881193457-37ae97c905bf?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80">
<div class="caption center-align">
<h2 class="text-title z-depth-4">Individual attention</h2>
<h5 class="light grey-text text-lighten-3">All students, given the care they need.</h5>
</div>
</li>
<li>
<img
src="https://images.unsplash.com/photo-1535982330050-f1c2fb79ff78?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1267&q=80">
<div class="caption center-align">
<h2 class="text-title z-depth-4">Complete digital solutions</h2>
<h5 class="light grey-text text-lighten-3">All resources available always.</h5>
</div>
</li>
<li>
<img
src="https://images.unsplash.com/photo-1509062522246-3755977927d7?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1404&q=80">
<!-- random image -->
<div class="caption center-align">
<h2 class="text-title z-depth-4">Excellent teachers</h2>
<h5 class="light grey-text text-lighten-3">All our teachers, are exceptionally capable</h5>
</div>
</li>
</div>
</ul>
</div>
<script> $(document).ready(function () {
$(".slider").slider({ full_width: true });
});
</script>
<div class="AboutUs">
<span class="miniTitle">
About Us
</span>
<br />
<div class="row rowAboutUs">
<div class="col s3"> <i class="small material-icons">account_balance_wallet
</i>
</div>
<div class="col s3"> <i class="small material-icons">account_balance
</i>
</div>
<div class="col s3"> <i class="small material-icons">access_time</i>
</div>
<div class="col s3"> <i class="small material-icons">book</i>
</div>
</div>
<div class="container ">
<span class="text">
Qualified & experienced native English, maths, sciences, medicine, surgery, & chess tutor of all levels &
curricula wants to teach anyone in need. Charismatic, caring, passionate professional offering an outstanding
process helps each pupil think to enjoy, grasp, & achieve more. In person & online classes to improve your
comfort & confidence.
<br /> We aim to help every student get enough guidance and attention, to learn to shine bright, in their own
way!
</span>
</div>
</div>
<div class="offerings" id="offerings">
<span class="miniTitle">Our Services</span>
<div class="container">
<div class="row">
<div class="col outerCards s6 m3">
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<img class="activator"
src="https://images.pexels.com/photos/2173508/pexels-photo-2173508.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260">
</div>
<div class="card-content">
<span class="card-title activator grey-text text-darken-4">Small group <br />teaching</span>
<!-- <p><a href="#">This is a link</a></p> -->
</div>
<div class="card-reveal">
<span class="card-title grey-text text-darken-4">Small group teaching<i
class="material-icons right">close</i></span>
<p>It is recognised that people gain knowledge in different ways. Group learning has been proven to be
effective for some students, a comfort level is felt in peer learning. Small groups of 2 to 3 is
offered. </p>
</div>
</div>
</div>
<div class="col outerCards s6 m3">
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<img class="activator"
src="https://images.pexels.com/photos/1181722/pexels-photo-1181722.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260">
</div>
<div class="card-content">
<span class="card-title activator grey-text text-darken-4">Personalised<br /> tutoring</span>
<!-- <p><a href="#">This is a link</a></p> -->
</div>
<div class="card-reveal">
<span class="card-title grey-text text-darken-4">Personalised tutoring<i
class="material-icons right">close</i></span>
<p>Personalised Tutoring is about supporting students’ learning according to their needs and abilities, to
ensure that they achieve to their maximum potential.</p>
</div>
</div>
</div>
<div class="col outerCards s6 m3">
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<img class="activator"
src="https://images.pexels.com/photos/374016/pexels-photo-374016.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260">
</div>
<div class="card-content">
<span class="card-title activator grey-text text-darken-4">Online <br />Tutoring</span>
<!-- <p><a href="#">This is a link</a></p> -->
</div>
<div class="card-reveal">
<span class="card-title grey-text text-darken-4">Online Tutoring<i
class="material-icons right">close</i></span>
<p>For students living at distant places, online tutoring is offered. </p>
</div>
</div>
</div>
<div class="col outerCards s6 m3">
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<img class="activator"
src="https://images.pexels.com/photos/572056/pexels-photo-572056.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260">
</div>
<div class="card-content">
<span class="card-title activator grey-text text-darken-4"> Academic <br />tutoring</span>
<!-- <p><a href="#">This is a link</a></p> -->
</div>
<div class="card-reveal">
<span class="card-title grey-text text-darken-4"> Academic tutoring<i
class="material-icons right">close</i></span>
<p>We offer training and prep for: USMLE, UMAT, SAT, Medicine, Surgery, A Levels, IBDP, AP, BTEC,
Cambridge, edexcel, IGCSE, GCSE, MYP, PYP</p>
</div>
</div>
</div>
</div>
</div>
<div class=" ">
<div class="miniTitle">
Our Testimonials
</div>
<div class="slider slider2">
<ul class="slides slider2s">
<li>
<div class="caption black-text bold center-align">
<h5 class="light black-text text-lighten-3 testimonialtext">I learnt Business Statistics from Rahul for
18 months, this helped me ace my course else I was failing.</h5>
<h3>Gopal C, </h3>
<span class="text-lighten-3">
HKU Economics
</span>
</div>
</li>
<li>
<div class="caption black-text center-align">
<h5 class="light black-text text-lighten-3 testimonialtext">Rahul ensures I understand concepts, not just
how to pass, so my grades always excel. He teaches me IGCSE Maths and Sciences. After our classes I felt
prepared to sit exams, not anxious. I can send him doubts anytime and he replies with explanations. His
patient encouragement built my comfort and confidence.</h5>
<h3>Lisa T, </h3>
<span class="text-lighten-3">
WIS
</span>
</div>
</li>
<li>
<div class="caption black-text center-align">
<h5 class="light black-text text-lighten-3 testimonialtext">I got 7's for IB Maths and English, up from
4's, with Ra's focused tutoring for the last year. Thank you so much!</h5>
<h3>Jane S,</h3>
<span class="text-lighten-3">
FIS</span>
</div>
</li>
<li>
<div class="caption black-text center-align">
<h5 class="light black-text text-lighten-3 testimonialtext">All the credit goes to Ra in me getting a 44
in IB and 7's in HL Biology and Physics. He breaks topics into digestible, memorable parts.</h5>
<h3>Sonia B, </h3>
<span class="text-lighten-3">
GSIS</span>
</div>
</li>
<li>
<div class="caption black-text center-align">
<h5 class="light black-text text-lighten-3 testimonialtext">Ra's tuitions brought and kept me atop my
MBBS basic science and clinical courses. He is engaging, charismatic, and drives your passion to
succeed.</h5>
<h3>Jessica W, </h3>
<span class="text-lighten-3">
CHUK
</span>
</div>
</li>
<li>
<div class="caption black-text center-align">
<h5 class="light black-text text-lighten-3 testimonialtext">Ra has been extremely thorough, creative, and
interesting in teaching my 2 girls English and maths for 2 years. Highly recommend him, thanks Ra!</h5>
<h3>Amy L, </h3>
<span class="text-lighten-3">
Pokfulam
</span>
</div>
</li>
</div>
</ul>
</div>
</div>
</div>
<div class="contactUs">
<span class="miniTitle">
Contact Us
<br />
</span>
<span class="text">
Let us get back to you shortly!
</span>
<br />
<span class="subText">
let us know about your requirements and we will get back to you with a quotaion, and answers
</span>
<div class="container">
<div class="row">
<form class="col s12">
<div class="row">
<div class="input-field col s6">
<input id="first_name" type="text" class="validate">
<label for="first_name">First Name</label>
</div>
<div class="input-field col s6">
<input id="last_name" type="text" class="validate">
<label for="last_name">Last Name</label>
</div>
</div>
<div class="row">
<div class="input-field col s12">
<input id="email" type="email" class="validate">
<label for="email">Email</label>
</div>
</div>
<div class="row">
<div class="input-field col s12">
<input id="text" type="text" class="validate">
<label for="text">Your message</label>
</div>
</div>
<a href="" target="_blank" rel="noopener noreferrer"><button action="submit"
class="btn btn-large submitContactUS">Submit Details</button></a>
</div>
</form>
</div>
</div>
</div>
<footer class="page-footer deep-purple accent-2">
<div class="container">
<div class="row">
<div class="col l4 s12 box">
<h5 class="white-text">Seabiscuit Academy</h5>
<p class="grey-text text-lighten-4">Accomplished Private Educator
</p>
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3692.135408432465!2d114.11699331449388!3d22.2728599495199!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3403ffbff1b74eef%3A0xaa1bde0e500d120!2s192%20Victoria%20Rd%2C%20Mount%20Davis%2C%20Hong%20Kong!5e0!3m2!1sen!2sin!4v1585858229441!5m2!1sen!2sin"
frameborder="0" style="border:0;" allowfullscreen=""></iframe>
<br /><br /> <a href="http://wa.me/85256218916"> <button class="btn-sm btn footerButton"><i
class="material-icons right">sms</i>Contact us on whatsapp</button></a> <br /><br />
</div>
<div class="col l4 s12 ">
<h5 class="white-text">Our Faculty </h5>
<table>
<tbody>
<tr>
<td>Ms. Shraddha P.</td>
</tr>
<tr>
<td>Mr. K</td>
</tr>
<tr>
<td>Mrs. N</td>
</tr>
</tbody>
</table>
<a href="tel:852-562-189-16" class="waves-effect buttonCall red lighten-1 waves-light btn"><i
class="material-icons right">phone</i>Contact us on phone </a>
<br /><br /> <a href="mailto: [email protected]"> <button class="btn-sm btn footerButton"><i
class="material-icons right">mail</i>Contact us via our Email </button></a>
</div>
<div class="col l4 s12">
<h5 class="white-text">Offered trainings</h5>
<ul>
<div>
<table>
<tbody>
<tr>
<th>USMLE</th>
<th>UMAT</th>
<th>SAT</th>
</tr>
<tr>
<th>Medicine</th>
<th>Surgery</th>
<th>A levels</th>
</tr>
<tr>
<th>IBDP</th>
<th>AP</th>
<th>BTEC</th>
</tr>
<tr>
<th>Cambridge</th>
<th>edexcel</th>
<th>IGCSE</th>
</tr>
<tr>
<th>MYP</th>
<th>English</th>
<th>Chess</th>
</tr>
</tbody>
</table>
</div>
</ul>
</div>
</div>
</div>
<!-- <div class="footer-copyright">
<div class="container">
© 2014 Copyright Text
<a class="grey-text text-lighten-4 right" href="#!">More Links</a>
</div>
</div> -->
</footer>
</body>
</html>