-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdisclaimer.php
executable file
·251 lines (245 loc) · 20.5 KB
/
disclaimer.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
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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
<?php require_once"connect.php" ?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Disclaimer</title>
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="assets/css/privacy.css" type="text/css">
<link rel="stylesheet" type="text/css" href="assets/css/navbar.css">
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
<link rel="shortcut icon" href="favicon.png" />
<link href='https://fonts.googleapis.com/css?family=Allan' rel='stylesheet' type='text/css'>
</head>
<style>
@media only screen and (max-width: 768px) {
.img1 {
display: none;
}
}
@media only screen and (min-width: 768px) {
.img2 {
display: none;
}
}
</style>
<style>
@media only screen and (max-width: 768px) {
.space {
display: none;
}
#navbar {
display: none;
}
#footer a {
height: 500px;
color: white;
}
}
@media only screen and (min-width: 768px) {
#navmob {
display: none;
}
#footer a {
color: white;
height: 250px;
}
}
#navmob li {
display: inline;
float: left;
margin-left: 20px;
}
#navmob a {
color: #FF746B;
}
#navmob a:hover {
color: white;
}
</style>
<body>
<section id="navbar">
<nav class="navbar navbar-default" style="background-color: #3D3D3D; opacity: 1; text-align: center;border-radius:0px;height: 60px;top: 0;left: 0;width: 100%;z-index: 100;box-shadow: 2px 7px 7px rgba(100,100,100,0.49);border:none;">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="index.php" style="width: 130px;height: 25px; font-family: 'Open Sans', sans-serif;color: #fd5f54; margin-top: 8px; margin-left: 4px;">NGOExplorer</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<div class="menu-menu-glowne-en-container">
<ul id="menu-menu-glowne-en" class="menu">
<li id="menu-item-9" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9"><a href="index.php"><span data-hover="HOME">HOME</span></a></li>
<li id="menu-item-9" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9"><a href="colleges.php"><span data-hover="NGOS">NGOS</span></a></li>
<li id="menu-item-12" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12"><a href="aboutus.php"><span data-hover="ABOUT US">ABOUT US</span></a></li>
</ul>
</div>
</ul>
</div>
</div>
</nav>
</section>
<section id="navmob">
<nav class="navbar navbar-inverse" style="background-color: #343833; text-align: center; width: 100%;">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.php" style="font-family: 'Open Sans', sans-serif;color: #FF746B;">NGOExplorer</a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav">
<li><a href="index.php">HOME</a></li>
<li><a href="colleges.php">NGOS</a></li>
<li><a href="aboutus.php">ABOUT US</a></li>
</ul>
</div>
</div>
</nav>
</section>
<div class="container-fluid">
<div class="row display-area">
<div class="img1">
<div class="col-sm-4 display-ce" style="margin-top: 70px;">
<img src="favicon.png" height="400px" width="400px;" align="middle">
</div>
</div>
<div class="img2">
<div class="col-sm-4 display-ce" style="margin-top: 70px;">
<img src="favicon.png" height="320px" width="320px;" align="middle">
</div>
</div>
<div class="col-sm-8">
<div class="row">
<div class="col-sm-12" style="height: 550px; overflow: scroll; text-align: justify;">
<br>
<h3 style="color: #ED4F44"><strong>Disclaimer</strong></h3>
<br>
<h4 style="color: #ED4F44">Website Agreement</h4>
<p style="font-family: 'Roboto', sans-serif;color: white;">
The www.ngoexplorer.domain.com Web Site (the "Site") is an online information service provided by NGOExplorer ("www.ngoexplorer.domain.com "), subject to your compliance with the terms and conditions set forth below. PLEASE READ THIS DOCUMENT CAREFULLY BEFORE ACCESSING OR USING THE SITE. BY ACCESSING OR USING THE SITE, YOU AGREE TO BE BOUND BY THE TERMS AND CONDITIONS SET FORTH BELOW. IF YOU DO NOT WISH TO BE BOUND BY THESE TERMS AND CONDITIONS, YOU MAY NOT ACCESS OR USE THE SITE. www.ngoexplorer.domain.com MAY MODIFY THIS AGREEMENT AT ANY TIME, AND SUCH MODIFICATIONS SHALL BE EFFECTIVE IMMEDIATELY UPON POSTING OF THE MODIFIED AGREEMENT ON THE SITE. YOU AGREE TO REVIEW THE AGREEMENT PERIODICALLY TO BE AWARE OF SUCH MODIFICATIONS AND YOUR CONTINUED ACCESS OR USE OF THE SITE SHALL BE DEEMED YOUR CONCLUSIVE ACCEPTANCE OF THE MODIFIED AGREEMENT.
</p>
<h4 style="color: #ED4F44">Copyright, Licenses and Idea Submissions</h4>
<p style="font-family: 'Roboto', sans-serif;color: white;">
The entire contents of the Site are protected by international copyright and trademark laws. The owner of the copyrights and trademarks are www.ngoexplorer.domain.com, its affiliates or other third party licensors. YOU MAY NOT MODIFY, COPY, REPRODUCE, REPUBLISH, UPLOAD, POST, TRANSMIT, OR DISTRIBUTE, IN ANY MANNER, THE MATERIAL ON THE SITE, INCLUDING TEXT, GRAPHICS, CODE AND/OR SOFTWARE. You may print and download portions of material from the different areas of the Site solely for your own non-commercial use provided that you agree not to change or delete any copyright or proprietary notices from the materials. You agree to grant to www.ngoexplorer.domain.com a non-exclusive, royalty-free, worldwide, perpetual license, with the right to sub-license, to reproduce, distribute, transmit, create derivative works of, publicly display and publicly perform any materials and other information (including, without limitation, ideas contained therein for new or improved products and services) you submit to any public areas of the Site (such as bulletin boards, forums and newsgroups) or by e-mail to www.ngoexplorer.domain.com by all means and in any media now known or hereafter developed. You also grant to www.ngoexplorer.domain.com the right to use your name in connection with the submitted materials and other information as well as in connection with all advertising, marketing and promotional material related thereto. You agree that you shall have no recourse against www.ngoexplorer.domain.com for any alleged or actual infringement or misappropriation of any proprietary right in your communications to www.ngoexplorer.domain.com.
</p>
<h4 style="color: #ED4F44">Trademarks</h4>
<p style="font-family: 'Roboto', sans-serif;color: white;">
Publications, products, content or services referenced herein or on the Site are the exclusive trademarks or servicemarks of www.ngoexplorer.domain.com. Other product and company names mentioned in the Site may be the trademarks of their respective owners.
</p>
<h4 style="color: #ED4F44">Use of this Site</h4>
<p style="font-family: 'Roboto', sans-serif;color: white;">
You understand that, except for information, products or services clearly identified as being supplied by www.ngoexplorer.domain.com, www.ngoexplorer.domain.comdoes not operate, control or endorse any information, products or services on the Internet in any way. Except for www.ngoexplorer.domain.com- identified information, products or services, all information, products and services offered through the Site or on the Internet generally are offered by third parties, that are not affiliated with www.ngoexplorer.domain.com a. You also understand that www.ngoexplorer.domain.com cannot and does not guarantee or warrant that files available for downloading through the Site will be free of infection or viruses, worms, Trojan horses or other code that manifest contaminating or destructive properties. You are responsible for implementing sufficient procedures and checkpoints to satisfy your particular requirements for accuracy of data input and output, and for maintaining a means external to the Site for the reconstruction of any lost data. YOU ASSUME TOTAL RESPONSIBILITY AND RISK FOR YOUR USE OF THE SITE AND THE INTERNET. www.ngoexplorer.domain.com PROVIDES THE SITE AND RELATED INFORMATION "AS IS" AND DOES NOT MAKE ANY EXPRESS OR IMPLIED WARRANTIES, REPRESENTATIONS OR ENDORSEMENTS WHATSOEVER (INCLUDING WITHOUT LIMITATION WARRANTIES OF TITLE OR NONINFRINGEMENT, OR THE IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE) WITH REGARD TO THE SERVICE, ANY MERCHANDISE INFORMATION OR SERVICE PROVIDED THROUGH THE SERVICE OR ON THE INTERNET GENERALLY, AND www.ngoexplorer.domain.com SHALL NOT BE LIABLE FOR ANY COST OR DAMAGE ARISING EITHER DIRECTLY OR INDIRECTLY FROM ANY SUCH TRANSACTION. IT IS SOLELY YOUR RESPONSIBILITY TO EVALUATE THE ACCURACY, COMPLETENESS AND USEFULNESS OF ALL OPINIONS, ADVICE, SERVICES, MERCHANDISE AND OTHER INFORMATION PROVIDED THROUGH THE SERVICE OR ON THE INTERNET GENERALLY. www.ngoexplorer.domain.com DOES NOT WARRANT THAT THE SERVICE WILL BE UNINTERRUPTED OR ERROR-FREE OR THAT DEFECTS IN THE SERVICE WILL BE CORRECTED. YOU UNDERSTAND FURTHER THAT THE PURE NATURE OF THE INTERNET CONTAINS UNEDITED MATERIALS SOME OF WHICH ARE SEXUALLY EXPLICIT OR MAY BE OFFENSIVE TO YOU. YOUR ACCESS TO SUCH MATERIALS IS AT YOUR RISK. www.ngoexplorer.domain.com HAS NO CONTROL OVER AND ACCEPTS NO RESPONSIBILITY WHATSOEVER FOR SUCH MATERIALS.
</p>
<h4 style="color: #ED4F44">Limitation of Liability</h4>
<p style="font-family: 'Roboto', sans-serif;color: white;">
IN NO EVENT WILL www.ngoexplorer.domain.com BE LIABLE FOR (I) ANY INCIDENTAL, CONSEQUENTIAL, OR INDIRECT DAMAGES (INCLUDING, BUT NOT LIMITED TO, DAMAGES FOR LOSS OF PROFITS, BUSINESS INTERRUPTION, LOSS OF PROGRAMS OR INFORMATION, AND THE LIKE) ARISING OUT OF THE USE OF OR INABILITY TO USE THE SERVICE, OR ANY INFORMATION, OR TRANSACTIONS PROVIDED ON THE SERVICE, OR DOWNLOADED FROM THE SERVICE, OR ANY DELAY OF SUCH INFORMATION OR SERVICE. EVEN IF www.ngoexplorer.domain.com OR ITS AUTHORIZED REPRESENTATIVES HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, OR (II) ANY CLAIM ATTRIBUTABLE TO ERRORS, OMISSIONS, OR OTHER INACCURACIES IN THE SERVICE AND/OR MATERIALS OR INFORMATION DOWNLOADED THROUGH THE SERVICE. BECAUSE SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES, THE ABOVE LIMITATION MAY NOT APPLY TO YOU. IN SUCH STATES, www.ngoexplorer.domain.com LIABILITY IS LIMITED TO THE GREATEST EXTENT PERMITTED BY LAW. www.ngoexplorer.domain.com makes no representations whatsoever about any other web site which you may access through this one or which may link to this Site. When you access a non-www.ngoexplorer.domain.com web site, please understand that it is independent from www.ngoexplorer.domain.com, and that www.ngoexplorer.domain.com has no control over the content on that web site. In addition, a link to a www.ngoexplorer.domain.com web site does not mean that www.ngoexplorer.domain.com endorses or accepts any responsibility for the content, or the use, of such web site.
</p>
<h4 style="color: #ED4F44">Indemnification</h4>
<p style="font-family: 'Roboto', sans-serif;color: white;">
You agree to indemnify, defend and hold harmless www.ngoexplorer.domain.com, its officers, directors, employees, agents, licensors, suppliers and any third party information providers to the Service from and against all losses, expenses, damages and costs, including reasonable attorneys' fees, resulting from any violation of this Agreement (including negligent or wrongful conduct) by you or any other person accessing the Service.
</p>
<h4 style="color: #ED4F44">Third-Party Rights</h4>
<p style="font-family: 'Roboto', sans-serif;color: white;">
The provisions of paragraphs 2 (Use of the Service), and 3 (Indemnification) are for the benefit of www.ngoexplorer.domain.com and its officers, directors, employees, agents, licensors, suppliers, and any third party information providers to the Service. Each of these individuals or entities shall have the right to assert and enforce those provisions directly against you on its own behalf.
</p>
<h4 style="color: #ED4F44">Term; Termination</h4>
<p style="font-family: 'Roboto', sans-serif;color: white;">
This Agreement may be terminated by either party without notice at any time for any reason. The provisions of paragraphs 1 (Copyright, Licenses and Idea Submissions), 2 (Use of the Service), 3 (Indemnification), 4 (Third Party Rights) and 6 (Miscellaneous) shall survive any termination of this Agreement.
</p>
<h4 style="color: #ED4F44">Miscellaneous</h4>
<p style="font-family: 'Roboto', sans-serif;color: white;">
This Agreement shall all be governed and construed in accordance with the laws of India applicable to agreements made and to be performed in India. You agree that any legal action or proceeding between www.ngoexplorer.domain.com and you for any purpose concerning this Agreement or the parties' obligations hereunder shall be brought exclusively in a federal or state court of competent jurisdiction sitting in India . Any cause of action or claim you may have with respect to the Service must be commenced within one (1) year after the claim or cause of action arises or such claim or cause of action is barred. www.ngoexplorer.domain.com's failure to insist upon or enforce strict performance of any provision of this Agreement shall not be construed as a waiver of any provision or right. Neither the course of conduct between the parties nor trade practice shall act to modify any provision of this Agreement. www.ngoexplorer.domain.com may assign its rights and duties under this Agreement to any party at any time without notice to you. Any rights not expressly granted herein are reserved.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid" style="padding: 0px; margin: 0px;">
<div class="row">
<div class="col-lg-12">
<div class="text-center quote">
<div class="space">
</div>
<q style="font-family: 'Allan', cursive;">If you don’t build your dream, someone else will hire you to help them build theirs</q><span> - Dhirubhai Ambani </span>
</div>
</div>
</div>
</div>
<!-- footer -->
<footer id="footer" style="background-color:#2E3444; margin-top: 30px;">
<div class="container-fluid">
<div class="row">
<div class="col-md-3">
<div id="footerlogo">
<a href="index.php"><img src="assets/images/ngo.png" alt="responsive-image" style="height:169px; width=169px; align:center; padding-top:20px;"></a>
<ul style="padding-left: 0px; padding-top: 10px; color: white;">© NGOExplorer</ul>
</div>
</div>
<div class="col-md-3">
<h3 class="footertitle" style="color:#FF6E49;">LEARN MORE</h3>
<div class="learnmorelinks">
<ul><a href="aboutus.php" style="text-decoration: none;">ABOUT US</a></ul>
<ul><a href="privacy.php" style="text-decoration: none;">PRIVACY POLICY</a></ul>
<ul><a href="terms.php" style="text-decoration: none;">TERMS & CONDITIONS</a></ul>
<ul><a href="disclaimer.php" style="text-decoration: none;">DISCLAIMER</a></ul>
</div>
</div>
<div class="col-md-3">
<h3 class="footerTitle" style="color:#FF6E49;">Subscribe </h3>
<form id="footerSignupForm">
<div class="form-group">
<label class="sr-only" for="footerEmailInput"></label>
<input id="footerEmailInput" class="form-control" type="email" placeholder="Email address" aria-required="true" required="">
</div>
<button type="submit" style="background-color: #EEE5E9; border-color:#EEE5E9;">Get all important updates</button>
</form>
</div>
<div class="col-md-3">
<div id="connectCol">
<h3 class="footerTitle" style="color:#FF6E49;">Connect</h3>
<ul id="footerSocialBtns">
<a id="headerTwBtn" class="headerSocialBtn" href="https://www.twitter.com/NGOExplorer" target="_blank"><img src="assets/images/twitter.png" style="height:44px; width:44px;padding-top:10px;"></a>
<a id="headerFbBtn" class="headerSocialBtn" href="https://www.facebook.com/collegeexplorer" target="_blank"><img src="assets/images/facebook.png" style="height:44px; width:44px;padding-top:10px;"></a>
<a id="headerliBtn" class="headerSocialBtn" href="#"><img src="assets/images/linkedin.png" style="height:44px; width:44px;padding-top:10px;"></a>
<a id="headergpBtn" class="headerSocialBtn" href="https://plus.google.com/+NGOExplorerInNGOExplorer" target="_blank"><img src="assets/images/googleplus.png" style="height:44px; width:44px;padding-top:10px;"></a>
</ul>
<div id="footerAddress" style="padding-top:10px;">
<br>
<span id="addressTitle" style="color: white;">NGOExplorer</span>
</div>
<div id="footerEmail"><a href="[email protected]" style="text-decoration: none;">[email protected]</a></div>
</div>
</div>
</div>
</div>
</footer>
<script type="text/javascript" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
</body>
</html>
<?php
error_reporting(1);
if(isset($_POST['email']))
{
$email= $_POST['email'];
if(!empty($email))
{
if(filter_var($email, FILTER_VALIDATE_EMAIL)==true)
{
$query = "INSERT INTO subscribe(email) VALUES ('{$email}')";
$result = mysqli_query($conn,$query);
if(!$result)
{
die('Error, Please Try Again');
}
}
}
}
?>