-
Notifications
You must be signed in to change notification settings - Fork 0
/
student-support.html
642 lines (627 loc) · 28.8 KB
/
student-support.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
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
<!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" />
<title>LIS - School</title>
<link rel="icon" type="png/icon" href="assets/images/fav-icon.png" />
<link rel="stylesheet" href="assets/css/bootstrap.min.css" />
<link rel="stylesheet" href="assets/css/animate.min.css" />
<link rel="stylesheet" href="assets/css/magnific-popup.css" />
<link rel="stylesheet" href="assets/css/owl.carousel.min.css" />
<link rel="stylesheet" href="assets/css/owl.theme.default.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/wrick17/calendar-plugin@master/style.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/wrick17/calendar-plugin@master/theme.css" />
<link rel="stylesheet" href="assets/css/style.css" />
<link rel="stylesheet" href="assets/css/responsive.css" />
</head>
<body>
<div class="topbar">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-4 col-sm-4 col-12">
<div class="topbar-leftside">
<div class="language">
<label htmlFor="language">Language:</label>
<select name="language" id="language">
<option value="english">PT</option>
<option value="english">EN</option>
</select>
</div>
</div>
</div>
<div class="col-lg-9 col-md-8 col-sm-8 col-12">
<div class="tobar-rightSide">
<div class="topbar-social-links">
<span>Follow Us:</span>
<ul>
<li>
<a href="#"><iconify-icon icon="ri:twitter-fill"></iconify-icon></a>
</li>
<li>
<a href="#"><iconify-icon icon="ri:facebook-fill"></iconify-icon></a>
</li>
<li>
<a href="#"><iconify-icon icon="ri:instagram-line"></iconify-icon></a>
</li>
<li>
<a href="quick-links.html"><iconify-icon icon="dashicons:admin-links"
alt="quick links"></iconify-icon></a>
</li>
<li>
<a href="calender.html"><iconify-icon icon="simple-line-icons:calender"></iconify-icon></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- navigation bar area start -->
<div class="header-area">
<div class="navbar-area">
<!-- Menu For Mobile Device -->
<div class="main-responsive-nav">
<div class="container">
<div class="mobile-nav">
<a href="index.html" class="logo"><img src="assets/images/logo.png" alt="logo" /></a>
<ul class="menu-sidebar menu-small-device">
<li>
<button class="popup-button">
<iconify-icon icon="iconamoon:search-thin"></iconify-icon>
</button>
</li>
</ul>
</div>
</div>
</div>
<!-- Menu For Desktop Device -->
<div class="main-nav">
<div class="container">
<nav class="navbar navbar-expand-md navbar-light">
<a class="navbar-brand" href="index.html">
<img src="assets/images/logo.png" alt="logo" />
</a>
<div class="collapse navbar-collapse mean-menu" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item">
<a href="index.html" class="nav-link dropdown-toggle">Home</a>
</li>
<li class="nav-item">
<a href="javascript:void()" class="nav-link dropdown-toggle active">About Us
<iconify-icon icon="ic:round-keyboard-arrow-down"></iconify-icon></a>
<ul class="dropdown-menu">
<li class="nav-item">
<a href="about.html" class="nav-link">Who We Are</a>
</li>
<li class="nav-item">
<a href="mission-values.html" class="nav-link">Mission, Vision and Values</a>
</li>
<li class="nav-item">
<a href="school-campus.html" class="nav-link">School Campus</a>
</li>
<li class="nav-item">
<a href="leadership.html" class="nav-link">LIS Leadership Team</a>
</li>
<li class="nav-item">
<a href="board-of-directors.html" class="nav-link">Board of Directors</a>
</li>
<li class="nav-item">
<a href="accreditation.html" class="nav-link">
Accreditation</a>
</li>
<li class="nav-item">
<a href="javascript:void()" class="nav-link active">Health and Safety
<iconify-icon icon="iconamoon:arrow-right-2-duotone"></iconify-icon></a>
<ul class="dropdown-menu">
<li class="nav-item">
<a href="student-support.html" class="nav-link active">Student Support</a>
</li>
<li class="nav-item">
<a href="child-protection.html" class="nav-link">Child Protection</a>
</li>
<li class="nav-item">
<a href="commitment.html" class="nav-link">Commitment to Well-being</a>
</li>
</ul>
</li>
<li class="nav-item">
<a href="javascript:void()" class="nav-link">Comunity
<iconify-icon icon="iconamoon:arrow-right-2-duotone"></iconify-icon></a>
<ul class="dropdown-menu">
<li class="nav-item">
<a href="community.html" class="nav-link">Comunity</a>
</li>
<li class="nav-item">
<a href="lis-news.html" class="nav-link">Lis News</a>
</li>
<li class="nav-item">
<a href="alumni.html" class="nav-link">Alumni</a>
</li>
<li class="nav-item">
<a href="parent-association.html" class="nav-link">Parent Association</a>
</li>
</ul>
</li>
</ul>
</li>
<li class="nav-item">
<a href="javascript:void()" class="nav-link dropdown-toggle">Curriculam
<iconify-icon icon="ic:round-keyboard-arrow-down"></iconify-icon></a>
<ul class="dropdown-menu">
<li class="nav-item">
<a href="learn.html" class="nav-link dropdown-toggle">Learn
</a>
</li>
<li class="nav-item">
<a href="pyp.html" class="nav-link dropdown-toggle">Primary Years Programme
</a>
</li>
<li class="nav-item">
<a href="myp.html" class="nav-link dropdown-toggle">Middle Years Programme
</a>
</li>
<li class="nav-item">
<a href="diploma-programme.html" class="nav-link">Diploma Programme</a>
</li>
<li class="nav-item">
<a href="co-curricular.html" class="nav-link">Co-Curricular Programme</a>
</li>
<li class="nav-item">
<a href="information.html" class="nav-link">School Profile: Information for Universities</a>
</li>
<li class="nav-item">
<a href="calender.html" class="nav-link">Calender</a>
</li>
</ul>
</li>
<li class="nav-item">
<a href="javascript:void()" class="nav-link dropdown-toggle">Join
<iconify-icon icon="ic:round-keyboard-arrow-down"></iconify-icon></a>
<ul class="dropdown-menu">
<li class="nav-item">
<a href="join.html" class="nav-link dropdown-toggle">Join</a>
</li>
<li class="nav-item">
<a href="javascript:void()" class="nav-link dropdown-toggle">Enrollment
<iconify-icon icon="iconamoon:arrow-right-2-duotone"></iconify-icon></a>
<ul class="dropdown-menu">
<li class="nav-item">
<a href="enrollment.html" class="nav-link">Enrollment
</a>
</li>
<li class="nav-item">
<a href="policy.html" class="nav-link dropdown-toggle">Policies and General Notes
</a>
</li>
</ul>
</li>
<li class="nav-item">
<a href="javascript:void()" class="nav-link dropdown-toggle">Recruitment
<iconify-icon icon="iconamoon:arrow-right-2-duotone"></iconify-icon>
</a>
<ul class="dropdown-menu">
<li class="nav-item">
<a href="recruitment.html" class="nav-link">Recruitment
</a>
</li>
<li class="nav-item">
<a href="job-opening.html" class="nav-link dropdown-toggle">Job Openings
</a>
</li>
</ul>
</li>
</ul>
</li>
<li class="nav-item">
<a href="social-media.html" class="nav-link dropdown-toggle">Social Media
</a>
</li>
<li class="nav-item">
<a href="quick-links.html" class="nav-link dropdown-toggle">Quick Links
</a>
</li>
<!-- LIs E commerce Page Start -->
<li class="nav-item">
<a href="javascript:void()" class="nav-link dropdown-toggle">Store
<iconify-icon icon="ic:round-keyboard-arrow-down"></iconify-icon></a>
<ul class="dropdown-menu">
<li class="nav-item">
<a href="our-store.html" class="nav-link dropdown-toggle"> Our Store </a>
</li>
<li class="nav-item">
<a href="all-products.html" class="nav-link dropdown-toggle"> All Products </a>
</li>
<li class="nav-item">
<a href="product-category.html" class="nav-link dropdown-toggle"> Product Category </a>
</li>
<li class="nav-item">
<a href="dashboard.html" class="nav-link dropdown-toggle"> Dashboard </a>
</li>
</ul>
</li>
<!-- LIs E commerce Page End -->
<li class="nav-item">
<a href="contact-us.html" class="nav-link dropdown-toggle">Contact Us
</a>
</li>
</ul>
<div class="menu-sidebar">
<ul>
<li>
<button class="popup-button">
<iconify-icon id="popupSearchButton" icon="iconamoon:search-thin"></iconify-icon>
<div class="popupSearchBar">
<input type="text" class="form-control" placeholder="Search ..." />
</div>
</button>
</li>
<li>
<a class="default-button blue-button" href="contact-us.html"><span>Admission</span></a>
</li>
</ul>
</div>
</div>
</nav>
</div>
</div>
</div>
</div>
<!-- navigation bar area end -->
<!-- Inner Pages Banner Area Start -->
<div class="inner-page-banner">
<div class="container">
<div class="banner-content">
<h1>Student Support Service</h1>
<!-- <div class="banner-subtitle">
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>Student Support</li>
</ul>
</div> -->
</div>
</div>
</div>
<!-- Inner Pages Banner Area End -->
<!-- student-support Start -->
<div class="co-curricular ptb-140">
<div class="container">
<div class="row">
<div class="col-lg-8">
<div class="co-curricular-wrapper">
<h3>Student Support Services</h3>
<div class="co-curricular-wrapper-text">
<h5>Learn – Thrive – Inspire</h5>
<h5>Introduction</h5>
<p>
The LIS Student Support Services, in the Primary and Secondary
sections, aims to provide all students with access to the
school’s curriculum as competent, inquiring and confident
learners. Educational professionals from the specialties of
learning support, teaching English language learners and
school counseling provide instructional, social-emotional
support services and university counseling, to students.
</p>
<p>
It is a requirement that any educational,
social-emotional/behavioral, physical, sensory or medical need
is fully disclosed during the time of seeking admission. In
addition to this, academic (including achievement or
diagnostic testing, tutoring, Individual Educational Plans,
etc.), psychological and medical reports the applicant is
receiving or has received, must be notified at the time of
application. Failure to disclose this information will delay
the application process and may result in the re-evaluation of
your child’s offer of admission or subsequent enrollment.
</p>
<p>
External services in tutoring, therapies, and psychology are
available in Portuguese, however, extremely limited services
for tutoring and clinical services are available in Luanda by
specialists speaking languages other than Portuguese. This
situation should be very carefully considered when deciding on
Luanda, Angola as a location for children and young people
with needs requiring additional services and support.
</p>
</div>
<div class="co-curricular-wrapper-text">
<h5>LEARNING SUPPORT</h5>
<p>
Instructional support is available to students who have
suspected or diagnosed learning needs which prevent them from
realizing their academic potential. Support is offered based
on the assessed and identified needs of students through a
variety of planned instructional opportunities and in
collaboration with teachers and parents. Students with
mild-to-moderate needs are eligible for services from the
school’s Learning Support Teachers. With special
pre-admissions consideration and other predetermined
conditions of enrolment, students with needs not usually
catered for through the school’s specialized services may be
provisionally admitted.
</p>
</div>
<div class="co-curricular-wrapper-text">
<h5>ENGLISH LANGUAGE LEARNING (ELL)</h5>
<p>
At LIS the language of instruction is English, therefore
English language support is offered to students who are
speakers of languages other than English. The English Language
Learner (ELL) teachers support students to reach social and
academic age-level proficiency in English, allowing them to
fully engage in the life of the school and to benefit from its
rich and varied IB curriculum. English language support is
available through a variety of planned learning engagements,
both within the regular classrooms and in small groups or
individually in specialized English language environments.
</p>
<p>
Pre-entry assessments for Primary students are only
administered to non-English proficient students from the
second semester of Year 5 and thereafter for all students in
Years 6-13. Students are assessed using the World-Class
Instructional Design and Assessment (WIDA).
</p>
<p>
LIS places high importance on the maintenance of students’
home languages, as current research suggests multilingualism
aids cognitive development and the acquisition of additional
languages. Students are encouraged to use their home
language(s) to support their learning, we also offer after
school activities in a number of home languages and have books
from a range of languages available to students in the school
library. We encourage parents to actively develop their
children’s home language(s) skills as a tool to support their
child’s learning of English and curriculum content.
</p>
</div>
<div class="co-curricular-wrapper-text">
<h5>COUNSELING</h5>
<p>
Our comprehensive school counseling programme focuses on what
all students should know, understand and be able to do in the
four domain areas: Academic, Career, Personal/Social and
Global Perspective. The emphasis is on academic and social
success in the international context, for every student;
working in partnership with parents, faculty, school leaders
and outside resources in support of students achieving their
goals.
</p>
<p>
The purpose of the school counseling programme is to impart
specific skills and learning opportunities in a proactive,
preventative manner, ensuring all students can achieve school
success through academic, career, personal/social and global
perspective experiences. Therefore, the school counselor’s
duties are focused on programme delivery and direct counseling
services, in both a teaching and advisory capacity.
Preventative education is accomplished through the
implementation of the Wellbeing curriculum in the classroom
and through coordination of prevention education programmes
such as, but not limited to conflict resolution,
anti-violence, bullying, transitions, acceptance of diversity
etc.
</p>
</div>
<div class="co-curricular-wrapper-text">
<h5>UNIVERSITY COUNSELING</h5>
<p>
The LIS upper secondary counselor assists students to research
and identify post-secondary choices that are a good match for
individual interests, achievement levels, needs and goals. The
counselor provides a wide range of support to students and
their families through the post-secondary planning and
application process. This includes advising on course and
career path selection, assisting students with personal
statement writing, and hosting university information evenings
for students and parents.
</p>
</div>
</div>
</div>
<!-- Side Card Area Start -->
<div class="col-lg-4">
<div class="side-card-wrapper">
<div class="video-card">
<div class="video-card-image">
<a class="play-btn mfp-iframe" href="assets/images/Website Video Final.mp4"><iconify-icon
icon="solar:play-bold"></iconify-icon></a>
</div>
<div class="video-card-text">
<h3>
<a href="">Luanda International School: Campus View</a>
</h3>
<a href="" class="default-button blue-button">Enrolement
<iconify-icon icon="heroicons:arrow-long-right"></iconify-icon></a>
<div class="video-card-social">
<h3>We are here:</h3>
<ul>
<li>
<a href="#"><iconify-icon icon="ri:facebook-fill"></iconify-icon></a>
</li>
<li>
<a href="#"><iconify-icon icon="ri:twitter-fill"></iconify-icon></a>
</li>
<li>
<a href="#"><iconify-icon icon="ri:instagram-line"></iconify-icon></a>
</li>
<li>
<a href="#"><iconify-icon icon="ri:linkedin-fill"></iconify-icon></a>
</li>
</ul>
<p>
For Any Details Our Hotline:<a href=""><iconify-icon icon="nimbus:telephone"
rotate="90deg"></iconify-icon>+244 932 337 056 / 57</a>
</p>
</div>
</div>
</div>
<div class="blog-card">
<div class="blog-card-image">
<img src="assets/images/sidecard/earth-day-blog-card.jpg" alt="blog-earth" />
</div>
<div class="blog-card-text">
<span class="blog-date"> 20 May<br />2022 </span>
<h3>
<a href="">Respect for ourselves and others, our environment, and
our cultural contexts guides our thoughts, actions and
relationships.</a>
</h3>
<p>
On Friday, 21 April 2017, LIS participated in World Earth
Day. What an amazing day it was! We focused our collective
efforts on this central idea: Together we can empower
everyone with the knowledge to inspire action in defense of
the environment.
</p>
<p><a href="">Read More...</a></p>
</div>
</div>
<div class="blog-card">
<div class="blog-card-image">
<img src="assets/images/sidecard/2017.11.10-Angolan-ID-6_Cropped.jpg" alt="blog-earth" />
</div>
<div class="blog-card-text">
<span class="blog-date"> 20 May<br />2022 </span>
<h3>
<a href="">A strong community is built on inclusion, participation,
communication, kindness and mutual respect.</a>
</h3>
<p>
Luanda International School celebrated Angolan Independence
Day on 10 November 2017. The celebration assembly was a real
endorsement of our school mission and commitment to play a
greater role here in Angola.
</p>
<p><a href="">Read More...</a></p>
</div>
</div>
<div class="blog-card">
<div class="blog-card-image">
<img src="assets/images/sidecard/dalene.jpg" alt="blog-earth" />
</div>
<div class="blog-card-text">
<span class="blog-date"> 20 May<br />2022 </span>
<h3>
<a href="">Respect for ourselves and others, our environment, and
our cultural contexts guides our thoughts, actions and
relationships.</a>
</h3>
<p>
George’s journey from Angola to the Republic of Congo did
not have a happy beginning. George, a chimpanzee, was stolen
from his forest home and family for the illegal pet trade.
Thankfully, he was found by Dr. Cristina of Casa dos
Animais.
</p>
<p><a href="">Read More...</a></p>
</div>
</div>
</div>
</div>
<!-- Side Card Area End -->
</div>
</div>
</div>
<!-- student-support End -->
<!-- Footer Area Start -->
<div class="footer">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-6 col-12">
<div class="footer-logo-area">
<a href="#"><img src="assets/images/white-logo.png" alt="logo" /></a>
<div class="footer-social-icons mt-3">
<ul>
<li>
<a href="#"><iconify-icon icon="ri:facebook-fill"></iconify-icon></a>
</li>
<li>
<a href="#"><iconify-icon icon="ri:instagram-line"></iconify-icon></a>
</li>
<li>
<a href="#"><iconify-icon icon="ri:linkedin-fill"></iconify-icon></a>
</li>
<li>
<a href="#"><iconify-icon icon="ri:youtube-fill"></iconify-icon></a>
</li>
</ul>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 col-12">
<div class="footer-links">
<h3>Helpful Link</h3>
<ul>
<li><a href="enrollment.html">Enrollment</a></li>
<li><a href="recruitment.html">Recruitment</a></li>
<li><a href="contact-us.html">Contact Us</a></li>
<li><a href="site-map.html">Site Map</a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 col-12">
<div class="footer-links">
<h3>Explore</h3>
<ul>
<li><a href="about.html">Who We Are</a></li>
<li><a href="learn.html">Curriculum</a></li>
<li><a href="school-campus.html">Campus</a></li>
<li><a href="lis-news.html">LIS News</a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 col-12">
<div class="footer-links footer-contact">
<h3>Contact Us</h3>
<ul>
<li>
<iconify-icon icon="ion:call-outline"></iconify-icon>
<a href="tel:+24493233705657">+244 932 337 056 / 57</a>
</li>
<li>
<iconify-icon icon="circum:mail"></iconify-icon>
<a href="mailto:lis@lisluanda.com">lis@lisluanda.com</a>
</li>
<li>
<iconify-icon icon="carbon:location"></iconify-icon>
<a href="https://goo.gl/maps/H21TiMcM5TZE4NPd8" target="_blank">Via S6, Bairro de Talatona, Belas,
Luanda, Angola</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- Footer Area End -->
<!-- Copyright Area Start -->
<div class="copyright">
<div class="container">
<div class="copyright-content">
<p>
©
<script>
document.write(new Date().getFullYear());
</script>
LIS. All rights reserved
</p>
<!-- <p>Developed By <a href="#">Department of IT and Innovations</a></p> -->
</div>
</div>
</div>
<!-- Copyright Area End -->
<script src="assets/js/jQuery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/iconify.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/wrick17/calendar-plugin@master/calendar.min.js"></script>
<script src="assets/js/meanmenu.js"></script>
<script src="assets/js/custom.js"></script>
</body>
</html>