-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhomePage.html
84 lines (68 loc) · 3.53 KB
/
homePage.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
<!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 class="active"><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><a href="/about">About</a></li>
<li><a href="/contact">Contact</a></li>
</ul>
</div>
<!-- Jumbotron -->
<div class="jumbotron">
<h1>Stop Donating Start Investing!</h1>
<p class="lead">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.We resolved this problem by creating a Web interface for investor and NGO which auto-generates daily/weekly/monthly/yearly report on development in project, based on updates posted by project manager.</p>
<p><a class="btn btn-lg btn-success" href="http://getbootstrap.com/examples/justified-nav/#" role="button">Get started today</a></p>
</div>
<!-- Example row of columns -->
<div class="row">
<div class="col-lg-4">
<h2>Accountability!</h2>
<p class="text-danger">Keep Track of development in Project</p>
<p></p>
<p><a class="btn btn-primary" href="/services" role="button">View details »</a></p>
</div>
<div class="col-lg-4">
<h2>History</h2>
<p>Browse through history of NGO</p>
<p><a class="btn btn-primary" href="/services" role="button">View details »</a></p>
</div>
<div class="col-lg-4">
<h2>Smooth Payement</h2>
<p>We will handle all the payement and legal details regarding trasaction.Making it as easy as 123</p>
<p><a class="btn btn-primary" href="/services" role="button">View details »</a></p>
</div>
</div>
<!-- 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>