-
Notifications
You must be signed in to change notification settings - Fork 0
/
flabs.html
868 lines (652 loc) · 39.5 KB
/
flabs.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
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
<!DOCTYPE html>
<html lang="en">
<!-- 13:28 -->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Labs</title>
<!-- Css Files -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/font-awesome.css" rel="stylesheet">
<link href="css/flaticon.css" rel="stylesheet">
<link href="css/slick-slider.css" rel="stylesheet">
<link href="css/prettyphoto.css" rel="stylesheet">
<link href="build/mediaelementplayer.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<link href="css/color.css" rel="stylesheet">
<link href="css/color-two.css" rel="stylesheet">
<link href="css/color-three.css" rel="stylesheet">
<link href="css/color-four.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<STyle>
.wm-gallery{
padding-top: 40px;
}
#wm-footer{
color:darkgoldenrod;
}
body{
background-color:skyblue;
}
Footer{
background-color:navy;
color:darkgoldenrod;
}
#CU{
background-color:rgb(11, 151, 206);
COLOR:BLACK;
color:rgb(252, 235, 6);;
padding:2PX;
}
.mess{
display: inline;
padding-left: 150px;
}
#mess1{
color:rgb(13, 13, 58);
display: inline;
font-weight: bolder;
}
p{
text-align: left;
margin-left: 2%;
margin-right: 2%;
}
.PER{
color: azure;
font-size: xx-large;
}
#HABIB{
font-size: 12px;
font-weight: bolder;
}
#home{
display: inline;
color:black;
font-weight: bolder;
}
#acd{
display: inline;
color:black;
font-weight: bolder;
}
#fac{
display: inline;
color:black;
font-weight: bolder;
}
#stu{
display: inline;
color:black;
font-weight: bolder;
}
#HEAD{
color:navy;
font-weight: bolder;
background-color: skyblue;
text-align: center;
padding: 10px;
font-size: 24PX;
}
#logo-2{
width: 450px;
}
#divider{
padding-top: 10px;
background-color:#222845;
}
hr{
color:blue;
}
</STyle>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file://
[if lt IE 9]> -->
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<!-- [endif] -->
</head>
<body>
<DIV id="HEAD">
PN CADET COLLEGE ORMARA
</DIV>
<div id="divider"></div>
<!-- // Main Wrapper \\-->
<div class="wm-main-wrapper">
<!--// Header \\-->
<header id="wm-header" class="wm-header-one">
<!--// TopStrip \\
<!--// MainHeader \\-->
<div class="wm-main-header">
<div class="container">
<div class="row">
<div class="col-md-3"><a href="index.html" class="wm-logo" id="logo-2"><img src="images/logo-22.png" alt=""></a></div>
<div class="col-md-9">
<!--// Navigation \\-->
<nav class="navbar navbar-default">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse-1" aria-expanded="true">
<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 class="collapse navbar-collapse" id="navbar-collapse-1">
<ul class="nav navbar-nav">
<li class="active"><a href="index.html"><DIV id="CU">HOME</DIV></a>
<li class="wm-megamenu-li"><a><DIV>ABOUT</DIV></a>
<ul class="wm-megamenu">
<li class="row">
<div class="col-md-2">
<h4>ABOUT US</h4>
<ul class="wm-megalist">
<li><a href="principles.html"><DIV>PRINCIPLE'S WELCOME</DIV> </a></li>
<li><a href="a-loction.html">LOCATION</a></li>
<li><a href="ahistorical.html">HISTORICAL PROSPECTIVE</ a></li>
<li><a href="college leadership.html">COLLEGE LEADERSHIP</a></li>
<li><a href="whypn.html">WHY PN CCO</a></li>
</ul>
</div>
<div class="col-md-5">
<h4>PN CADET COLLEGE ORMARA</h4>
<div class="wm-mega-text">
PN Cadet College Ormara, founded by the Pakistan Navy in 2013 and led by its first principal, Codr Fiyyaz (Sitara-e-Imtiaz (M)), is situated in the historic city of Ormara, Balochistan. Inaugurated in 2017, the college strives to bring education to this remote area, fostering equal opportunities and competitiveness for youth in both national and global contexts. Established on June 12, 2012, by former Prime Minister Yousaf Raza Gillani, it commenced academic activities in April 2013 with a vision to become a beacon of quality education for future generations of Balochistan.
</div>
</div>
<div class="col-md-5">
<h4>CADETS ON PRADE</h4>
<a href="#" class="wm-thumbnail">
<img src="extra-images/nav/IMG_9794.JPG" alt="" />
</a>
</div>
</li>
</ul>
</li>
<li class="wm-megamenu-li"><a><DIV>Academics</DIV></a>
<ul class="wm-megamenu">
<li class="row">
<div class="col-md-2">
<h4>Academics excellence</h4>
<ul class="wm-megalist">
<li><a href="AFFILIATION AND DISCIPLINES OFFERED.html">AFFILIATION AND DISCIPLINES OFFERED</a></li>
<li><a href="role.html">Academic excellence</a></li>
<li><a href="ICPDP.html">ICPDP</a></li>
<li><a href="NAVAL ORIENTATION CURRICULUM.html">NAVAL ORIENTATION CURRICULUM</a></li>
</ul>
</div>
<div class="col-md-5">
<h4>PN CCO Academic PERFORMANCE</h4>
<div class="wm-mega-text">
<p>PN Cadet College Ormara, affiliated with the Federal Board of Intermediate & Secondary Education (FBISE) Islamabad, offers education from VIII to XII in disciplines such as Pre-Engineering, Pre-Medical, and ICS (Computer Science). Achieving a remarkable 90% overall percentage in its first federal board examinations, the college emphasizes character building, focusing on ethical values, communication skills, and a sense of patriotic commitment. A naval orientation curriculum prepares cadets for potential careers in the Pakistan Navy.</p>
</div>
</div>
<div class="col-md-5">
<h4>CADETS STUDDING IN CLASS ROOM</h4>
<a href="#" class="wm-thumbnail">
<img src="extra-images/facilities/IMG_5565.JPG" alt="" />
</a>
</div>
</li>
</ul>
</li>
<li class="wm-megamenu-li"><a href="facitlities.html"><DIV>FACILITIES</DIV></a>
<ul class="wm-megamenu">
<li class="row">
<div class="col-md-2">
<h4>FACILITIES FOR CADETS</h4>
<ul class="wm-megalist">
<li><a href="hostel.html">HOSTELS</a></li>
<li><a href="fsports.html">SPORTS FACILITIES</a></li>
<li><a href="library.html">LIBRARY</a></li>
<li><a href="mess.html">CADETS MESS</a></li>
</ul>
</div>
<div class="col-md-5">
<ul class="wm-megalist">
<br>
<br>
<li><a href="masjid.html">COLLEGE MASJID</a></li>
<li><a href="fhealth.html">HEALTH CARE</a></li>
<li><a href="flabs.html">SCIENCE LABS</a></li>
<li><a href="cafe.html">CAFETERIA</a></li>
<li><a href="faudi.html">AUDITORIUM</a></li>
</ul>
</div>
<div class="col-md-5">
<h4>NEWLY BUILT CADETS HOSTEL</h4>
<a href="#" class="wm-thumbnail">
<img src="extra-images/nav/IMG_4983.JPG" alt="" />
</a>
</div>
</li>
</ul>
</li>
<li class="wm-megamenu-li"><a href="#"><DIV>ROUTINE</DIV></a>
<ul class="wm-megamenu">
<li class="row">
<div class="col-md-2">
<h4>CADETS' LIFE</h4>
<ul class="wm-megalist">
<li><a href="Campus LIFE.html">Campus LIFE</a></li>
<li><a href="DAILY ROUTINE.html">DAILY ROUTINE</a></li>
<li><a href="HOUSE System.html">HOUSE System</a></li>
<li><a href="CADETS LEADERSHIP.html">CADETS LEADERSHIP</a></li>
<li><a href="CLUBS.html">CLUBS</a></li>
<li><a href="FIELD TRIPS AND VISITS.html">FIELD TRIPS AND VISITS</a></li>
<li><a href="SPIRITUAL LIFE.html">SPIRITUAL LIFE</
a></li>
</ul>
</div>
<div class="col-md-5">
<h4>ABOUT CADETS</h4>
<div class="wm-mega-text">
<p>
Our cadets benefit from an interactive learning environment with well-equipped academic facilities, including libraries, computer labs, and modern science laboratories. Sports facilities such as basketball, hockey, and a swimming pool are available. The daily schedule includes prayers, classes, study periods, and extracurricular activities. Leadership development is fostered through college appointments, and clubs focus on fine arts, performing arts, and information technology. Regular visits to naval installations enhance cadets' understanding of the naval profession. Participation in competitions and events at both national and international levels enriches their educational experience</p>
</div>
</div>
<div class="col-md-5">
<h4>cadets on SPORTS</h4>
<a href="#" class="wm-thumbnail">
<img src="extra-images/IMG_9987.JPG" alt="" />
</a>
</div>
</li>
</ul>
</li>
<li class="wm-megamenu-li"><a href="gallery.html"><DIV>GALLERY</DIV></a>
<ul class="wm-megamenu">
<li class="row">
<div class="col-md-2">
<h4> PICTURE GALLERY</h4>
<ul class="wm-megalist">
<li><a href="sports-galla.html">SPORTS GALLA</a></li>
<li><a href="PARENTS' DAY.html">PARENTS' DAY</a></li>
<li><a href="CULTURE DAY.html">CULTURE DAY</a></li>
<li><a href="ALL PAKISTAN TOUR.html">ALL PAKISTAN TOUR</a></li>
<li><a href="GUEST LECTURE.html">GUEST LECTURE</a></li>
</ul>
</div>
<div class="col-md-5">
<h4>EVENTS DETAILS</h4>
<div class="wm-mega-text">
<p>
Our college hosts an annual array of events such as Parents' Day, commemorations for 23rd March and 14th August, Teachers' Day, Maritime Day, Earth Day, Social Night, Musical Night, Coffee Day, and Guest Lectures. Additionally, activities like Culture Night, Drill Competition, Creative Writing Competition, and Biligul Contest contribute to a vibrant cultural and educational environment.</p>
</div>
</div>
<div class="col-md-5">
<h4>PICTURE</h4>
<a href="#" class="wm-thumbnail">
<img src="extra-images/coollage college.png" alt="" />
</a>
</div>
</li>
</ul>
</li>
<!-- <li class="wm-megamenu-li"><a href=""><DIV>CONTACT US</DIV></a>
</li> -->
<li class="wm-megamenu-li"><a href="#"><DIV>Students' Guide</DIV></a>
<ul class="wm-megamenu">
<li class="row">
<div class="col-md-2">
<h4>STUDENTS GUIDE</h4>
<ul class="wm-megalist">
<li><a href="Admission.html">Admission Policy & Schemes</a></li>
<li><a href="fee-structure.html">Fee Structure</a></li>
<li><a href="">Selection Procedure</a></li>
<li><a href="faq-page.html">frequently Asked Questions</a></li>
</ul>
</div>
<div class="col-md-5">
<h4>Admission Policy</h4>
<div class="wm-mega-text">
<p>
Admission to the college, with 50% of seats reserved for N-Cadets from Balochistan, is merit-based. Paying Cadets and Self-Finance schemes cater to other provinces. The comprehensive fee structure includes admission fees, security deposit, and annual charges. Notably, N-Cadets receive free education as all expenses are covered by the Pakistan Navy, encouraging educational opportunities for the youth from Balochistan. The selection process involves written tests, interviews, and medical examinations, with the final selection based on overall merit, considering academic performance, intelligence tests, and the selection board interview.</p>
</div>
</div>
<div class="col-md-5">
<h4>Teacher Helping Cadets</h4>
<a href="#" class="wm-thumbnail">
<img src="extra-images/nav/IMG_8561.JPG" alt="" />
</a>
</div>
</li>
</ul>
</li>
</ul>
</div>
</nav>
<!--// Navigation \\-->
</div>
</div>
</div>
</div>
<!--// MainHeader \\-->
<div id="divider"></div>
<!--// Mini Header \\-->
<div class="wm-mini-header">
<span class="wm-blue-transparent"></span>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="wm-mini-title">
<h1>facilities provided to CADETS</h1>
</div>
<div class="wm-breadcrumb">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="facitlities.html">FACILITIES</a></li>
<li>SCIENCE LABS</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!--// Mini Header \\-->
</header>
<!--// Header \\-->
<!-- <div class="gall" id="mess">
<h1 id="mess1">Basol Cadets mess</h1><br>
<div id="gall">
<br><br>
<div class="mess"><img src="extra-images/23.png" alt=""></div>
<div class="mess"><img src="extra-images/23.png" alt=""></div>
<div class="mess"><img src="extra-images/23.png" alt=""></div>
</div>
<hr> -->
<!--// Main Section \\-->
<div class="wm-main-section">
<div class="container">
<div class="row">
<!-- <div class="wm-filterable"> -->
<div class="wm-gallery">
<ul class="row">
<li class="col-md-4 wordpress">
<figure>
<img src="extra-images/nav/IMG_8610.JPG" alt="">
</figure>
</li>
<li class="col-md-4 jquery">
<figure>
<img src="extra-images/facilities/CCO3.JPG" alt="">
</figure>
</li>
<li class="col-md-4 php">
<figure>
<img src="extra-images/facilities/IMG_6360.JPG" alt="">
</figure>
</li>
<li class="col-md-4 wordpress">
<figure>
<img src="extra-images/facilities/IMG_6353.JPG" alt="">
</figure>
</li>
<li class="col-md-4 jquery">
<figure>
<img src="extra-images/facilities/IMG_6399.JPG" alt="">
</figure>
</li>
<li class="col-md-4 php">
<figure>
<img src="extra-images/facilities/IMG_6410.JPG" alt="">
</figure>
</li>
<li class="col-md-4 php">
<figure>
<img src="extra-images/facilities/IMG_8700 - Copy.JPG" alt="">
</figure>
</li>
<li class="col-md-4 php">
<figure>
<img src="extra-images/facilities/IMG_6471.jpg" alt="">
</figure>
</li>
<li class="col-md-4 php">
<figure>
<img src="extra-images/facilities/IMG_6464.jpg" alt="">
</figure>
</li>
<li class="col-md-4 php">
<figure>
<img src="extra-images/facilities/IMG_6362.JPG" alt="">
</figure>
</li>
<li class="col-md-4 php">
<figure>
<img src="extra-images/facilities/IMG_8875.JPG" alt="">
</figure>
</li>
<li class="col-md-4 php">
<figure>
<img src="extra-images/facilities/IMG_8854.jpg" alt="">
</figure>
</li>
</ul>
</div>
</div>
<div class="wm-main-section whowe-are-full">
<div class="container">
<div class="row">
<div class="col-md-6"> <figure class="wm-figure-thumb"><img src="extra-images/facilities/IMG_6402.JPG" alt=""></figure> </div>
<div class="col-md-6 wm-editore-text">
<h2 class="wm-left-border wm-color">Computer Lab</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Autem provident, similique optio commodi sapiente perferendis adipisci vel illum? Deserunt nisi nobis optio molestiae maiores neque, laudantium molestias animi consequatur architecto perferendis doloribus omnis magnam. Magni laborum quibusdam placeat inventore illo!
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Itaque molestiae earum esse mollitia non reiciendis odit beatae accusantium vero rerum harum laudantium ea ab, incidunt atque! Eum quae magnam quisquam maxime tenetur corrupti, ipsam sed minima amet a quis tempore.
</p>
<ul>
<li><i class="wmicon-mark"></i> Training in rigorous analysis</li>
<li><i class="wmicon-mark"></i> Highly developed practical competence</li>
<li><i class="wmicon-mark"></i> Excellent basis for a wide range of careers</li>
</ul>
</div>
</div>
</div>
</div>
<!--// Main Section \\-->
<!--// Main Section \\-->
<div class="wm-main-section whowe-are-full">
<div class="container">
<div class="row">
<div class="col-md-6"> <figure class="wm-figure-thumb"><img src="extra-images/CCO2.JPG" alt=""></figure> </div>
<div class="col-md-6 wm-editore-text">
<h2 class="wm-left-border wm-color">Physics Labs</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Autem provident, similique optio commodi sapiente perferendis adipisci vel illum? Deserunt nisi nobis optio molestiae maiores neque, laudantium molestias animi consequatur architecto perferendis doloribus omnis magnam. Magni laborum quibusdam placeat inventore illo!
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Itaque molestiae earum esse mollitia non reiciendis odit beatae accusantium vero rerum harum laudantium ea ab, incidunt atque! Eum quae magnam quisquam maxime tenetur corrupti, ipsam sed minima amet a quis tempore.
</p>
<ul>
<li><i class="wmicon-mark"></i> Training in rigorous analysis</li>
<li><i class="wmicon-mark"></i> Highly developed practical competence</li>
<li><i class="wmicon-mark"></i> Excellent basis for a wide range of careers</li>
</ul>
</div>
</div>
</div>
</div>
<!--// Main Section \\-->
<!--// Main Section \\-->
<div class="wm-main-section whowe-are-full">
<div class="container">
<div class="row">
<div class="col-md-6"> <figure class="wm-figure-thumb"><img src="extra-images/CCO3.JPG" alt=""></figure> </div>
<div class="col-md-6 wm-editore-text">
<h2 class="wm-left-border wm-color">Biology Lab</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Autem provident, similique optio commodi sapiente perferendis adipisci vel illum? Deserunt nisi nobis optio molestiae maiores neque, laudantium molestias animi consequatur architecto perferendis doloribus omnis magnam. Magni laborum quibusdam placeat inventore illo!
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Itaque molestiae earum esse mollitia non reiciendis odit beatae accusantium vero rerum harum laudantium ea ab, incidunt atque! Eum quae magnam quisquam maxime tenetur corrupti, ipsam sed minima amet a quis tempore.
</p>
<ul>
<li><i class="wmicon-mark"></i> Training in rigorous analysis</li>
<li><i class="wmicon-mark"></i> Highly developed practical competence</li>
<li><i class="wmicon-mark"></i> Excellent basis for a wide range of careers</li>
</ul>
</div>
</div>
</div>
</div>
<!--// Main Section \\-->
<!--// Main Section \\-->
<div class="wm-main-section whowe-are-full">
<div class="container">
<div class="row">
<div class="col-md-6"> <figure class="wm-figure-thumb"><img src="extra-images/facilities/IMG_6465.JPG" alt=""></figure> </div>
<div class="col-md-6 wm-editore-text">
<h2 class="wm-left-border wm-color">Chemistry Lab</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Autem provident, similique optio commodi sapiente perferendis adipisci vel illum? Deserunt nisi nobis optio molestiae maiores neque, laudantium molestias animi consequatur architecto perferendis doloribus omnis magnam. Magni laborum quibusdam placeat inventore illo!
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Itaque molestiae earum esse mollitia non reiciendis odit beatae accusantium vero rerum harum laudantium ea ab, incidunt atque! Eum quae magnam quisquam maxime tenetur corrupti, ipsam sed minima amet a quis tempore.
</p>
<ul>
<li><i class="wmicon-mark"></i> Training in rigorous analysis</li>
<li><i class="wmicon-mark"></i> Highly developed practical competence</li>
<li><i class="wmicon-mark"></i> Excellent basis for a wide range of careers</li>
</ul>
</div>
</div>
</div>
</div>
<!--// Main Section \\-->
<!--// Footer \\-->
<footer id="wm-footer" class="wm-footer-one">
<div id="color">
<!-- // FooterNewsLatter \\ -->
<div class="wm-footer-newslatter" style="background-color: goldenrod;color: navy;margin-top: 10px;">
<div class="container">
<div class="row">
<div class="col-md-12">
<center> <b> <a href="#"><div>Back to Top</div> </a></b></center>
</div>
</div>
</div>
</div>
<div class="wm-footer-newslatter" style="background-color: goldenrod;color: navy;margin-top: 10px;">
<div class="container">
<div class="row">
<div class="col-md-12">
<center> <b> <a href="index.html"><div>Back to Home</div> </a></b></center>
</div>
</div>
</div>
</div>
<!--// FooterNewsLatter \\
<!--// FooterWidgets \\-->
<div class="wm-footer-widget">
<div class="container">
<div class="row">
<aside class="widget widget_archive col-md-2">
<div class="wm-footer-widget-title" > <h5 id="color"> About Us</h5> </div>
<!-- <ul class="wm-megalist"> --> <ul>
<li><a href="principles.html" id="color">PRINCIPLE'S WELCOME</a></li>
<li><a href="a-loction.html" id="color">LOCATION</a></li>
<li><a href="ahistorical.html" id="color">HISTORICAL PROSPECTIVE</ a></li>
<li><a href="college leadership.html" id="color">COLLEGE LEADERSHIP</a></li>
<li><a href="whypn.html" id="color">WHY PN CCO</a></li>
</ul>
</aside>
<aside class="widget widget_archive col-md-2">
<div class="wm-footer-widget-title"> <h5 id="color">FACILITIES</h5> </div>
<ul>
<li ><a href="hostel.html" id="color">HOSTELS</a></li>
<li><a href="fsports.html" id="color">SPORTS FACILITIES</a></li>
<li><a href="library.html" id="color">LIBRARY</a></li>
<li><a href="mess.html" id="color">CADETS MESS</a></li>
<li><a href="masjid.html" id="color">COLLEGE MASJID</a></li>
<li><a href="fhealth.html" id="color">HEALTH CARE</a></li>
<li><a href="flabs.html" id="color">SCIENCE LABS</a></li>
<li><a href="cafe.html" id="color"> CAFETERIA</a></li>
<li><a href="faudi.html" id="color">AUDITORIUM</a></li>
</ul>
</aside>
<aside class="widget widget_archive col-md-2">
<div class="wm-footer-widget-title"> <h5 id="color">ACADEMICS</h5> </div>
<ul>
<li><a href="AFFILIATION AND DISCIPLINES OFFERED.html" id="color">AFFILIATION AND DISCIPLINES OFFERED</a></li>
<li><a href="role.html" id="color">Academic excellence</a></li>
<li><a href="ICPDP.html" id="color">ICPDP</a></li>
<li><a href="NAVAL ORIENTATION CURRICULUM.html" id="color">NAVAL ORIENTATION CURRICULUM</a></li>
</ul>
</aside>
<aside class="widget widget_archive col-md-2">
<div class="wm-footer-widget-title"> <h5 id="color">CADETS' LIFE</h5> </div>
<ul >
<li><a href="DAILY ROUTINE.html" id="color">DAILY ROUTINE</a></li>
<li><a href="HOUSE System.html" id="color">HOUSE System</a></li>
<li><a href="CADETS LEADERSHIP.html" id="color">CADETS LEADERSHIP</a></li>
<li><a href="CLUBS.html" id="color">CLUBS</a></li>
<li><a href="FIELD TRIPS AND VISITS.html" id="color">FIELD TRIPS AND VISITS</a></li>
<li><a href="SPIRITUAL LIFE.html" id="color">SPIRITUAL LIFE</
a></li>
</ul>
</aside>
<aside class="widget widget_archive col-md-2">
<div class="wm-footer-widget-title"> <h5 id="color">PICTURE GALLERY</h5> </div>
<ul>
<li><a href="sports-galla.html" id="color">SPORTS GALLA</a></li>
<li><a href="PARENTS' DAY.html" id="color">PARENTS' DAY</a></li>
<li><a href="CULTURE DAY.html" id="color">CULTURE DAY</a></li>
<li><a href="ALL PAKISTAN TOUR.html" id="color">ALL PAKISTAN TOUR</a></li>
<li><a href="GUEST LECTURE.html" id="color">GUEST LECTURE</a></li>
</ul>
</aside>
<aside class="widget widget_archive col-md-2">
<div class="wm-footer-widget-title"> <h5 id="color">STUDENTS GUIDE</h5> </div>
<ul>
<li><a href="Admission.html" id="color">Admission Policy</a></li>
<li><a href="fee-structure.html" id="color">Fee Structure</a></li>
<li><a href="Selection-procedure.html" id="color">Selection Procedure</a></li>
<li><a href="DOWNLOADS.HTML" id="color">Downloads</a></li>
<li><a href="contact us.html" id="color">Contact Us</a></li>
</ul>
</aside>
</div>
</div>
</div>
<!--// FooterWidgets \\
</footer>
<!--// Footer \\-->
<div class="clearfix"></div>
</div>
<!--// Main Wrapper \\-->
<!-- jQuery (necessary for JavaScript plugins) -->
<script type="text/javascript" src="script/jquery.js"></script>
<script type="text/javascript" src="script/modernizr.js"></script>
<script type="text/javascript" src="script/bootstrap.min.js"></script>
<script type="text/javascript" src="script/jquery.prettyphoto.js"></script>
<script type="text/javascript" src="script/jquery.countdown.min.js"></script>
<script type="text/javascript" src="script/fitvideo.js"></script>
<script type="text/javascript" src="script/skills.js"></script>
<script type="text/javascript" src="script/slick.slider.min.js"></script>
<script type="text/javascript" src="script/waypoints-min.js"></script>
<script type="text/javascript" src="build/mediaelement-and-player.min.js"></script>
<script type="text/javascript" src="script/isotope.min.js"></script>
<script type="text/javascript" src="script/jquery.nicescroll.min.js"></script>
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js"></script>
<script type="text/javascript" src="script/functions.js"></script>
<DIV id="copyright"><p>
<br><br> copyright © 2013 - 2023 ccormara.edu.pk All rights reserved.</p></DIV>
<!--// FooterCopyRight \\-->
<div class="wm-copyright">
<div class="container">
<div class="row">
<div class="wm-footer-icons">
<a href="#" class="wmicon-social5"></a>
<a href="#" class="wmicon-social4"></a>
<a href="#" class="wmicon-social3"></a>
<a href="#" class="wmicon-vimeo"></a>
</div>
<aside class="widget widget_gallery col-md-3">
<div class="wm-footer-widget-title"> <h5>Developed by:</h5> </div>
<ul class="gallery">
<!-- <div class="col-md-6"> <p><a target="_blank" href="#"><B>HABIB HASSAN</B></a></p>
</div> -->
<li><a title="" data-rel="prettyPhoto[gallery1]" href="extra-images/teacher/IMG_5757.JPG">
<img src="extra-images/teacher/IMG_5757.JPG" alt=""><a href=""> HABIB HASSAN</a></a></li>
</ul>
</aside>
</div>
</div>
</div>
<!--// FooterCopyRight \\-->
</body>
<!-- 15:20 -->
</html>