-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtos.html
More file actions
126 lines (115 loc) · 6.68 KB
/
tos.html
File metadata and controls
126 lines (115 loc) · 6.68 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
<!doctype html>
<html lang="en" prefix="og: https://ogp.me/ns#">
<head>
<title>Optimal Games</title>
<meta content="Optimal Games | Terms of Service" property="og:title" />
<meta content="View the Terms of Service for Optimal Games" property="og:description" />
<meta content="https://optimalgames.gg/" property="og:url" />
<meta content="https://optimalgames.gg/assets/Optimal-Transparent.png" property="og:image" />
<meta content="#fe2607" data-react-helmet="true" name="theme-color" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="style/style.css">
</head>
<body>
<nav class="navbar navbar-dark bg-dark">
<div class="container-fluid">
<a class="navbar-brand" href="index.html">
<img src="assets/Optimal-Transparent.png" alt="" width="30" height="30" class="d-inline-block align-text-top">
Optimal Games
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="tos.html">Terms of Service</a>
</li>
</ul>
</div>
</div>
</nav>
<img src="assets/Optimal_Banner.png" style="max-width: 1200px; max-height: 1200px" alt="">
<div style="padding-left: 1em; border-bottom: 1px solid #fff; width: 50%; margin: 0 auto">
<div>
<button style="width: 15em" class="btn btn-primary" type="button" data-bs-toggle="collapse" data-bs-target="#collapse1" aria-expanded="false" aria-controls="collapseExample">
<span class="fas fa-angle-double-down" style="padding-right: 0.25em;"></span> General Terms
</button>
</div>
<br>
<div class="collapse" id="collapse1" style="color: #fff">
<ol>
<li>By purchasing a product, or interacting in the Optimal Games discord, you automatically agree to these Terms of Service.</li>
<li>We reserve the right to blacklist a user for any reason we see fit.</li>
<li>We reserve the right to change this TOS at any time, for any reason, without notice.</li>
</ol>
</div>
</div>
<div style="padding-top: 1.5em; padding-left: 1em; border-bottom: 1px solid #fff; width: 50%; margin: 0 auto">
<div>
<button style="width: 15em" class="btn btn-primary" type="button" data-bs-toggle="collapse" data-bs-target="#collapse2" aria-expanded="false" aria-controls="collapseExample">
<span class="fas fa-angle-double-down" style="padding-right: 0.25em;"></span> Licensing Rules
</button>
</div>
<br>
<div class="collapse" id="collapse2" style="color: #fff">
<ol>
<li>We reserve the right to collect information about your servers machine.</li>
<li>We reserve the right to terminate, or suspend any licenses for any reason we see fit.</li>
<li>We reserve the right to blacklist any Hardware IDs, or IP Addresses from our licensing system.</li>
<li>You are only allowed to use your licenses on a server you own at least 50% of, publicly.</li>
</ol>
</div>
</div>
<div style="padding-top: 1.5em; padding-left: 1em; border-bottom: 1px solid #fff; width: 50%; margin: 0 auto">
<div>
<button style="width: 15em" class="btn btn-primary" type="button" data-bs-toggle="collapse" data-bs-target="#collapse3" aria-expanded="false" aria-controls="collapseExample">
<span class="fas fa-angle-double-down" style="padding-right: 0.25em;"></span> Product Rules
</button>
</div>
<br>
<div class="collapse" id="collapse3" style="color: #fff">
<ol>
<li>We can revoke your access to any of our products at any time.</li>
<li>We can remove products from sale at any time, with or without refunds.</li>
</ol>
</div>
</div>
<div style="padding-top: 1.5em; padding-left: 1em; border-bottom: 1px solid #fff; width: 50%; margin: 0 auto">
<div>
<button style="width: 15em" class="btn btn-primary" type="button" data-bs-toggle="collapse" data-bs-target="#collapse4" aria-expanded="false" aria-controls="collapseExample">
<span class="fas fa-angle-double-down" style="padding-right: 0.25em;"></span> Payment Rules
</button>
</div>
<br>
<div class="collapse" id="collapse4" style="color: #fff">
<ol>
<li>You are not permitted to chargeback under any reason.</li>
<li>If your licenses are revoked, or a user is blacklisted, you may not receive a refund.</li>
</ol>
</div>
</div>
<div style="padding-top: 1.5em; padding-left: 1em; border-bottom: 1px solid #fff; width: 50%; margin: 0 auto">
<div>
<button style="width: 15em" class="btn btn-primary" type="button" data-bs-toggle="collapse" data-bs-target="#collapse5" aria-expanded="false" aria-controls="collapseExample">
<span class="fas fa-angle-double-down" style="padding-right: 0.25em;"></span> General Moderation
</button>
</div>
<br>
<div class="collapse" id="collapse5" style="color: #fff">
<ol>
<li>Racism, Server Raiding, DDoS Threats, or Attacks are not tolerated.</li>
<li>Leaking, or threatening to leak is not tolerated.</li>
<li>Any code tampering, or modification is not allowed.</li>
<li>Code de-obfuscation, or decompiling is not allowed.</li>
</ol>
</div>
</div>
<h1 style="padding-top: 10em"></h1>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/1168b7d5f0.js" crossorigin="anonymous"></script>
</body>
</html>