-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyp.html
609 lines (595 loc) · 26.5 KB
/
pyp.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
<!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">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">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">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 active">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 active">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>Primary Years Programme</h1>
<!-- <div class="banner-subtitle">
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>PYP</li>
</ul>
</div> -->
</div>
</div>
</div>
<!-- Inner Pages Banner Area End -->
<!-- pyp Start -->
<div class="pyp ptb-140">
<div class="container">
<div class="row">
<div class="col-lg-8">
<div class="pyp-wrapper">
<h3>Primary Years Programme</h3>
<div class="pyp-wrapper-text">
<h5>
Primary Years Programme at LIS: Early Years through Year 6
</h5>
<p>
Luanda International School (LIS) has been authorized to teach
the Primary Years Programme (PYP) of the International
Baccalaureate (IB) since June 2001. The PYP is designed for
students aged 3 to 12. It provides a curriculum framework for
an international education where students are engaged in
learning that is authentic and connected to real-world
context. The PYP is a concept-based, transdisciplinary
programme where learning transcends the boundaries between
traditional subject areas. PYP students learn about and use
knowledge, concepts and skills from a variety of subjects to
explore six transdisciplinary themes of global significance.
These themes unify the curriculum in all PYP schools around
the world.
</p>
<p>
The students in the Early Learning Centre (ELC) also learn
through the IB Primary Years Programme. Teachers in the ELC
subscribe to the Reggio Emilia approach which complements the
IB Philosophy. At its core, the Reggio Emilia approach views
children as competent, rich in potential, strong and as active
participants in their own learning. This learning is hands-on,
interactive, play-based, inquiry-driven, and children are
encouraged to explore, wonder, challenge and question their
world.
</p>
</div>
<div class="pyp-wrapper-text">
<h5>Inquiry Approach to Teaching and Learning</h5>
<p>
Inquiry is the pedagogical approach to learning and teaching
in all PYP schools. The PYP frames units of inquiry around
concepts that engage the students in real-world questions and
problems through authentic contexts, at both local and global
levels. Through inquiry, students are able to develop and
strengthen transferable approaches to learning such as
thinking, research, communication, social and self-management
skills. An inquiry approach to teaching and learning also
helps to develop students’ agency. Our students are actively
involved in the learning process where independence and
responsibility are nurtured by giving students choice and
voice in our learning environments. As active agents in their
learning, students are able to construct meaning about
themselves and the world around them, using effective
questioning strategies, critical thinking and problem-solving
skills.
</p>
</div>
<div class="pyp-wrapper-text">
<h5>International-mindedness</h5>
<p>
As an IB World School, we encourage students to become
compassionate, life-long learners. This is developed
throughout their learning with a focus on the attributes of
the IB Learner Profile where learners strive to be inquirers,
knowledgeable, thinkers, communicators, principled,
open-minded, caring, risk-takers, balanced and reflective.
International-mindedness is further developed through the
learning of an additional language. As part of our school’s
core values, we respect the language of our host country,
Portuguese, and aim for all students to be able to function
linguistically in the environment in which they live.
</p>
</div>
<div class="pyp-wrapper-list">
<h6>More information about the IB Primary Years Programme</h6>
<ul class="list-style">
<li>
<a href="http://lisluanda.com/home/learn/pyp-programme/">Primary Years Programme (PYP)</a>
</li>
<li>
<a href="http://lisluanda.com/home/learn/middle-years-programme/">Middle Years Programme (MYP)</a>
</li>
<li>
<a href="http://lisluanda.com/home/learn/diploma-programme/">Diploma Programme (DM)</a>
</li>
<li>
<a href="http://lisluanda.com/home/learn/co-curricular-programme">Co-Curricular Programme</a>
</li>
</ul>
</div>
<div class="video-banner-image">
<div class="video-banner">
<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="caption">
<h6>PYP Programme</h6>
<p>by Gretel Marín Palacio</p>
</div>
</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>
<!-- pyp 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>