forked from kasuncfdo/dls
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog1.html
804 lines (709 loc) · 38.7 KB
/
blog1.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
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>De La Salle College Colombo 15 | Blogs</title>
<!--Style Starts-->
<link rel="icon" type="image/png" href="img/IIITV_Logo_1x1_small.png">
<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/scroll.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<style>
.navbar-nav li{
list-style: none;
}
.navbar-nav li a{
position: relative;
color: #333;
text-decoration: none;
}
.navbar-nav li a:before{
content: '';
position: absolute;
bottom: 0;
left: 0;
height: 3px;
width: 0%;
background: #f31111;
border-radius: 12px;
transition: all 0.4s ease;
}
.navbar-nav li a:hover:before{
width: 100%;
}
.navbar-nav li.center a:before{
left: 50%;
transform: translateX(-50%);
}
</style>
<body>
<!-- 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><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="gif/about.gif">
</a>
</div>
<section>
<style>
@media (max-width: 480px) {
.card{
margin-top: -2.6rem;
}
}
.wrapper{
min-height: -0rem;
}
h2 {
margin-top: 0;
}
.card {
padding: 4.1rem;
/* background: #fff; */
/* max-width: 1288px; */
border-radius: 20px;
/* margin: 60px auto; */
}
/*color: #fff;
backdrop-filter: blur(10px);***/
.highlight {
font-weight: bold;
color: #294;
}
.shadow1 {
box-shadow: 0 5px 10px rgba(154, 160, 185, 0.219), 0 15px 40px rgba(166, 173, 201, 0.274);
}
.shadow2 {
box-shadow: 0 7px 30px -10px rgba(150,170,180,0.5);
}
/************ .contents-wrapper{
background-image: url("./img/bg\ layer.jpg");
} ****************/
</style>
</head>
<body>
<!--div class="movie_card" id="bright">
<div class="info_section">
<div class="movie_header">
<img class="locandina" src=""/>
</div>
<div class="movie_desc">
<p class="text">
Set in a world where fantasy creatures live side by side with humans. A human cop is forced to work with an Orc to find a weapon everyone is prepared to kill for.
</p>
</div>
<div class="movie_extras">
<ul>
<li><span class='extras'>1 Season </span></li>
<li><span class='extras'>12 Eps </span></li>
<li><span class='extras'>Completed </span></li>
</ul>
</div>
</div>
<div class="blur_back bright_back"></div>
</div-->
</div>
</div>
<!-- Content wrapper -->
<div class="contents-wrapper">
<!-- Contents starts here -->
<div class="card shadow1">
<h1>About us</h1>
<p>De La Salle College, situated at the entrance to the fishing community at
Mutwal, where the less - privileged and the marginalized eke out a modest
existence, has been a haven of knowledge and inspiration to all and sundry
during the last hundred years. It has very faithfully and constructively served
thousands and thousands of students, adequately equipping them to face the
challenges and exigencies of modern society, with courage and optimism.</p>
<p>De La Salle College was opened on 01 st February 1905 with 22 boys on roll. The
object of this School is to give the boys of the Mutwal mission an opportunity to
receive an elementary English Education. It is the first “English School” to be set
up in this part of Colombo North.</p>
<p>Starting from cadjan sheds and horse stable structures, the school now has a set
of good buildings; one section of it has edged towards the cliff, overlooking the
Indian Ocean.</p>
<p>The De La Salle Brothers who started this school, and who still have a hand in its
management, strive to make their contribution to build up the just society through
education of youth. Their guiding principle is that men must learn to live with love
– maithriya in Buddhism – because love encompasses all.</p>
<p>To be without love is to be like sounding brass. One must avoid the first place in
the table, and banish the scowl of plety from his face. Many may passed out of
their hands strive to live up to the golden rule.</p>
<p>De La Salle was at first meant to be a practical school a kind of training school
for young Brothers who had accepted the life of the monk-teacher and who were,
and are inspired by the Founder’s promise that “those who instruct many unto
justice shall shine as stars for all eternity”.</p>
<p>Over the years eminent educationists, both De La Salle Brothers and Secular
Teachers have adorned the educational firmament of the College, imparting a
sound moral and values education. Apart from teaching them the rudiments, they
also have taught them various skills that would ensure their future. Character
formation was given the pride of place so that our students would become
responsible, trustworthy and productive citizens of the country.</p>
<p>De La Salle College’s persevering efforts to maintain the best traditions of
Catholic education in the midst of many local difficulties and to bring the benefits
of a Sound Catholic education to the sons of the struggling families of the
neighbourhood.</p>
<p>Local difficulties against which the developments of the institution had struggled
during those 100 years of her existence: lack of space, want of financial support
due to the general poverty of the locality, and continual changes of the
government in Sri Lanka.</p>
<p>De La Salle College has rendered valuable service to the people of Mutwal by
toning up the rising generation culturally and religiously. In its own way, it has
sent its alumni into various walks of life both in the Church and the State.</p>
<p>One may regret it has failed to produce many educated fishermen to re-orientate
the fishing industry of Colombo North. The sons of fishermen have gone to other
fields of Endeavour, and the fishing industry here is languishing.</p>
<p>True education aims at the full and balanced development of the child so that he
may have a happy, peaceful and meaningful life on earth, while preparing for his
eternal destiny. In the process, therefore, it turns out citizens of the highest
caliber.</p>
<p>This Institution has a proud record of dedicated service to the community since
1905 and marked its Centenary – “De La Salle Siyawasa” in 2005.</p>
<p>Though elaborate plans were made to mark this historical event more fittingly
and meaningfully, the unexpected natural disaster, the Tsunami, which shook not
only Sri Lanka but the entire South Asian Region – coincided with the Centenary
and therefore all plans came to a standstill.</p>
<p>Due to the Tsunami Disaster, the Mutwal – Mattakuliya Beach Area too was
badly affected. There were over 600 persons from about 144 displaced families
given accommodation at our school for over three weeks. Our buildings,
furniture, toilets, etc too were extensively damaged during this period. There are
around 20 families still in Refugee Camps and students come to school from this
camp situation. There are over 200 students who are victims in various ways are
still in school and this is about ¼ of the total student population. We had assisted
them in many ways and need to accompany these students and their families to
restart and reorganize their school life and family life apart from the needs of the
school in its Maintenance, Renovation and Modernization Projects.</p>
<p>It is our hope and prayer that De La Salle College will yield still more abundant
fruits for the glory of God and the welfare of Sri Lanka’s citizens.</p>
<p></p>
</div>
</div>
</div>
</body>
</section>
</html>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css"
integrity="sha512-YWzhKL2whUzgiheMoBFwW8CKV4qpHQAEuvilg9FAn5VJUDwKZZxkJNuGM4XkWuk94WCrrwslk8yWNGmY1EduTA=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
</head>
<style>
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap");
body {
font-family: "Poppins", sans-serif;
}
</style>
</script>
<p></p>
<p></p>
<p></p>
<p></p>
</div>
</div>
<style>
.news-grid {
position: relative;
background: #fff;
border-radius: 5px;
overflow: hidden;
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
margin: 10px 0px 10px 0px;
}
.news-grid-image {
width: 100%;
height: 280px;
overflow: hidden;
}
.news-grid-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: .5s;
}
.news-grid-box {
display: block;
position: absolute;
text-align: center;
background: #0a0b3b;
left: -80px;
top: 15px;
padding: 10px;
transition: .5s;
}
.news-grid-box h1 {
color: #fff;
font-size: 30px;
font-weight: 400;
letter-spacing: 2px;
padding-bottom: 5px;
border-bottom: 1px solid rgba(255, 255, 255, .3);
margin-bottom: 5px;
}
.news-grid-box p {
color: #fff;
font-size: 14px;
font-weight: 400;
margin-bottom: 0px;
}
.news-grid-txt {
padding: 25px;
}
.news-grid-txt span {
color: #0a0b3b;
font-size: 13px;
font-weight: 500;
letter-spacing: 4px;
text-transform: uppercase;
}
.news-grid-txt h2 {
color: #111;
font-size: 20px;
font-weight: 500;
letter-spacing: 1px;
margin: 10px 0px 5px 0px;
}
.news-grid-txt ul {
padding: 0;
margin: 0;
}
.news-grid-txt ul li {
list-style: none;
display: inline-block;
color: #999;
font-size: 14px;
font-weight: 300;
margin: 8px 10px 8px 0px;
letter-spacing: 1px;
}
.news-grid-txt ul li i {
color: #0a0b3b;
font-size: 14px;
font-weight: 500;
margin-right: 5px;
}
.news-grid-txt p {
color: #222;
font-size: 14px;
font-weight: 300;
line-height: 170%;
letter-spacing: 1.5px;
border-bottom: 1px solid #ececec;
padding-bottom: 15px;
margin-bottom: 25px;
}
.news-grid-txt a {
color: #fff;
background: #0a0b3b;
padding: 8px 20px;
border-radius: 50px;
font-size: 14px;
font-weight: 300;
line-height: 30px;
letter-spacing: 1px;
text-decoration-line: none;
transition: .5s;
}
/*Hover-Section*/
.news-grid:hover .news-grid-box {
left: 15px;
transition: .5s;
}
.news-grid:hover .news-grid-image img {
filter: grayscale(1);
transform: scale(1.1);
transition: .5s;
}
.news-grid:hover .news-grid-txt a {
text-decoration-line: none;
color: #fff;
letter-spacing: 2px;
transition: .5s;
}
</style>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" crossorigin="anonymous">
<div class="news-wrap">
<div class="container">
<div class="row">
<div class="col-md-4 col-lg-4 m-15px-tb">
<div class="news-grid">
<div class="news-grid-image"><img src="News and Events/Main-Thumbsmod.jpg" alt="">
<div class="news-grid-box">
<h1>11</h1>
<p>May</p>
</div></div>
<div class="news-grid-txt">
<span>EVENTS</span>
<h2>The Kingdom by the sea turns 116th years</h2>
<ul>
<li><i class="fa fa-calendar" aria-hidden="true"></i> May 11, 2021</li>
<li><i class="fa fa-user" aria-hidden="true"></i> Admin</li>
</ul>
<p>Today marks 116 years since De La Salle College, Colombo, was founded on February 1, 1095.</p>
<a href="https://www.facebook.com/DeLaSalleCollegeColombo/">Read More...</a>
</div>
</div>
</div>
<div class="col-md-4 col-lg-4 m-15px-tb">
<div class="news-grid">
<div class="news-grid-image"><img src="img/dlsd.jpg" alt="">
<div class="news-grid-box">
<h1>11</h1>
<p>Dec</p>
</div></div>
<div class="news-grid-txt">
<span>NEWS</span>
<h2>Our New College Website Has Been Launched</h2>
<ul>
<li><i class="fa fa-calendar" aria-hidden="true"></i> Dec 11, 2021</li>
<li><i class="fa fa-user" aria-hidden="true"></i> Admin</li>
</ul>
<p>we are so excited to announce The launch of our redesigned website and launch announcement on December 11th, 2021, after nearly two months of the efforts and dedication of our college student Mast Kasun Chanuka.</p>
<a href="news/our-new-college-website-has-been-launched.php.html">Read More...</a>
</div>
</div>
</div>
<div class="col-md-4 col-lg-4 m-15px-tb">
<div class="news-grid">
<div class="news-grid-image"><img src="img/dlsobucrest.jpg" alt="">
<div class="news-grid-box">
<h1>24</h1>
<p>Sep</p>
</div></div>
<div class="news-grid-txt">
<span>ALUMNI</span>
<h2>Heading Will Be Here</h2>
<ul>
<li><i class="fa fa-calendar" aria-hidden="true"></i> Sep 24, 2020</li>
<li><i class="fa fa-user" aria-hidden="true"></i> Admin</li>
</ul>
<p>Lorem, ipsum dolor sit amet consectetur, adipisicing elit. Consequuntur aspernatur reprehenderit velit est voluptatum, voluptas amet quasi dicta consectetur.</p>
<a href="#">Read More...</a>
</div>
</div>
</div>
</div>
</div>
</div></div>
</br>
</br>
</br>
</br>
</br>
</br>
</br>
<!-- 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://www.dhanum-saviya.blogspot.com" 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="">School Administration</a></li>
<li class="leaf"><a href="obu.html" title="">OBU</a></li>
<li class="leaf"><a href="admissions.html" title="">Scholarships</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">
<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="blog.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 Reserved</p>
</div>
</div>
</div>
<!--/Footer-->
</div>
<!--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).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>
</body>
</html>