-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
147 lines (134 loc) · 9.56 KB
/
terms.html
File metadata and controls
147 lines (134 loc) · 9.56 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
137
138
139
140
141
142
143
144
145
146
147
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terms of Service | LinkStack</title>
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%236366f1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polygon points='12 2 2 7 12 12 22 7 12 2'/><polyline points='2 17 12 22 22 17'/><polyline points='2 12 12 17 22 12'/></svg>">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/feather-icons"></script>
<style>
.glass { background: rgba(255, 255, 255, 0.8); backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, 0.1); }
body { background-color: #f8fafc; }
</style>
</head>
<body class="text-slate-900 font-sans antialiased">
<nav class="fixed top-0 w-full z-40 glass border-b border-slate-200 py-4 px-8 flex justify-between items-center">
<div class="flex items-center gap-2 font-black text-2xl text-indigo-600 cursor-pointer" onclick="window.location.href='/'">
<i data-feather="layers"></i><span>LinkStack</span>
</div>
<a href="/" class="text-sm font-bold text-slate-500 hover:text-indigo-600 transition">Back to Home</a>
</nav>
<main class="pt-32 pb-20 px-6 max-w-3xl mx-auto">
<div class="bg-white rounded-[2.5rem] p-8 md:p-12 shadow-sm border border-slate-100">
<div class="w-16 h-16 bg-indigo-50 text-indigo-600 rounded-2xl flex items-center justify-center mb-8">
<i data-feather="file-text" class="w-8 h-8"></i>
</div>
<h1 class="text-4xl font-black mb-2 tracking-tight">Terms of Service</h1>
<p class="text-slate-400 text-sm font-bold uppercase tracking-widest mb-10">Last Updated: February 16, 2026</p>
<div class="space-y-12">
<section>
<h2 class="text-xl font-black mb-4 flex items-center gap-2">
<span class="w-8 h-8 bg-slate-900 text-white rounded-lg flex items-center justify-center text-xs">01</span>
Acceptance of Terms
</h2>
<p class="text-slate-600 leading-relaxed">
By accessing or using LinkStack, you agree to be bound by these Terms of Service and our Privacy Policy. If you are using the service on behalf of an organization, you are agreeing to these Terms for that organization and promising that you have the authority to bind that organization to these terms.
</p>
</section>
<section>
<h2 class="text-xl font-black mb-4 flex items-center gap-2">
<span class="w-8 h-8 bg-slate-900 text-white rounded-lg flex items-center justify-center text-xs">02</span>
User Accounts & Eligibility
</h2>
<p class="text-slate-600 leading-relaxed mb-4">
To use LinkStack, you must be at least 13 years of age. You represent that you have not been previously suspended or removed from the Service.
</p>
<p class="text-slate-600 leading-relaxed">
You are responsible for safeguarding the password that you use to access the Service and for any activities or actions under your password. We encourage you to use "strong" passwords with your account. LinkStack cannot and will not be liable for any loss or damage arising from your failure to comply with the above.
</p>
</section>
<section>
<h2 class="text-xl font-black mb-4 flex items-center gap-2">
<span class="w-8 h-8 bg-slate-900 text-white rounded-lg flex items-center justify-center text-xs">03</span>
Content Ownership & License
</h2>
<p class="text-slate-600 leading-relaxed mb-4">
"Your Content" means any links, text, images, or other material you provide to LinkStack. You retain ownership of Your Content.
</p>
<p class="text-slate-600 leading-relaxed">
By posting Your Content to the Service, you grant us a non-exclusive, worldwide, royalty-free, sublicensable, transferable license to use, host, store, reproduce, modify, create derivative works (such as those resulting from translations, adaptations or other changes we make so that your content works better with our Service), and distribute such content.
</p>
</section>
<section>
<h2 class="text-xl font-black mb-4 flex items-center gap-2">
<span class="w-8 h-8 bg-slate-900 text-white rounded-lg flex items-center justify-center text-xs">04</span>
Prohibited Conduct
</h2>
<p class="text-slate-600 leading-relaxed mb-4">You agree not to engage in any of the following prohibited activities:</p>
<ul class="list-disc list-inside text-slate-600 space-y-2 ml-4">
<li>Impersonating another person or entity.</li>
<li>Spamming or sending unsolicited promotional content.</li>
<li>Using the service for any illegal activities or to promote illegal acts.</li>
<li>Interfering with the proper working of the Service.</li>
<li>Bypassing any measures we may use to prevent or restrict access to the Service.</li>
</ul>
</section>
<section>
<h2 class="text-xl font-black mb-4 flex items-center gap-2">
<span class="w-8 h-8 bg-slate-900 text-white rounded-lg flex items-center justify-center text-xs">05</span>
Intellectual Property
</h2>
<p class="text-slate-600 leading-relaxed">
The Service and its original content (excluding content provided by users), features, and functionality are and will remain the exclusive property of LinkStack and its licensors. The Service is protected by copyright and other laws of the United Kingdom and foreign countries.
</p>
</section>
<section>
<h2 class="text-xl font-black mb-4 flex items-center gap-2">
<span class="w-8 h-8 bg-slate-900 text-white rounded-lg flex items-center justify-center text-xs">06</span>
Termination
</h2>
<p class="text-slate-600 leading-relaxed">
We may terminate or suspend your account and bar access to the Service immediately, without prior notice or liability, under our sole discretion, for any reason whatsoever and without limitation, including but not limited to a breach of the Terms. All provisions of the Terms which by their nature should survive termination shall survive termination.
</p>
</section>
<section>
<h2 class="text-xl font-black mb-4 flex items-center gap-2">
<span class="w-8 h-8 bg-slate-900 text-white rounded-lg flex items-center justify-center text-xs">07</span>
Disclaimer of Warranty
</h2>
<p class="text-slate-600 leading-relaxed italic">
The Service is provided on an "AS IS" and "AS AVAILABLE" basis. LinkStack makes no representations or warranties of any kind, express or implied, as to the operation of their services, or the information, content or materials included therein.
</p>
</section>
<section>
<h2 class="text-xl font-black mb-4 flex items-center gap-2">
<span class="w-8 h-8 bg-slate-900 text-white rounded-lg flex items-center justify-center text-xs">08</span>
Governing Law
</h2>
<p class="text-slate-600 leading-relaxed">
These Terms shall be governed and construed in accordance with the laws of England and Wales. Any disputes arising out of or in connection with these terms shall be subject to the exclusive jurisdiction of the courts of the United Kingdom.
</p>
</section>
</div>
<div class="mt-16 pt-10 border-t border-slate-100 flex flex-col md:flex-row items-center justify-between gap-6">
<div class="flex items-center gap-4">
<div class="w-12 h-12 bg-indigo-600 text-white rounded-xl flex items-center justify-center shadow-lg shadow-indigo-200">
<i data-feather="help-circle"></i>
</div>
<div>
<h4 class="font-black text-sm">Questions?</h4>
<p class="text-slate-400 text-xs">Contact our UK-based team</p>
</div>
</div>
<button class="px-8 py-4 bg-slate-900 text-white font-black rounded-2xl hover:bg-slate-800 transition shadow-xl shadow-slate-200">
Contact Support
</button>
</div>
</div>
</main>
<script>
feather.replace();
</script>
</body>
</html>