-
Notifications
You must be signed in to change notification settings - Fork 3
/
Bridge-between-the-College-and-the-Old-Boys.html
643 lines (574 loc) · 33.8 KB
/
Bridge-between-the-College-and-the-Old-Boys.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
643
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bridge between the College and Old Boys | De La Salle College Colombo 15 </title>
<!--favicon-->
<link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png">
<link rel="manifest" href="favicon/site.webmanifest">
<!--Style Starts-->
<link href='https://fonts.googleapis.com/css?family=Oxygen:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/scroll.css">
<link rel="stylesheet" type="text/css" href="css/snowflakes.css">
<script defer src="/_vercel/insights/script.js"></script>
<!--Snow Flakes-->
<!--div class="snowflakes" aria-hidden="true">
<div class="snowflake">
❅
</div>
<div class="snowflake">
❆
</div>
<div class="snowflake">
❅
</div>
<div class="snowflake">
❆
</div>
<div class="snowflake">
❅
</div>
<div class="snowflake">
❆
</div>
<div class="snowflake">
❅
</div>
<div class="snowflake">
❆
</div>
<div class="snowflake">
❅
</div>
<div class="snowflake">
❆
</div>
<div class="snowflake">
❅
</div>
<div class="snowflake">
❆
</div>
</div-->
</head>
<body>
<div class="loader_bg">
<div class="loader"></div>
</div>
<div class="progress-wrap">
<svg class="progress-circle svg-content" width="100%" height="100%" viewBox="-1 -1 102 102">
<path d="M50,1 a49,49 0 0,1 0,98 a49,49 0 0,1 0,-98" />
</svg>
</div>
<!-- Start Your Body Code From here -->
<div class="wrapper">
<!-- header starts here -->
<!-- header -->
<header id="header" class="">
<nav class="light" style="background-color: rgba(10,40);">
<ul style="padding: 10px 35px;">
<li>
<div class="nav-icons search-super">
<div class="search">
<input type="text" placeholder=" ">
<div>
<svg>
<use xlink:href="#path">
</use></svg>
</div>
</div>
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 160 28" id="path">
<path d="M32.9418651,-20.6880772 C37.9418651,-20.6880772 40.9418651,-16.6880772 40.9418651,-12.6880772 C40.9418651,-8.68807717 37.9418651,-4.68807717 32.9418651,-4.68807717 C27.9418651,-4.68807717 24.9418651,-8.68807717 24.9418651,-12.6880772 C24.9418651,-16.6880772 27.9418651,-20.6880772 32.9418651,-20.6880772 L32.9418651,-29.870624 C32.9418651,-30.3676803 33.3448089,-30.770624 33.8418651,-30.770624 C34.08056,-30.770624 34.3094785,-30.6758029 34.4782612,-30.5070201 L141.371843,76.386562" transform="translate(83.156854, 22.171573) rotate(-225.000000) translate(-83.156854, -22.171573)"></path>
</symbol>
</svg>
</li><li><a href="index.html"><img src="https://raw.githubusercontent.com/kasuncfdo/dls/main/College%20Assests/College-Items/DLS_WEBCREST.png" alt="" class="top-crest" id="top-crest" style="transform: scale(0.8);"></a></li>
<li>
<div class="nav-icons">
<div class="navbar navbar-inverse navbar-custom" role="navigation">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
</div>
</div>
</li>
</ul>
<hgroup class="site-title">
<h1 style="text-align: center; margin-bottom:0 ; text-decoration: none;" class="site-title">
<a href="index.html" title="" style="text-decoration: none; padding-top: -54rem; color: rgb(255, 255, 255);" rel="home">DE LA SALLE COLLEGE MUTWAL</a></h1>
</hgroup>
<br>
</nav>
<div class="navbar navbar-inverse navbar-custom" role="navigation">
<div class="container">
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="index.html">HOME</a></li>
<li>
<a href="#" class="dropdown-toggle" data-toggle="dropdown">ABOUT COLLEGE<b
class="caret"></b></a>
<ul class="dropdown-menu multi-level">
<li><a href="about.html">OVERVIEW</a></li>
<li class="dropdown-submenu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">COLLEGE IDENTITY</a>
<ul class="dropdown-menu">
<li><a href="Identity/mission-vision.html">COLLEGE VISION & MISSION</a></li>
<li><a href="Identity/college-motto-and-flag_colours.html">COLLEGE FLAG | MOTTO | COLOURS</a></li>
<li><a href="Identity/college-crest.html">COLLEGE CREST</a></li>
<li><a href="college-anthem.html">COLLEGE ANTHEM</a></li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">HISTORY AND TRADITIONS</a>
<ul class="dropdown-menu">
<li><a href="History-and-Location.html">HISTORY OF COLLEGE</a></li>
<li><a href="BRIEF-HISTORY.html">BRIEF HISTORY OF DE LA SALLE</a></li>
<li><a href="Chronoloy-College-History.html">CHRONOLOGY COLLEGE HISTORY</a></li>
<li><a href="The-Coat-of-Arms.html">THE-COAT-OF-ARMS</a></li>
<li><a href="College-Directors.html">PAST PRINCIPALS</a></li>
<!--li><a href="Identity/tcs.html">TCS</a></li-->
</ul>
</li>
<li><a href="directors_message.html">PRINCIPAL'S MESSAGE</a></li>
<li><a href="College-Directors.html">PAST COLLEGE PRINCIPALS</a>
</li>
<li class="dropdown-submenu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">COLLEGE FACILITIES</a>
<ul class="dropdown-menu">
<li><a href="Physical-Facilities.html">PHYSICAL FACILITIES</a></li>
<li><a href="School-Layout-Plan.html">COLLEGE LAYOUT</a></li>
<!--li><a href="Identity/tcs.html">TCS</a></li-->
</ul>
</li>
<!--li><a href="Chronology College History.html">CHRONOLOGY COLLEGE HISTORY</a></li-->
<li><a href="Activities-in-Development-Stage.html">ACTIVITIES IN DEVELOPMENT STAGE</a></li>
<li><a href="The-Coat-of-Arms.html">THE COAT OF ARMS O THE DE LA SALLE BROTHERS</a></li>
<li class="active"><a href="Bridge-between-the-College-and-the-Old-Boys.html">BRIDGE BETWEEN THE COLLEGE AND THE OLD-BOYS</a></li>
</ul>
</li>
<li>
<a href="#" class="dropdown-toggle" data-toggle="dropdown">ADMINISTRATION <b
class="caret"></b></a>
<ul class="dropdown-menu multi-level">
<li><a href="Organizational-Structure.html">OVERVIEW</a></li>
<li><a href="directors_message.html">PRINCIPAL</a></li>
<li><a href="deputy-principal.html">DEPUTY PRINCIPAL</a></li>
<li><a href="Under_Construction.html">ACADEMIC STAFF</a></li>
<li><a href="student_corner.html">STUDENTS CORNER</a></li>
</ul>
</li>
<li>
<a href="#" class="dropdown-toggle" data-toggle="dropdown">ACADEMICS <b
class="caret"></b></a>
<ul class="dropdown-menu multi-level">
<li>
<a href="#" class="dropdown-toggle" data-toggle="dropdown">GRADE 5</a>
<ul>
<!--li><a href="Under_Construction.html">admissions</a></li-->
<!--li><a href="#">IT</a></li-->
</ul>
</li>
<li>
<a href="#" class="dropdown-toggle" data-toggle="dropdown">GCE O/L</a>
<ul>
<!--li><a href="Under_Construction.html">admissions</a></li-->
</ul>
</li>
<li>
<a href="#" class="dropdown-toggle" data-toggle="dropdown">GCE A/L</a>
<ul>
<!--li><a href="Under_Construction.html">admissions</a></li-->
</ul>
</li>
<li><a href="Academic-Progress.html">ACADEMIC PROGRESS</a></li>
<!--li><a href="Academics.php.html">ACADEMIC COUNCIL</a></li-->
<!--li><a href="#">More</a></li-->
<li><a href="Under_Construction.html">NON ACADEMIC</a></li>
</ul>
</li>
<!--li>
<a href="#" class="dropdown-toggle" data-toggle="dropdown">ADMINISTRATION <b
class="caret"></b></a>
<ul class="dropdown-menu multi-level">
<li><a href="directors_message.html">Principal</a></li>
<li><a href="Under_Construction.html">Deputy Principal</a></li>
<li><a href="Under_Construction.html">Academic Staff</a></li>
</ul>
</li-->
<!--li>
<a href="obu.html" class="dropdown-toggle" data-toggle="dropdown">OLD BOYS UNION <b class="caret"></b></a>
<ul class="dropdown-menu multi-level">
<li><a href="obu.html">OVERVIEW</a></li>
<li><a href="Old-Boys-Union.html">OBU INTRODUCTION</a></li>
<li><a href="OBU-Constitution.html">OBU CONSTITUTION</a></li>
<li><a href="Under_Construction.html">ANNOUNCEMENTS</a></li>
<li><a href="Under_Construction.html">Coming soon</a></li>
<li><a href="Under_Construction.html">Coming soon</a></li>
<li><a href="Under_Construction.html">Coming soon</a></li>
</ul>
</li-->
<li>
<a href="#" class="dropdown-toggle" data-toggle="dropdown">EXTRA CURRICULAR <b
class="caret"></b></a>
<ul class="dropdown-menu multi-level">
<li><a href="Co-curiiicular-Activities.html">CURRICULAR ACTIVITIES</a></li>
<li><a href="Sports-and-Games.html">SPORTS AND GAMES</a></li>
<li><a href="clubs-and-societies.html">CLUBS & SOCIETIES</a></li>
<li><a href="announcements.html">ANNOUNCEMENTS</a></li>
<li><a href="news.html">NEWS AND EVENTS</a></li>
<!--li><a href="Under_Construction.html">HIGHLIGHTS & ACHIEVEMENTS</a></li-->
</ul>
</li>
<!--li>
<a href="#" class="dropdown-toggle" data-toggle="dropdown">MORE <b
class="caret"></b></a>
<ul class="dropdown-menu multi-level">
<li><a href="announcements.html">Announcements</a></li>
<li><a href="view-events.html">News & Events</a></li>
<li><a href="Activities-in-Development-Stage.html">Activities-in-Development-Stage</a></li>
<li><a href="https://en.wikipedia.org/wiki/De_La_Salle_College,_Colombo">Wikipedia</a></li>
<li><a href="Under_Construction.html">Student's Corner</a></li>
<li><a href="Under_Construction.html" target="_blank">Coming soon</a></li>
<li><a href="Under_Construction.html">Coming soon</a></li>
<li><a href="Under_Construction.html">Coming soon</a></li>
<li><a href="Under_Construction.html">Coming soon</a></li>
</ul>
</li-->
<!--li><a href="gallery.html">GALLERY</a></li-->
<!--li>
<a href="#" class="dropdown-toggle" data-toggle="dropdown">MORE <b
class="caret"></b></a>
<ul class="dropdown-menu multi-level">
<li><a href="announcements.html">Announcements</a></li>
<li><a href="view-events.html">News & Events</a></li>
<li><a href="Activities-in-Development-Stage.html">Activities-in-Development-Stage</a></li>
<li><a href="https://en.wikipedia.org/wiki/De_La_Salle_College,_Colombo">Wikipedia</a></li>
<li><a href="Under_Construction.html">Student's Corner</a></li>
<li><a href="Under_Construction.html" target="_blank">Coming soon</a></li>
<li><a href="Under_Construction.html">Coming soon</a></li>
<li><a href="Under_Construction.html">Coming soon</a></li>
<li><a href="Under_Construction.html">Coming soon</a></li>
</ul>
</li-->
<!--li><a href="contact-us.html">CONTACT US</a></li-->
<li><a href="gallery.html">GALLERY</a></li>
</ul>
</div>
<!--/.nav-collapse -->
</div>
</div>
</nav>
</header>
<!-- /header -->
<div style="text-align: center;">
<a href="#" target="_blank">
<img class="responsive-img" src="img/Meta/dlsobuogimg2thumb.png">
</a>
</div>
<section>
<style>
.post-full-meta {
background: var(--whitegrey);
font-size: 1.5rem;
font-weight: 600;
color: var(--primary);
padding: 2rem;
margin: -9rem -4rem 5rem;
border-radius: 2rem 2rem 0 0;
border-top: 0.5rem solid var(--primary);
}
.post-full-content {
position: relative;
margin: -28px auto;
margin-bottom: 0px;
padding: 4rem 4rem;
min-height: 230px;
font-size: 1.8rem;
letter-spacing: 0;
line-height: 1.6em;
background: var(--white);
border-radius: 2rem;
}
style attribute {
touch-action: pan-y;
-webkit-user-drag: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
color: #262626;
font-family: Noto Sans Sinhala,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
font-size: 1.5rem;
line-height: 1.6em;
font-weight: 400;
font-style: normal;
letter-spacing: -.003em;
text-rendering: optimizeLegibility;
background: #fff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-font-feature-settings: "liga" on;
}
body {
line-height: 1;
}
:root {
--ghost-accent-color: #800926;
}
:root {
--primary: #ff0000;
--primaryDark: #800926;
--primaryLight: #fff5f5;
--secondary: #fcc;
--accent: #db3236;
--blue: #3eb0ef;
--green: #a4d037;
--purple: #ad26b4;
--yellow: #fecd35;
--red: #f05230;
--darkgrey: #333;
--midgrey: #666;
--midlightgrey: #ccc;
--lightgrey: #f1f1f1;
--whitegrey: #fafafa;
--white: #fff;
--pink: #fa3a57;
--brown: #a3821a;
--darkPrimary: #804553;
--darkLight: #ddd;
--darkFontColor: #aaa;
--darkBackgroundBright: #555;
--darkBackgroundLighter: #444;
--darkBackgroundLight: #333;
--darkBackground: #121212;
--darkBackgroundDark: #222;
}
{
@media (max-width: 1170px)
.post-full-content {
padding: 5vw 9vw;
}
{
@media (max-width: 1170px)
.post-full-meta {
margin: -5vw -9vw 2vw;
}
</style>
</section>
<!-- Content wrapper -->
<div class="contents-wrapper">
<!-- Contents starts here -->
<section class="post-full-content">
<div class="post-full-meta noprint">
<div class="pull-right">
</div>
<h1 class="post-full-title" style="text-align: center;">OLD BOY'S UNION</h1>
</div>
<div class="post-content">
<h1>Bridge between the College and the Old Boys</h1>
</br>
<p>Welcome to our first edition of “LaSallians In Action” a publication we hope will come out quarter yearly. You’re probably aware that there are more publications in this LaSallian world that reach wide ranging audiences. So, why have another publication? A good question…and there’s a simple answer: to reach an audience somewhere between Lasallians in Sri Lanka… and it’s more than likely that you’re a member of that audience! And that is the focus of our first edition of “LaSallians In Action”.
</p>
<p>LaSallians In Action, otherwise known as LIA, is made up of ex-students of De La Salle College who have been inspired by the leadership and dedication of our founder St. John Baptist De La Salle. LIA aims to spread the LaSalle Spirit in a positive way to benefit the Students, the Director, the Staff and as well as all the Old Boys, there by to support the whole family of De La Salle College.
</p>
<p>The LaSalle Spirit is an inner spirit controlled by you to do well. The LaSalle Spirit is something that is wealthy not in money but in nature. We seek to touch the hearts of the old collegians who actively practice the LaSalle Spirit. Our future plans are to set up a network that will build a bridge between the college and the old boys.
</p>
<p>As you are aware our dear college De La Salle will be celebrating her 100th Year of existence in the year 2005. Therefore we the LaSallians In Action have drawn up plans and strategies to ensure by the year 2005. We will be in a bright and solid standard to celebrate this occasion. Since this is a long and hard journey upwards we greatly require encouragement to achieve what all of us desire.</p>
<p>The litany of woes is endless, limitless, therefore we need selfless and generous leaders like you, to go forward and accept these challenges. The challenges are obvious, but it is you who will mould and shape the approaching century. If we are going to live out our lives as true LaSallians, we can unite and set goals that are meaningful, much can be done, and change can be achieved.
</p>
<p>Remember one thing, the task ahead of us is not so enormous as the power behind us. The power behind us is our unity, our cooperation, our understanding and our good will, so please keep in mind if your mind can conceive it, if your heart can believe it, you know, you can achieve it</p>
<p>By getting involved, you can finally be a part of a group (Old Lasallians’ Union) that is made up of Old Collegians of De La Salle, who are committed to give their talents to the well being of Alma Mater. Come join us, let us go forward together and do our best as Loyal Old Boys ! </p>
<p>We now realize the need to meet and to get others to join us as well to strengthen our Lasallian Spirit. The LaSalle Spirit has many different meanings and comes in many different forms. Is there really a right one..? Whatever the answer “LaSalle Spirit” is special and generation to come will continue to carry it. Are you willing to carry it…? ……….Action…. it …..!
</p>
<p>Your response towards this may be a small step, but it is a start of a long journey. Now that our vision is crystal clear, our mission is well defined, and our aim is quite definite. All this calls for commitment, for the LaSalle Spirit.
</p>
<p>We are inviting you to take some “time out” to read through the reflections and in someway, give you an idea of the wonderful things that happened to you during your school days. Enjoy the read and, of course, we would appreciate any feed back, questions or comments by Fax: 01-507289 or Email: dlsobu@yahoo.co.uk</p>
<audio src="/melodyloops-preview-once-upon-a-christmas-fairytale-0m30s.mp3" autoplay>
<embed src="/melodyloops-preview-once-upon-a-christmas-fairytale-0m30s.mp3" width="180" height="90" hidden="true" />
</audio>
</div>
</div>
</div>
<!-- Footer -->
<div class="footer-area">
<div class="container">
<div class="sidden-sm col-md-3 footer-content-logo"><img src="https://raw.githubusercontent.com/kasuncfdo/dls/main/College%20Assests/College-Items/DLS_WEBCREST.png" class="img-responsive">
<div>
<a href="https://lms.delasalle.lk/" target="_blank">
<img src="College Assests/College-Items/access-to-lms.png" height="40px" width="auto" class="img-responsive">
</a>
</div>
</div>
<div class="col-md-3 col-sm-3 footer-content"> <div class="region region-quicklinks1">
<div id="block-block-13" class="block block-block">
<h2 style="text-align: center;,font: 1em sans-serif;" > “INDIVISA MANENT”</h2>
<div class="content">
<p style="text-align: justify;">De La Salle College, Colombo is the only school in Sri Lanka dedicated to the Patron Saint of Christian Teachers St. John Baptist de la Salle, founder of the congregation of De La Salle Brothers of the Christian Schools in Latin: "Fratres Scholarum Christianarum".</p>
</div>
</div>
</div>
</div>
<div class="col-md-3 col-sm-3 footer-content"> <div class="region region-quicklinks1">
<div id="block-block-13" class="block block-block">
<h2>Contact</h2>
<div class="content">
<p>De La Salle College<br>
Mutwal ,<br>
Colombo 15 Sri Lanka<br>
Phone: 011 2 522 125</p>
</div>
</div>
</div>
</div>
<div class="col-md-3 col-sm-3 footer-content"> <div class="region region-quicklinks2">
<div id="block-menu-menu-footer-menu" class="block block-menu">
<h2>Quick Links</h2>
<div class="content">
<ul class="menu clearfix"><li class="first leaf"><a href="History-and-Location.html" title="">History</a></li>
<li class="leaf"><a href="Organizational-Structure.html" title="">Administration</a></li>
<li class="leaf"><a href="admissions.html" title="">Admissions</a></li>
<li class="leaf"><a href="obu.html" title="">Old Boys Union</a></li>
<li class="leaf"><a href="clubs-and-societies.html" title="">Clubs and Societies</a></li>
<li class="last leaf"><a href="contact-us.html" title="">Contact us</a></li>
</ul> </div>
</div>
</div>
</div>
<div class="col-md-3 col-sm-3 footer-content"> <div class="region region-contact-us">
<div id="block-menu-menu-footer-second-menu" class="block block-menu">
<h2>Media</h2>
<div class="content">
<div>
<a href="#" target="_blank">
<img src="img/Media Unit/DLS Media Unit-footerimage.png" height="60px" width="auto" class="img-responsive">
</a>
</div>
<br>
<ul class="menu clearfix"><li class="first leaf"><a href="Privacy-Policy.html" title="">Privacy</a></li>
<li class="leaf"><a href="gallery.html" title="">Gallery</a></li>
<li class="last leaf"><a href="news.html" title="">News and Events</a></li>
</ul> </div>
</div>
</div>
</div>
<div class="col-md-3 col-sm-3 footer-content"> <div class="region region-quicklinks2">
<div id="block-menu-menu-footer-menu" class="block block-menu">
<h2>Get in touch</h2>
<div class="content">
<a href="https://www.facebook.com/DeLaSalleCollegeColombo">
<i class="fa fa-facebook" aria-hidden="true" title="Official Facebook Page"></i></a>
<a href=""><i class="fa fa-github" aria-hidden="true" title="Github Group"></i></a>
<a href="#!"><i class="fa fa-linkedin" aria-hidden="true" title="LinkedIn Profile"></i></a>
<a href="#!" title=""><i class="fa fa-twitter" aria-hidden="true" title="Official Twitter Account"></i></a>
</div>
</div>
</div>
</div>
</div>
<hr class="hr-text" data-content="">
<p style="color: rgba(248, 248, 255, 0.719); text-align: center; size: auto;">© Copyright 2021 | De La Salle College, Mutwal, Sri Lanka.<br>All Rights <svg class="heart" viewBox="0 0 32 29.6">
<path d="M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2
c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z"></path>
</svg> Reserved</p>
<!--div class="container">
<div>
<p style="text-align: justify;"><font size="auto" color="#FFFFFF">Disclaimer:<br/> The website's contents are provided primarily for informational purposes. The DLS College ICT Unite maintains and updates the informations on a regular basis. We make every effort to ensure the accuracy and completeness of the material on this website, but we cannot guarantee its completeness or correctness. The information on the DLS College Official Website cannot be used to obtain certain rights. The website may contain links to third-party organizations' websites. We are not responsibility for any consequences which may occur from the use of information obtained from these websites. Designed and Developed by Kasun Chanuka Fernando</font></p>
</div>
</div-->
</div>
</div>
</div>
<!--Footer End-->
<!--Scripts Starts-->
<script src="https://code.jquery.com/jquery-2.2.4.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<script src="https://use.fontawesome.com/434d359724.js"></script>
<script>
$(document).ready(function() {
var progressPath = document.querySelector('.progress-wrap path');
var pathLength = progressPath.getTotalLength();
progressPath.style.transition = progressPath.style.WebkitTransition = 'none';
progressPath.style.strokeDasharray = pathLength + ' ' + pathLength;
progressPath.style.strokeDashoffset = pathLength;
progressPath.getBoundingClientRect();
progressPath.style.transition = progressPath.style.WebkitTransition = 'stroke-dashoffset 10ms linear';
var updateProgress = function() {
var scroll = $(window).scrollTop();
var height = $(document).height() - $(window).height();
var progress = pathLength - (scroll * pathLength / height);
progressPath.style.strokeDashoffset = progress;
}
updateProgress();
$(window).scroll(updateProgress);
var offset = 50;
var duration = 550;
jQuery(window).on('scroll', function() {
if(jQuery(this).scrollTop() > offset) {
jQuery('.progress-wrap').addClass('active-progress');
} else {
jQuery('.progress-wrap').removeClass('active-progress');
}
});
jQuery('.progress-wrap').on('click', function(event) {
event.preventDefault();
jQuery('html, body').animate({scrollTop: 0}, duration);
return false;
})
});
</script>
<script>
setTimeout(function(){
$('.loader_bg').fadeToggle();
}, 1500);
</script>
<script>
$(document).on('click', function (e) {
var
$popover,
$target = $(e.target);
//do nothing if there was a click on popover content
if ($target.hasClass('popover') || $target.closest('.popover').length) {
return;
}
$('[data-toggle="popover"]').each(function () {
$popover = $(this);
if (!$popover.is(e.target) &&
$popover.has(e.target).length === 0 &&
$('.popover').has(e.target).length === 0)
{
$popover.popover('hide');
} else {
//fixes issue described above
$popover.popover('toggle');
}
});
})
</script>
<script type="text/javascript">
_linkedin_partner_id = "4723972";
window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || [];
window._linkedin_data_partner_ids.push(_linkedin_partner_id);
</script><script type="text/javascript">
(function(l) {
if (!l){window.lintrk = function(a,b){window.lintrk.q.push([a,b])};
window.lintrk.q=[]}
var s = document.getElementsByTagName("script")[0];
var b = document.createElement("script");
b.type = "text/javascript";b.async = true;
b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js";
s.parentNode.insertBefore(b, s);})(window.lintrk);
</script>
<noscript>
<img height="1" width="1" style="display:none;" alt="" src="https://px.ads.linkedin.com/collect/?pid=4723972&fmt=gif" />
</noscript>
</body>
</html>