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
|
<!DOCTYPE html> <html class="no-js">
<head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Winnamore</title> <script src="../js/modernizr.js"></script> <link rel="stylesheet" href="../css/style.css"> <link rel="stylesheet" href="../css/responsive.css"> <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,700" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Overlock" rel="stylesheet"> <link rel="stylesheet" type="text/css" href="../css/jquery.fancybox.min.css"> </head>
<body>
<div id="outer-wrap"> <div id="inner-wrap"> <header id="top" role="banner"> <div class="container"> <div class="block logo"> <a href="index.php"><img src="../img/logo.png"></a> <a class="nav-btn" id="nav-open-btn" href="#nav"></a> </div> <div class="CreateAct"> <div class="AccountDiv"> <div class="Act"> <img src="../img/elements/createAct.png" /> <div class="CreateActLink"><a href="createMembership.php">Create Accoun</a>t |</div> </div> <div class="Act"> <img src="../img/elements/act.png" /> <div class="CreateActLink"> <a data-fancybox data-src="#hidden-content" href="javascript:;"> Login </a> </div> </div> </div>
<div class="HeadMedia"> <a href="#"><img src="../img/elements/facebook.png"> </a> <a href="#"><img src="../img/elements/twitter.png"> </a> <a href="#"><img src="../img/elements/linkin.png"> </a> </div> </div> </div> </header> <div style="display: none;" id="hidden-content"> <div class="LoginContent"> <img src="../img/logo.png"> <form action="index-premier.php"> <div class="loginForm"> <input type="text" placeholder="Email Address:" class="loginInput"> <input type="password" placeholder="Password:" class="loginInput"> <input type="checkbox" name="RememberMe"> Remember Me | <a href="#" class="InputGreenLink">Forgot Password?</a> <br> <input type="submit" class="LoginBTN" value="Sign In"> <br> Don't have an account yet? <a href="#" class="InputGreenLink">Create Account</a>
</div> </form> </div> </div>
<nav id="nav" role="navigation"> <div class="container"> <div class="block"> <ul> <li> <a href="index.php" id="NavLink">HOME</a> </li> <!-- --> <li> <a href="aboutus-WhoWeAre.php" id="NavLink">ABOUT US</a> </li> <!-- --> <li> <a href="whycrowdfuning-WhyCrowdfunding.php" id="NavLink">WHY CROWDFUNDING</a> </li> <!-- --> <li> <a href="whywinnamore-Peer.php" id="NavLink">WHY WINNAMORE STREET</a> </li> <!-- --> <li> <a href="whatmembership.php" id="NavLink">WHAT MEMBERSHIP PROVIDES</a> </li> <li> <a href="faq.php" id="NavLink">Q&A</a> </li> </ul> <a class="close-btn" id="nav-close-btn" href="#top">Return to Content</a> </div> </div> </nav> </div>
<div class="SubPageHeadBanner"> <div class="container"> <h1> Terms & Conditions of Use </h1> </div> </div>
<div class="Subpage"> <div class="container"> <div class="Grid-3 termsborder"> <a href="TermsConditions-Introduction.php" class="SP-sideLink-sm">Introduction</a> <a href="TermsConditions-LicenseToUse.php" class="SP-sideLink-sm">License to use website</a> <a href="TermsConditions-AcceptableUse.php" class="SP-sideLink-sm">Acceptable use</a> <a href="TermsConditions-RestrictedAccess.php" class="SP-sideLink-sm">Restricted access</a> <a href="TermsConditions-UserContent.php" class="SP-sideLink-sm">User content</a> <a href="TermsConditions-LimitedWarranties.php" class="SP-sideLink-sm">Limited warranties</a> <a href="TermsConditions-LimitationsLiability.php" class="SP-sideLink-Active-sm">Limitations and <br class="hidden-850">exclusions of liability</a> <a href="TermsConditions-PaymentFees.php" class="SP-sideLink-sm">Payment of fees</a> <a href="TermsConditions-CancellationTermination.php" class="SP-sideLink-sm">Cancellation and termination</a> <a href="TermsConditions-Fraud.php" class="SP-sideLink-sm">Fraud</a> <a href="TermsConditions-ModificationsPrices.php" class="SP-sideLink-sm">Modifications to the <br class="hidden-850">service and prices</a> <a href="TermsConditions-Indemnity.php" class="SP-sideLink-sm">Indemnity</a> <a href="TermsConditions-BreachesUse.php" class="SP-sideLink-sm">Breaches of these <br class="hidden-850">terms of use</a> <a href="TermsConditions-Variation.php" class="SP-sideLink-sm">Variation</a> <a href="TermsConditions-Assignment.php" class="SP-sideLink-sm">Assignment</a> <a href="TermsConditions-Severability.php" class="SP-sideLink-sm">Serverability</a> <a href="TermsConditions-ExclusionRights.php" class="SP-sideLink-sm">Exclusion of <br class="hidden-850">third-party rights</a> <a href="TermsConditions-EntireAgreement.php" class="SP-sideLink-sm">Entire agreement</a> <a href="TermsConditions-LawJurisdiction.php" class="SP-sideLink-sm">Law and jurisdiction</a> </div> <div class="termsContainer"> <p>Nothing in these terms of use will: (a) limit or exclude our or your liability for death or personal injury resulting from negligence; (b) limit or exclude our or your liability for fraud or fraudulent misrepresentation; (c) limit any of our or your liabilities in any way that is not permitted under applicable law; or (d) exclude any of our or your liabilities that may not be excluded under applicable law.</p>
<p>The limitations and exclusions of liability set out in this Section and elsewhere in these terms of use: (a) are subject to the preceding paragraph; and (b) govern all liabilities arising under these terms of use or in relation to the subject matter of these terms of use, including liabilities arising in contract, in tort (including negligence) and for breach of statutory duty.</p>
<p>To the extent that the website and the information and services on the website are provided free of charge or with a paid subscription, we will not be liable for any loss or damage of any nature.</p>
<p>We will not be liable to you in respect of any losses arising out of any event or events beyond our reasonable control.</p>
<p>We will not be liable to you in respect of any business losses, including (without limitation) loss of or damage to profits, income, revenue, use, production, anticipated savings, business, contracts, commercial opportunities or goodwill.</p>
<p>We will not be liable to you in respect of any loss or corruption of any data, database or software.</p>
<p>We will not be liable to you in respect of any special, indirect or consequential loss or damage.</p> </div> </div> </div>
<?php include 'include/footer.php';?> </div> <!--/#outer-wrap--> <script src="http://code.jquery.com/jquery-3.1.1.min.js"></script> <script src="../js/jquery.fancybox.min.js"></script>
<script type="text/javascript"> $(window).scroll(function() { if ($(this).scrollTop()) { $('#toTop').fadeIn(); } else { $('#toTop').fadeOut(); } });
$("#toTop").click(function() { $("html, body").animate({ scrollTop: 0 }, 600); });
var plus = '../../img/elements/open.png'; var minus = '../../img/elements/close.png';
$(document).ready(function() { $("#Question1").click(function() { if ($('.Question1-img').attr('src') === plus) { $('.Question1-img').attr('src', minus); } else { $('.Question1-img').attr('src', plus) } $("#Question1-Answer").slideToggle("fast"); });
$("#Question2").click(function() { if ($('.Question2-img').attr('src') === plus) { $('.Question2-img').attr('src', minus); } else { $('.Question2-img').attr('src', plus) } $("#Question2-Answer").slideToggle("fast"); });
$("#Question3").click(function() { if ($('.Question3-img').attr('src') === plus) { $('.Question3-img').attr('src', minus); } else { $('.Question3-img').attr('src', plus) } $("#Question3-Answer").slideToggle("fast"); });
$("#Question4").click(function() { if ($('.Question4-img').attr('src') === plus) { $('.Question4-img').attr('src', minus); } else { $('.Question4-img').attr('src', plus) } $("#Question4-Answer").slideToggle("fast"); });
$("#Question5").click(function() { if ($('.Question5-img').attr('src') === plus) { $('.Question5-img').attr('src', minus); } else { $('.Question5-img').attr('src', plus) } $("#Question5-Answer").slideToggle("fast"); });
$("#Question6").click(function() { if ($('.Question6-img').attr('src') === plus) { $('.Question6-img').attr('src', minus); } else { $('.Question6-img').attr('src', plus) } $("#Question6-Answer").slideToggle("fast"); });
}); </script> </body>
</html>
|