-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTerms.php
303 lines (270 loc) · 22.9 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
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
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<meta name="description" content="">
<meta name="author" content="Campusbox">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>CampusBox -- Social utility app campus box</title>
<meta name="theme-color" content="#149370">
<meta name="keywords" content="CampusBox, college,college events, college app, ">
<meta name="description" content="Campusbox makes college life less complicated and more connected.">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@campusboxapp">
<meta name="twitter:title" content="CampusBox">
<meta name="twitter:description" content="Campusbox makes college life less complicated and more connected.">
<meta name="twitter:image:src" content="https://campusbox.org/dist/assets/images/loading-logo.png">
<meta name="twitter:image:alt" content="CampusBox logo">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Campusbox">
<meta property="og:url" content="https://campusbox.org">
<meta property="og:title" content="Campusbox">
<meta property="og:image" content="https://campusbox.org/dist/assets/images/loading-logo.png">
<meta property="og:description" content="Campusbox makes college life less complicated and more connected.">
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<!-- <link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> -->
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<!-- Plugin CSS -->
<!-- Custom styles for this template -->
<link href="css/creative.css" rel="stylesheet">
<!-- Temporary navbar container fix -->
<link rel="manifest" href="dist/manifest.webmanifest">
<link rel="search" type="application/opensearchdescription+xml" title="CampusBox.org" href="/dist/opensearch.xml" />
<style>
.parallax {
/* The image used */
background-image: url("img/tnc.jpg");
/* Set a specific height */
height: 500px;
/* Create the parallax scrolling effect */
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.navbar-toggler {
z-index: 1;
}
p{
text-align: justify;
}
@media (max-width: 576px) {
nav > .container {
width: 100%;
}
}
</style>
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar fixed-top navbar-toggleable-md navbar-light" id="mainNav">
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarExample" aria-controls="navbarExample" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="container topbar">
<a class="navbar-brand" href="https://campusbox.org/dist/dashboard/signup">CampusBox</a>
<div class="collapse navbar-collapse" id="navbarExample">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="https://campusbox.org/dist/events">OPPORTUNITIES</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://campusbox.org/dist/creativity">CREATIVITY</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://campusbox.org/dist/dashboard/login">LOGIN</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://campusbox.org/dist/dashboard/signup">SIGN UP</a>
</li>
</ul>
</div>
</div>
</nav>
<header class="masthead terms">
<div class="header-content">
<div class="header-content-inner">
<h1 id="homeHeading">Our Terms.</h1>
<p>These Terms of Service (“Terms”) are a contract between you and A CampusBox Corporation. They govern your use of CampusBox’s sites, services, mobile apps, products, and content (“Services”).
</p>
<a class="btn btn-primary btn-xl" href="#t1">Go to Terms</a>
</div>
</div>
</header>
<section>
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-10 col-md-8 col-lg-8">
<p>These Terms of Service (“Terms”) are a contract between you and A Medium Corporation. They govern your use of Medium’s sites, services, mobile apps, products, and content (“Services”).</p>
<p>By using Medium, you agree to these Terms. If you don’t agree to any of the Terms, you can’t use Medium.</p>
<p>We can change these Terms at any time. We keep a historical record of all changes to our Terms on GitHub. If a change is material, we’ll let you know before they take effect. By using Medium on or after that effective date, you agree to the new Terms. If you don’t agree to them, you should delete your account before they take effect, otherwise your use of the site and content will be subject to the new Terms.</p>
<h4>Content rights & responsibilities</h4>
<p>You own the rights to the content you create and post on Medium.</p>
<p>By posting content to Medium, you give us a nonexclusive license to publish it on Medium Services, including anything reasonably related to publishing it (like storing, displaying, reformatting, and distributing it). In consideration for MCampusBox granting you access to and use of the Services, you agree that Medium may enable advertising on the Services, including in connection with the display of your content or other information. We may also use your content to promote Medium, including its products and content. We will never sell your content to third parties without your explicit permission.</p>
<p>You’re responsible for the content you post. This means you assume all risks related to it, including someone else’s reliance on its accuracy, or claims relating to intellectual property or other legal rights.</p>
<p>You’re welcome to post content on Medium that you’ve published elsewhere, as long as you have the rights you need to do so. By posting content to Medium, you represent that doing so doesn’t conflict with any other agreement you’ve made.</p>
<p>By posting content you didn’t create to CampusBox, you are representing that you have the right to do so. For example, you are posting a work that’s in the public domain, used under license (including a free license, such as Creative Commons), or a fair use.</p>
<p>We can remove any content you post for any reason.</p>
<p>You can delete any of your posts, or your account, anytime. Processing the deletion may take a little time, but we’ll do it as quickly as possible. We may keep backup copies of your deleted post or account on our servers for up to 14 days after you delete it.</p>
<h4>Our content and services</h4>
<p>We reserve all rights in Campusbox’s look and feel. Some parts of Medium are licensed under third-party open source licenses. We also make some of our own code available under open source licenses. As for other parts of Medium, you may not copy or adapt any portion of our code or visual design elements (including logos) without express written permission from Medium unless otherwise permitted by law.</p>
<p>You may not do, or try to do, the following: (1) access or tamper with non-public areas of the Services, our computer systems, or the systems of our technical providers; (2) access or search the Services by any means other than the currently available, published interfaces (e.g., APIs) that we provide; (3) forge any TCP/IP packet header or any part of the header information in any email or posting, or in any way use the Services to send altered, deceptive, or false source-identifying information; or (4) interfere with, or disrupt, the access of any user, host, or network, including sending a virus, overloading, flooding, spamming, mail-bombing the Services, or by scripting the creation of content or accounts in such a manner as to interfere with or create an undue burden on the Services.</p>
<p>Crawling the Services is allowed if done in accordance with the provisions of our robots.txt file, but scraping the Services is prohibited.</p>
<p>We may change, terminate, or restrict access to any aspect of the service, at any time, without notice.</p>
<h4>No children</h4>
<p>Medium is only for people 13 years old and over. By using Medium, you affirm that you are over 13. If we learn someone under 13 is using Medium, we’ll terminate their account.</p>
<h4>Security</h4>
<p>If you find a security vulnerability on Medium, tell us. We have a bug bounty disclosure program.</p>
<h4>Incorporated rules and policies</h4>
<p>By using the Services, you agree to let Medium collect and use information as detailed in our Privacy Policy. If you’re outside the United States, you consent to letting Medium transfer, store, and process your information (including your personal information and content) in and out of the United States.</p>
<p>To enable a functioning community, we have Rules. To ensure usernames are distributed and used fairly, we have a Username Policy. Under our DMCA Policy, we’ll remove material after receiving a valid takedown notice. Under our Trademark Policy, we’ll investigate any use of another’s trademark and respond appropriately.</p>
<p>By using Medium, you agree to follow these Rules and Policies. If you don’t, we may remove content, or suspend or delete your account.</p>
<h4>Miscellaneous</h4>
<p><i>Disclaimer of warranty.</i> Medium provides the Services to you as is. You use them at your own risk and discretion. That means they don’t come with any warranty. None express, none implied. No implied warranty of merchantability, fitness for a particular purpose, availability, security, title or non-infringement.</p>
<p><i>Limitation of Liability. Medium won’t be liable to you for any damages that arise from your using the Services. This includes if the Services are hacked or unavailable. This includes all types of damages (indirect, incidental, consequential, special or exemplary). And it includes all kinds of legal claims, such as breach of contract, breach of warranty, tort, or any other loss.</p>
<p>By using CampusBox, you agree to these Terms. If you don’t agree to any of the Terms, you can’t use CampusBox.</p>
<p>We can change these Terms at any time. We keep a historical record of all changes to our Terms on GitHub. If a change is material, we’ll let you know before they take effect. By using CampusBox on or after that effective date, you agree to the new Terms. If you don’t agree to them, you should delete your account before they take effect, otherwise your use of the site and content will be subject to the new Terms.</p>
<h4>Content rights & responsibilities</h4>
<p>You own the rights to the content you create and post on CampusBox.</p>
<p>By posting content to CampusBox, you give us a nonexclusive license to publish it on CampusBox Services, including anything reasonably related to publishing it (like storing, displaying, reformatting, and distributing it). In consideration for MCampusBox granting you access to and use of the Services, you agree that CampusBox may enable advertising on the Services, including in connection with the display of your content or other information. We may also use your content to promote CampusBox, including its products and content. We will never sell your content to third parties without your explicit permission.</p>
<p>You’re responsible for the content you post. This means you assume all risks related to it, including someone else’s reliance on its accuracy, or claims relating to intellectual property or other legal rights.</p>
<p>You’re welcome to post content on CampusBox that you’ve published elsewhere, as long as you have the rights you need to do so. By posting content to CampusBox, you represent that doing so doesn’t conflict with any other agreement you’ve made.</p>
<p>By posting content you didn’t create to CampusBox, you are representing that you have the right to do so. For example, you are posting a work that’s in the public domain, used under license (including a free license, such as Creative Commons), or a fair use.</p>
<p>We can remove any content you post for any reason.</p>
<p>You can delete any of your posts, or your account, anytime. Processing the deletion may take a little time, but we’ll do it as quickly as possible. We may keep backup copies of your deleted post or account on our servers for up to 14 days after you delete it.</p>
<h4>Our content and services</h4>
<p>We reserve all rights in Campusbox’s look and feel. Some parts of CampusBox are licensed under third-party open source licenses. We also make some of our own code available under open source licenses. As for other parts of CampusBox, you may not copy or adapt any portion of our code or visual design elements (including logos) without express written permission from CampusBox unless otherwise permitted by law.</p>
<p>You may not do, or try to do, the following: (1) access or tamper with non-public areas of the Services, our computer systems, or the systems of our technical providers; (2) access or search the Services by any means other than the currently available, published interfaces (e.g., APIs) that we provide; (3) forge any TCP/IP packet header or any part of the header information in any email or posting, or in any way use the Services to send altered, deceptive, or false source-identifying information; or (4) interfere with, or disrupt, the access of any user, host, or network, including sending a virus, overloading, flooding, spamming, mail-bombing the Services, or by scripting the creation of content or accounts in such a manner as to interfere with or create an undue burden on the Services.</p>
<p>Crawling the Services is allowed if done in accordance with the provisions of our robots.txt file, but scraping the Services is prohibited.</p>
<p>We may change, terminate, or restrict access to any aspect of the service, at any time, without notice.</p>
<h4>No children</h4>
<p>CampusBox is only for people 13 years old and over. By using CampusBox, you affirm that you are over 13. If we learn someone under 13 is using CampusBox, we’ll terminate their account.</p>
<h4>Security</h4>
<p>If you find a security vulnerability on CampusBox, tell us. We have a bug bounty disclosure program.</p>
<h4>Incorporated rules and policies</h4>
<p>By using the Services, you agree to let CampusBox collect and use information as detailed in our Privacy Policy. If you’re outside the United States, you consent to letting CampusBox transfer, store, and process your information (including your personal information and content) in and out of the United States.</p>
<p>To enable a functioning community, we have Rules. To ensure usernames are distributed and used fairly, we have a Username Policy. Under our DMCA Policy, we’ll remove material after receiving a valid takedown notice. Under our Trademark Policy, we’ll investigate any use of another’s trademark and respond appropriately.</p>
<p>By using CampusBox, you agree to follow these Rules and Policies. If you don’t, we may remove content, or suspend or delete your account.</p>
<h4>Miscellaneous</h4>
<p><i>Disclaimer of warranty.</i> CampusBox provides the Services to you as is. You use them at your own risk and discretion. That means they don’t come with any warranty. None express, none implied. No implied warranty of merchantability, fitness for a particular purpose, availability, security, title or non-infringement.</p>
<p><i>Limitation of Liability. CampusBox won’t be liable to you for any damages that arise from your using the Services. This includes if the Services are hacked or unavailable. This includes all types of damages (indirect, incidental, consequential, special or exemplary). And it includes all kinds of legal claims, such as breach of contract, breach of warranty, tort, or any other loss.</p>
<p><i>No waiver.</i> If CampusBox doesn’t exercise a particular right under these Terms, that doesn’t waive it.</p>
<p><i>Severability.</i> If any provision of these terms is found invalid by a court of competent jurisdiction, you agree that the court should try to give effect to the parties’ intentions as reflected in the provision and that other provisions of the Terms will remain in full effect.</p>
<p></i>Choice of law and jurisdiction.</i> These Terms are governed by California law, without reference to its conflict of laws provisions. You agree that any suit arising from the Services must take place in a court located in San Francisco, California.</p>
<p><i>Entire agreement.</i> These Terms (including any document incorporated by reference into them) are the whole agreement between CampusBox and you concerning the Services.</p>
<p><i>Government use.</i> If you’re using CampusBox for the U.S. Government, this Amendment to CampusBox’s Terms of Service applies to you.</p>
<p>Questions? Let us know at [email protected].</p>
</div>
</div>
</div>
</section>
<section id="contact">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h2 class="section-heading">Contact Us!</h2>
<hr class="primary">
</div>
<div class="col-md-4 text-center">
<ul class="list-group">
<li class="list-group-item">What is CampusBox</li>
<li class="list-group-item">Our story</li>
<li class="list-group-item">Why Us</li>
<li class="list-group-item">Using campusBox</li>
<li class="list-group-item"><a href="PrivacyPolicies.html">Privacy policy</a></li>
</ul>
</div>
<div class="col-md-4 text-center">
<ul class="list-group">
<li class="list-group-item">Contact us</li>
<li class="list-group-item">Blogs</li>
<li class="list-group-item">Events</li>
<li class="list-group-item">Collaborations</li>
<li class="list-group-item"><a href="Terms.html">Terms and conditions</li>
</ul>
</div>
<div class="col-md-3 text-center hidden-xs-down">
<div class="row">
<div class="col-xs-4 col-sm-4 col-md-4 col-lg-4">
<a href="https://www.youtube.com/watch?v=Tk-uKOL0jzs" class="fa fa-social fa-2x fa-youtube"></a>
</div>
<div class="col-xs-4 col-sm-4 col-md-4 col-lg-4">
<a href="https://www.facebook.com/CampusBOX/" class="fa fa-social fa-2x fa-facebook"></a>
</div>
<div class="col-xs-4 col-sm-4 col-md-4 col-lg-4">
<a href="https://twitter.com/campusboxapp" class="fa fa-social fa-2x fa-twitter"></a>
</div>
</div>
<div class="row">
<div class="col-xs-4 col-sm-4 col-md-4 col-lg-4">
<a href="#" class="fa fa-social fa-2x fa-google"></a>
</div>
<div class="col-xs-4 col-sm-4 col-md-4 col-lg-4">
<a href="https://www.linkedin.com/company-beta/13255681" class="fa fa-social fa-2x fa-linkedin"></a>
</div>
<div class="col-xs-4 col-sm-4 col-md-4 col-lg-4">
<a href="#" class="fa fa-social fa-2x fa-android"></a>
</div>
</div>
<div class="row">
<div class="col-xs-4 col-sm-4 col-md-4 col-lg-4">
<a href="#" class="fa fa-social fa-2x fa-instagram"></a>
</div>
<div class="col-xs-4 col-sm-4 col-md-4 col-lg-4">
<a href="#" class="fa fa-social fa-2x fa-reddit"></a>
</div>
<div class="col-xs-4 col-sm-4 col-md-4 col-lg-4">
<a href="#" class="fa fa-social fa-2x fa-pinterest"></a>
</div>
</div>
</div>
<div class="col-md-3 text-center hidden-sm-up">
<div class="row">
<div class="fa-social-xs">
<a href="https://www.youtube.com/watch?v=Tk-uKOL0jzs" class="fa fa-social fa-2x fa-youtube"></a>
</div>
<div class="fa-social-xs">
<a href="https://www.facebook.com/CampusBOX/" class="fa fa-social fa-2x fa-facebook"></a>
</div>
<div class="fa-social-xs">
<a href="https://twitter.com/campusboxapp" class="fa fa-social fa-2x fa-twitter"></a>
</div>
</div>
<div class="row">
<div class="fa-social-xs">
<a href="#" class="fa fa-social fa-2x fa-google"></a>
</div>
<div class="fa-social-xs">
<a href="https://www.linkedin.com/company-beta/13255681" class="fa fa-social fa-2x fa-linkedin"></a>
</div>
<div class="fa-social-xs">
<a href="#" class="fa fa-social fa-2x fa-android"></a>
</div>
</div>
<div class="row">
<div class="fa-social-xs">
<a href="#" class="fa fa-social fa-2x fa-instagram"></a>
</div>
<div class="fa-social-xs">
<a href="#" class="fa fa-social fa-2x fa-reddit"></a>
</div>
<div class="fa-social-xs">
<a href="#" class="fa fa-social fa-2x fa-pinterest"></a>
</div>
</div>
</div>
</div>
</section>
<!-- Bootstrap core JavaScript -->
<script src="https://code.jquery.com/jquery.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<!-- Custom scripts for this template -->
<script src="js/creative.js"></script>
</body>
</html>