Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Your IP : 18.219.107.243
Current Path : /kop/ |
| Current File : //kop/nav_aim.php |
<!DOCTYPE html>
<html lang="en">
<?php
include("header.php")
?>
<body>
<div class="row_1">
<div class="column_1" style="padding-bottom: 15px;">
<div class="col-xs-12 col-sm-4 col-md-3 col-lg-3" style="max-width: 100%; width:210px;">
<h6 style="color: black;">Quick Links</h6>
<hr><a href="dep_navy.php" style="color: currentcolor; font-weight: 400;"><i style='font-size:24px' class='fa fas'></i> About the Department </a><br>
<br><a href="nav_aim.php" style="color: currentcolor; font-weight: 400;"><i style='font-size:24px' class='fa fas'></i> Aims of NCC</a><br>
<br><a href="nav_camps.php" style="color: currentcolor; font-weight: 400;"><i style='font-size:24px' class='fa fas'></i> Camps</a><br>
<br><a href="nav_act.php" style="color: currentcolor; font-weight: 400;"><i style='font-size:24px' class='fa fas'></i> Activities Conducted</a><br>
<br><a href="nav_oth.php" style="color: currentcolor; font-weight: 400;"><i style='font-size:24px' class='fa fas'></i> Other Activities</a><br>
<br><a href="nav_achive.php" style="color: currentcolor; font-weight: 400;"><i style='font-size:24px' class='fa fas'></i> Achivements</a><br>
<br><a href="nav_opp.php" style="color: currentcolor; font-weight: 400;"><i style='font-size:24px' class='fa fas'></i> Opportunities</a><br>
<br><a href="nav_rep.php" style="color: currentcolor; font-weight: 400;"><i style='font-size:24px' class='fa fas'></i> Report</a><br>
</div>
</div>
<!-- <br>
<br> -->
<div class="column_1">
<div class="col-xs-12 col-sm-8 col-md-9 col-lg-9" style="max-width: 100%;">
<h3 class="display-" style=" color: black;">Aims of NCC</h3>
<hr>
<p style="font-size: 20px; font-weight: 400; text-align: justify;">The aims of NCC are mainly three-fold:</p>
<ul class="list-group">
<div data-aos="fade-right">
<p style="font-size: 20px; font-weight: 400; text-align: justify;"> 1.To develop following qualities in the cadets :</p>
<li class="list-group-item" style="background: #c29a8f;">Character
</li>
</div>
<div data-aos="fade-left">
<li class="list-group-item" style="background: #c29a8f;">Comradeship
</li>
</div>
<div data-aos="fade-right">
<li class="list-group-item" style="background: #c29a8f;">Discipline
</li>
</div>
<div data-aos="fade-left">
<li class="list-group-item" style="background: #c29a8f;">Secular outlook
</li>
</div>
<div data-aos="fade-right">
<li class="list-group-item" style="background: #c29a8f;">Spirit of adventure
</li>
</div>
<div data-aos="fade-left">
<li class="list-group-item" style="background: #c29a8f;">Ideals of selfless service
</li>
</div>
<br>
<p style="font-size: 20px; font-weight: 400; text-align: justify;"> 2.To create a human resource of organised, trained and motivate youth to provide leadership
in all walks of life who will serve the Nation regardless of which career they choose.</p>
<p style="font-size: 20px; font-weight: 400; text-align: justify;"> 3.To provide an environment conducive to motivating young Indians to choose the Armed
Forces as a career.</p>
</div>
</div>
</body>
<script>
AOS.init();
</script>
<?php
include("footer.php")
?>
</html>
|