-
Notifications
You must be signed in to change notification settings - Fork 1
/
terms.php
129 lines (96 loc) · 6.28 KB
/
terms.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
119
120
121
122
123
124
125
126
127
128
129
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>Fundr Africa</title>
<!-- Bootstrap core CSS -->
<link href="stylesheets/css/bootstrap.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="../../assets/js/html5shiv.js"></script>
<script src="../../assets/js/respond.min.js"></script>
<![endif]-->
<!-- Custom styles for this template -->
<link href="stylesheets/css/carousel.css" rel="stylesheet">
<link href="stylesheets/css/nav.css" rel="stylesheet">
<link href="stylesheets/css/buttons.css" rel="stylesheet">
</head>
<!-- NAVBAR
================================================== -->
<body>
<div class="navbar-wrapper mynavbar-wrapper">
<!--div class="container"-->
<div class="navbar navbar-inverse navbar-static-top mynavbar">
<div class="container mycontainer">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand title" href="/">Fundr Africa</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a class="text" href="/discover">Discover</a></li>
<li><a class="text" href="/learn">Learn</a></li>
<li><a class="text" href="/create">Create</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a id="signin"href="#">Sign Up</a></li>
<li><a href="#">Log In</a></li>
<li>
<form class="navbar-form navbar-right hidden-md" role="search">
<div class="form-group">
<input type="text" class="form-control" placeholder="Search">
</div>
</form>
</li>
</ul>
</div>
</div>
<!--/div-->
</div>
</div>
<div class="sub-header">
<div class="container mycontainer">
<p class="tagline">Terms</p></div>
</div>
<!-- Carousel
================================================== -->
<div class="container mycontainer">
<div class="jumbotron">
<h4><strong>FundrAfrica Terms and Conditions ("Agreement")</strong></h4>
<h4>Please read these Terms and Conditions ("Agreement", "Terms and Conditions") carefully before using http://fundrafrica.com ("the Site") operated by Fundr Africa LLC ("us", "we", or "our"). This Agreement sets forth the legally binding terms and conditions for your use of the Site at http://fundrafrica.com.</h4>
<h4>By accessing or using the Site in any manner, including, but not limited to, visiting or browsing the Site or contributing content or other materials to the Site, you agree to be bound by these Terms and Conditions. Capitalized terms are defined in this Agreement.</h4><br>
<h4><strong>Intellectual Property</strong><br>The Site and its original content, features and functionality are owned by Fundr Africa LLC and are protected by international copyright, trademark, patent, trade secret and other intellectual property or proprietary rights laws.</h4><br>
<h4><strong>Termination</strong><br>We may terminate your access to the Site, without cause or notice, which may result in the forfeiture and destruction of all information associated with you. All provisions of this Agreement that by their nature should survive termination shall survive termination, including, without limitation, ownership provisions, warranty disclaimers, indemnity, and limitations of liability.</h4><br>
<h4><strong>Links To Other Sites</strong><br />Our Site may contain links to third-party sites that are not owned or controlled by Fundr Africa LLC.</h4>
<h4>Fundr Africa LLC has no control over, and assumes no responsibility for, the content, privacy policies, or practices of any third party sites or services. We strongly advise you to read the terms and conditions and privacy policy of any third-party site that you visit.</h4><br>
<h4><strong>Governing Law</strong><br />This Agreement (and any further rules, polices, or guidelines incorporated by reference) shall be governed and construed in accordance with the laws of Greater Accra, Ghana, without giving effect to any principles of conflicts of law.</h4><br>
<h4><strong>Changes To This Agreement</strong><br />We reserve the right, at our sole discretion, to modify or replace these Terms and Conditions by posting the updated terms on the Site. Your continued use of the Site after any such changes constitutes your acceptance of the new Terms and Conditions.</h4>
<h4>Please review this Agreement periodically for changes. If you do not agree to any of this Agreement or any changes to this Agreement, do not use, access or continue to access the Site or discontinue any use of the Site immediately.</h4><br>
<h4><strong>Contact Us</strong><br />If you have any questions about this Agreement, please contact us.</h4>
</div>
</div>
<!-- Marketing messaging and featurettes
================================================== -->
<!-- Wrap the rest of the page in another container to center all the content. -->
<div class="container marketing mycontainer">
<!-- FOOTER -->
<footer>
<p class="pull-right"><a href="#">Back to top</a></p>
<p>© 2013 Fundr Africa. · <a href="/privacy">Privacy</a> · <a href="/terms">Terms</a></p>
</footer>
</div><!-- /.container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/holder.js"></script>
</body>
</html>