-
Notifications
You must be signed in to change notification settings - Fork 0
/
services.html
159 lines (129 loc) · 6.17 KB
/
services.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>JC Bilingual School - Rajwanti Public Academy</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/modern-business.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link rel="icon" type="image/png" href="images/favicon.ico">
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">JC Bilingual School - Rajwanti Public Academy</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="about.html">About</a>
</li>
<li>
<a href="services.html">Mission</a>
</li>
<li>
<a href="pictures.html">Pictures</a>
</li>
<li>
<a href="graduates.html">Graduates</a>
</li>
<li>
<a href="expenses.html">Our Expenses</a>
</li>
<li>
<a href="contact.html">Contact US</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Page Content -->
<div class="container">
<!-- Page Heading/Breadcrumbs -->
<div class="row">
<div class="col-lg-12">
<ol class="breadcrumb">
<li><a href="index.html">Home</a>
</li>
<li class="active">Mission</li>
</ol>
</div>
</div>
<!-- /.row -->
<h2> Our Mission </h2>
<h5>Education is an empowering tool!<br>
Maybe if every one did a little bit to help educate, things would start looking better.</h5>
<!-- Image Header -->
<div class="row">
<div class="col-lg-12">
<img class="img-responsive" src="images/missions.jpg" alt="">
</div>
</div>
<!-- /.row -->
<!-- Content Mission-->
<br>
<p><i> The mission of J C Bilingual School and Youth Empowerment Society is to better lives of impoverished children through improving literacy, nutrition and vocational skills of youngsters.</i>
<p>
Inspiration behind J.C.B. School /Rajwanti Public Academy
</p>
<p>
"The disparity that has existed in India all around me in clear view has always tugged at my heartstrings and I have felt compelled to devise ways to erase it however I could. When I was six years old, I would take bags full of food, laddoo ( Indian sweets), mathri (Indian salty crackers), fruits, nuts - whatever I found in my Grandmother's pantry - and give it to poor kids on an almost daily basis.I did not understand why we stored good food when starving children were right outside my door. As I grew up, I saw hunger in the eyes of children my age who were refugees in Delhi from Pakistan after the 1947 partition of India. They yearned for warm sweaters in the winter and the food their more fortunate classmates enjoyed. I saw the incredibly desperate need, and no alternative but to help. I have experienced the joy of sharing my blessings with children who live on the street so they could become successful and independent.Early on I realized I could afford to give a small amount of support that had an amazing potential to change a life for the better. This was an incredibly empowering realization for a child and it continues to motivate me to this day."
</p>
</br>
<p align="right">
-Promilla Gupta
</p>
<hr style="border: 1px solid #808080" width="100%">
<div class="col-md-3" padding-right="none">
<h4 class="prefooter-title">Email Us</h4>
<a href="mailto:diptimithal@yahoo.co.in"><img width="77px" height="77px class="socialicon"
src="./images/email.png"></a>
</div>
<div class="col-md-3">
<h4 class="prefooter-title">SUPPORT</h4>
<p>Help us raise funds !</p><br>
<a href="join-in"class="btn btn-lg btn-primary" style="background: #4682B4; border: none;">DONATE NOW</a>
</div>
<div class="col-md-3">
<h4 class="prefooter-title">Call Us</h4>
<p>Contact Detail (INDIA)</p><br>
<a class="btn btn-lg btn-primary" style="background: #4682B4; border: none;">(+91) 9837569975</a>
</div>
<div class="col-md-3">
<h4 class="prefooter-title">Visit Our FaceBook Page</h4>
<a href="https://www.facebook.com/pages/JC-Bilingual-School-Rajwanti-Public-Academy/691224567558710?fref=ts ">
<img src="images/fb.png" width="77px" padding-left="400px" height="77px"><a></td>
</div>
<hr>
<div class="col-lg-12">
<p>JC Bilingual School © 2015</p>
</div>
<!-- /.container -->
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>