forked from narendrashetty/Cmrit-Mca
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsocial.php
118 lines (98 loc) · 3.83 KB
/
social.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Social Concern</title>
<!-- Le styles -->
<link href="css/style.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<script src="js/jquery-1.7.1.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/tms-0.4.1.js"></script>
<script src="js/jcarousellite.js" type="text/javascript"></script>
<script src="js/slider-dropdown.js"></script>
<link href='http://fonts.googleapis.com/css?family=Voltaire' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
</head>
<body id="p2">
<div class="container">
<header>
<div class="head-content">
<div class="row-fluid">
<div class="span9 pull-right nav-align">
<ul class="nav nav-pills nav-property">
<li><a href="index.php">Home</a></li>
<li id="about"><a href="#" class="account">about us</a>
<div class="submenu">
<ul class="root">
<li ><a href="about.php">Vision</a></li>
<li ><a href="about.php">Mission</a></li>
<li ><a href="about.php">About Department</a></li>
<li ><a href="about.php">Our Staffs</a></li>
<li ><a href="course.php">Course Details</a></li>
<li ><a href="admission.php">Admission</a></li>
<li ><a href="contact.php">Contact Us</a></li>
</ul>
</div>
</li>
<li id="beyond" class="active"><a href="#" class="account">Beyond Syllabus</a>
<div class="submenu">
<ul class="root">
<li ><a href="lifeskill.php">Life Skills</a></li>
<li ><a href="extra.php">Extra Curricular</a></li>
<li ><a href="counseling.php">Counseling</a></li>
<li ><a href="guest.php">Guest Lectures</a></li>
<li ><a href="icp.php">ICP Process</a></li>
<li ><a href="newsletter.php">NewsLetter</a></li>
<li ><a href="social.php">Social Concern</a></li>
<li ><a href="technical.php">Technical Fest</a></li>
</ul>
</div>
</li>
<li><a href="placement.php">Placement</a></li>
<li><a href="research.php">Research Initiatives</a></li>
<li><a href="achievements.php">Achievements</a></li>
<li><a href="alumni.php">Alumni</a></li>
</ul>
</div>
<div class="span2 pull-left logo-align">
<img src="images/logo-small.png" />
</div>
</div>
</div>
</header>
<div class="mca">
Department Of <span style="color:#a6b032;"> MCA</span>
</div>
<div class="content">
<div class="span10">
<div class="span4 pull-right">
<h2> </h2>
<hr />
<img src="images/social.jpg" class="thumbnail"/>
</div>
<h2>Social Concern</h2>
<hr />
<p>
We, in many forms, latently borrow a lot from the Society that helps us become a successful professional in life. And most of the times, this remains a neglected part of life, making each of us realize, at least at one or more instances that we wanted to do something in return for the Society.
</p>
<p>
We being in the noble profession of Education get a wonderful opportunity to do our part by offering our services to the less-fortunate citizens by the means of regular interventions under the banner of “Sahyog” – the Social Concern activity conducted by the Department.
</p>
<p>
Under “Sahyog”, we organize ‘Shramdaan’ and Donation of Groceries and other essentials at Old Age Homes and Orphanages.
</p>
<div class="clear"></div>
</div>
</div>
<footer>
<div class="container_12">
<div class="span8">
All Rights Reserved ©
</div>
</div>
</footer>
</div> <!-- /container -->
</body>
</html>