-
Notifications
You must be signed in to change notification settings - Fork 64
/
terms.html
231 lines (218 loc) · 8.06 KB
/
terms.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terms and Conditions</title>
<link
href="https://fonts.googleapis.com/css2?family=Delius+Unicase:wght@700&family=Lobster&family=Lora:ital@0;1&family=Noto+Serif:ital@1&family=Roboto+Serif:ital,opsz,wght@1,8..144,100&family=Roboto+Slab&family=Source+Sans+Pro:ital,wght@0,600;1,600&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous"
/>
<script
src="https://kit.fontawesome.com/57b10b301b.js"
crossorigin="anonymous"
></script>
<link rel="stylesheet" href="style.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css"
/>
<link
href="https://fonts.googleapis.com/css2?family=Delius+Unicase:wght@700&family=Lobster&family=Lora:ital@0;1&family=Noto+Serif:ital@1&family=Roboto+Serif:ital,opsz,wght@1,8..144,100&family=Roboto+Slab&family=Source+Sans+Pro:ital,wght@0,600;1,600&display=swap"
rel="stylesheet"
/>
<style>
.container h1{
text-align: center;
font-family: inherit;
background-color: #058da8;
padding: 15px;
margin-top: 0;
}
.container{
background-color: lightskyblue;
padding: 20px;
}
.event {
border: 2px solid #ccc;
padding: 10px;
margin: 10px;
background-color: #fff;
border-radius: 5px;
}
.event h2 {
color: #058da8;
}
.event p {
margin: 0;
}
.event a {
color: #058da8;
text-decoration: none;
font-weight: bold;
}
.upcoming-events {
margin-top: 20px;
border: 2px solid #ccc;
max-height: 70ch;
overflow-y: scroll;
}
.PastEvents {
background-color: white;
font-size: 20px;
border: 1px solid lightgray;
padding: 17px;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
max-height: 30ch;
overflow-y: scroll;
border: 2px solid #ccc;
padding: 10px;
margin: 10px;
border-radius: 5px;
}
.PastEvents h1{
font-size: x-large;
}
.PastEvents h2 {
font-size: 24px;
}
.PastEvents ul{
list-style-type:square;
padding-top: 0ch;
}
.PastEvents li{
padding-top: 0.8ch;
}
.PastEvents a{
color: black;
text-decoration: none;
}
</style>
<link rel="stylesheet" href="terms.css">
</head>
<body>
<nav class="navbar navbar-expand-lg" id="nav">
<a class="navbar-brand" href="index.html">
<img src="./logo.jpeg" alt="NOSC's logo"class="logo"/>
</a>
<button class="navbar-toggler" style="background-color: white;" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<i class="fas fa-bars" id="hamburger_navbar"></i>
</button>
<div class="navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link nav_link" href="index.html">Home<span class="sr-only">(current)</span></a>
</li>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#myteam-section">Know Our Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Events</a>
</li>
<li class="nav-item">
<a class="nav-link" href="policy.html">Privacy & Policy</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact Us</a>
</li>
</ul>
</div>
</nav>
<header>
<h1>Terms and Conditions</h1>
</header>
<main>
<section>
<h2>Introduction</h2>
<p>Welcome to NOSC. By accessing or using our website, you agree to comply with and be bound by these terms and conditions.</p>
</section>
<section>
<h2>Acceptance of Terms</h2>
<p>By accessing or using NOSC ("the Website"), you agree to comply with and be bound by these terms and conditions. If you do not agree with any part of these terms, please do not use the Website.</p>
</section>
<section>
<h2>
Contributions
</h2>
<p>
a. By contributing to the Website, you grant NOSC a non-exclusive, worldwide, royalty-free license to use, modify, distribute, and sublicense your contributions.<br>
b. You agree to respect and abide by the code of conduct and guidelines set forth by NOSC for contributions.
</p>
</section>
<section>
<h2>Intellectual Property</h2>
<p>
a. All content and materials on the Website, unless explicitly stated otherwise, are the intellectual property of NOSC.
<br>
b. You may not reproduce, distribute, or create derivative works from any content on the Website without prior written permission from NOSC.
</p>
</section>
<section>
<h2>
Privacy
</h2>
<p>
We collect and process your personal information as described in our Privacy Policy, which can be found <a>Privacy Policy</a>.
</p>
</section>
<section>
<h2>
Termination
</h2>
<p>
NOSC reserves the right to terminate or suspend your account and access to the Website at its sole discretion, with or without cause, and without notice.
</p>
</section>
<section>
<h2>
Disclaimers
</h2>
<p>
The Website and its content are provided on an "as-is" basis, and NOSC makes no warranties, express or implied, regarding the accuracy, completeness, or fitness for a particular purpose of the content.
</p>
</section>
<section>
<h2>Limitation of Liability</h2>
<p>
NOSC shall not be liable for any direct, indirect, incidental, special, or consequential damages arising out of or in any way connected with the use of the Website.
</p>
</section>
<section>
<h2>Changes to Terms</h2>
<p>
NOSC reserves the right to update or modify these terms and conditions at any time without prior notice. It is your responsibility to review these terms periodically for changes.
</p>
</section>
<section>
<h2>
Contact Information
</h2>
<p>
For any questions or concerns regarding these terms and conditions, please contact us at nosc@gmail.com .
</p>
</section>
<section>
<p>
By using NOSC, you acknowledge that you have read, understood, and agreed to these terms and conditions.
</p>
</section>
<!-- Add more sections for your terms and conditions content -->
</main>
<footer>
<p>Last updated: 10-OCT-2023</p>
</footer>
<script src="terms.js"></script>
</body>
</html>