forked from dhruvchand/jagriti
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutus.html
54 lines (48 loc) · 2.31 KB
/
aboutus.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
<!DOCTYPE html?>
<html>
<head>
<title>
About Us
</title>
<link rel="stylesheet" href="css/main.css"/>
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/bootstrap-theme.min.css"/>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,100' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Raleway:100,300' rel='stylesheet' type='text/css'>
<script src="js/jquery-1.8.3.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/main.js"></script>
</head>
<body>
<div id="main-container">
<div id="menu" class="row">
<a href="http://blog.projectjagriti.org"><div class="col-md-2">Blog</div></a>
<a href="aboutus.html"><div class="col-md-2">About Us</div></a>
<a href="index.html"><div class="col-md-4" id="logo" data-goto="1"><img src="img/logo.png"/></div></a>
<a href="ourpartners.html"><div class="col-md-2">Our Partners</div></a>
<a href="contactus.html"><div class="col-md-2">Contact Us</div></a>
</div>
<div class="row">
<div class="video">
<<<<<<< HEAD
<iframe width="853" height="480" src="//www.youtube.com/embed/p5uUnJ-D5ww" frameborder="0" allowfullscreen></iframe>
<div class="body soft-shadow" style="margin-left:17%; margin-right:17%;">
=======
<iframe width="853" height="480" src="//www.youtube.com/embed/4I343z-dksA?rel=0" frameborder="0" allowfullscreen></iframe>
</div>
<div class="body soft-shadow" style="margin:auto auto; width:1080px;">
>>>>>>> d18485c91c77046eb2e3dbe332ae54b497d3dbcc
We are students from National Institute of Technology Karnataka, who are looking to help children around the country who are denied of the joys of childhood, by being forced to work, or being subjected to abuse.<br/><br/>
This site makes it simple for people to report any case of Child Abuse or Child Rights violations that they have witnessed. The information you provide us will be passed on a suitable organisation, and they will take action based on your complaint.<br/><br/>
The Team:<br/>
Dhruv Chand<br/>
Sahana VP<br/>
Karthik S. Bhat<br/>
Sriram Rao <br/>
Maonica Rao <br/>
Manasa Sreekesh<br/>
Shivani Snehal Parikh <br/>
</div>
</div>
</div>
</body>