-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaboutPage.html
67 lines (52 loc) · 3.04 KB
/
aboutPage.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
<!DOCTYPE html>
<!-- saved from url=(0047)http://getbootstrap.com/examples/justified-nav/ -->
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<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>CSR</title>
<!-- Bootstrap core CSS -->
<link href="http://getbootstrap.com/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="http://getbootstrap.com/examples/justified-nav/justified-nav.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="masthead">
<h3 class="text-muted">Crowd Sourcing Report</h3>
<ul class="nav nav-justified">
<li><a href="/">Home</a></li>
<li><a href="/projects">Projects</a></li>
<li><a href="/services">Services</a></li>
<li><a href="/signIn">Sign-In</a></li>
<li class="active"><a href="/about">About</a></li>
<li><a href="/contact">Contact</a></li>
</ul>
</div>
<h2>What do we do?</h2>
<p>Corporate investor require frequent updates on their investment. This applies to Social Causes as well, but majority of NGO's don't have expertise to create a system that could automate this task. This causes mistrust in investor and deter small investor. This can be resolved by creating a Web Based interface for investor and NGO which auto-generate daily/weekly/monthly/yearly report on development in project, based on updates posted by project manager.Such a kind of system would also create a marketplace for NGO projects.</p>
<br>
<h3>How is it Beneficial?</h3>
<ul>
<li>This project will bring accountability into transaction of NGO which will provide positive incentive for investor</li>
<li>It will increase project visibility, since it aims to create a marketplace for NGO Project</li>
<li>Project will be stored as sequence of quantifiable tasks which can be easily tracked by Investor and Project Manager. This will bring in the rigour of Industrial Project that NGO most often lack</li>
</ul>
<!-- Site footer -->
<div class="footer">
<p>©Guddu Gang Company 2014</p>
</div>
</div> <!-- /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
</body></html>