-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTermsOfService.html
More file actions
136 lines (126 loc) · 5.25 KB
/
Copy pathTermsOfService.html
File metadata and controls
136 lines (126 loc) · 5.25 KB
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
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Terms of Service | OASIS Portal</title>
<link href="https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;400;500;700&family=Orbitron:wght@400;600;700;900&display=swap" rel="stylesheet">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<style>
:root{
--bg:#050816;
--panel:rgba(10,21,53,.86);
--line:rgba(0,229,255,.16);
--cyan:#00e5ff;
--heading:#f4fbff;
--text:#e8f6ff;
--dim:#a8bfd0;
}
*{box-sizing:border-box}
body{
margin:0;
background:
radial-gradient(circle at top, rgba(0,229,255,.08), transparent 28%),
linear-gradient(180deg,#030611 0%,#050816 100%);
color:var(--text);
font-family:'Titillium Web',sans-serif;
line-height:1.7;
}
a{
color:#00e5ff;
text-decoration:none;
transition:filter .3s ease;
}
a:hover{
filter:drop-shadow(0 0 8px rgba(0,229,255,1)) drop-shadow(0 0 20px rgba(0,229,255,.8)) drop-shadow(0 0 40px rgba(0,229,255,.4));
}
.wrap{max-width:1040px;margin:0 auto;padding:40px 20px 64px}
.topbar{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:28px}
.brand{font-family:'Orbitron',sans-serif;letter-spacing:.18em;color:var(--cyan);font-size:18px;font-weight:700}
.back{font-family:'Titillium Web',sans-serif;font-size:16px;letter-spacing:0;font-weight:600;color:#00e5ff}
.hero{padding:18px 0 28px;border-bottom:1px solid rgba(255,255,255,.06);margin-bottom:28px}
h1{font-family:'Orbitron',sans-serif;font-size:clamp(28px,4vw,44px);line-height:1.15;margin:0 0 14px;color:var(--heading)}
.intro{max-width:820px;color:var(--dim);font-size:17px;margin:0}
section{
margin-top:28px;
background:var(--panel);
border:1px solid var(--line);
border-radius:14px;
padding:24px 22px;
}
h2{font-family:'Orbitron',sans-serif;font-size:20px;letter-spacing:.08em;color:var(--heading);margin:0 0 12px}
p{margin:0 0 12px}
ul,ol{margin:0 0 12px 18px;padding:0}
li{margin:0 0 6px}
.note{color:var(--dim);font-size:14px}
.footer{
margin-top:28px;
padding-top:18px;
border-top:1px solid rgba(255,255,255,.06);
display:flex;
justify-content:space-between;
gap:16px;
flex-wrap:wrap;
color:var(--dim);
font-size:14px;
}
@media(max-width:700px){
.wrap{padding:24px 14px 40px}
section{padding:18px 16px}
}
</style>
</head>
<body>
<div class="wrap">
<div class="topbar">
<div class="brand">OASIS</div>
<a class="back" href="/">Back to portal</a>
</div>
<div class="hero">
<h1>Terms of Service</h1>
<p class="intro">These Terms of Service govern your use of the OASIS Portal website, account creation, verification, recovery flows, and related ecosystem participation.</p>
</div>
<section>
<h2>1. Scope of the Portal</h2>
<p>The OASIS Portal provides account access, profile management, verification, and related ecosystem features. The portal may evolve over time as new functionality is added.</p>
</section>
<section>
<h2>2. Account Responsibility</h2>
<p>You are responsible for maintaining the confidentiality of your login credentials and for all activity that occurs under your account.</p>
<ul>
<li>Keep your password secure</li>
<li>Use a valid email address you control</li>
<li>Notify us if you suspect unauthorized access</li>
</ul>
</section>
<section>
<h2>3. Email Verification & Recovery</h2>
<p>We may send verification and account recovery emails as part of the registration and password reset process. You are responsible for checking your inbox and following the provided instructions.</p>
<p>Verification and recovery links may expire or become invalid after use.</p>
</section>
<section>
<h2>4. Acceptable Use</h2>
<p>You agree not to misuse the portal, interfere with its operation, attempt unauthorized access, or use the service in violation of applicable law.</p>
</section>
<section>
<h2>5. User Content & Data</h2>
<p>Any data you submit through the portal must be accurate to the best of your knowledge. You remain responsible for the content and information you provide.</p>
</section>
<section>
<h2>6. Service Availability</h2>
<p>The portal is provided on an "as available" basis. We may modify, suspend, or discontinue features at any time without prior notice.</p>
</section>
<section>
<h2>7. Limitation of Liability</h2>
<p>To the maximum extent permitted by law, the OASIS project is not liable for losses arising from service interruptions, account misuse, third-party systems, or user error.</p>
</section>
<section>
<h2>8. Changes to These Terms</h2>
<p>We may update these Terms from time to time. Continued use of the portal after changes are posted constitutes acceptance of the updated Terms.</p>
</section>
<div class="footer">
<span>Last updated: May 2026</span>
<a href="index.html">Return to portal</a>
</div>
</div>
</body>
</html>