-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
107 lines (98 loc) · 5.49 KB
/
terms.html
File metadata and controls
107 lines (98 loc) · 5.49 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Instatools terms of service: local browser-based design tools, user responsibility for generated content, and a no-warranties disclaimer.">
<meta name="theme-color" content="#000000">
<title>Instatools | Terms of Service</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap" rel="stylesheet">
<style>
body { font-family: 'Inter', sans-serif; }
</style>
</head>
<body class="antialiased bg-white text-slate-900">
<nav class="sticky top-0 z-50 bg-black/95 backdrop-blur border-b border-white/10">
<div class="max-w-6xl mx-auto px-4 py-4 flex items-center justify-between gap-4">
<a href="index.html" class="hover:opacity-90 inline-flex items-center">
<img
src="tool/src/ui/logo.png"
alt="Instatools logo"
class="h-[36px] w-auto object-contain" />
</a>
<div class="flex items-center gap-4 text-sm font-bold text-white/80 flex-wrap justify-end">
<a href="index.html#tools" class="hover:text-white transition-colors">Tools</a>
<a href="privacy.html" class="hover:text-white transition-colors">Privacy</a>
<a href="terms.html" class="text-white hover:opacity-90">Terms</a>
<a href="https://buymeacoffee.com/galore" target="_blank" rel="noopener noreferrer" class="hover:text-white transition-colors">
Support Us
</a>
<a href="tool/index.html" class="bg-gradient-to-r from-[#FCAF45] via-[#E1306C] to-[#833AB4] text-white px-5 py-2 rounded-full hover:scale-[1.02] transition-transform inline-flex items-center justify-center">
Open Instatools
</a>
</div>
</div>
</nav>
<main class="max-w-4xl mx-auto px-6 py-14">
<h1 class="text-4xl sm:text-5xl font-black tracking-tighter mb-6">
Terms of Service
</h1>
<p class="text-slate-600 text-base sm:text-lg mb-10">
These terms govern your use of Instatools. By accessing and using the tools, you agree to follow these terms.
</p>
<div class="space-y-8 text-slate-700 leading-relaxed">
<section>
<h2 class="text-2xl font-black mb-3">Use at your own risk</h2>
<p>
Instatools is provided “as is” and “as available”. We make no warranties of any kind, whether express or implied, including merchantability, fitness for a particular purpose, and non-infringement.
</p>
</section>
<section>
<h2 class="text-2xl font-black mb-3">Your content, your responsibility</h2>
<p>
You are responsible for the images, text, and other content you upload into your browser and for the content you export and publish.
You must comply with all applicable laws and Instagram’s policies and guidelines.
</p>
</section>
<section>
<h2 class="text-2xl font-black mb-3">No affiliation with Instagram</h2>
<p>
Instatools is not affiliated with, endorsed by, or sponsored by Instagram or Meta.
</p>
</section>
<section>
<h2 class="text-2xl font-black mb-3">Limitations of liability</h2>
<p>
To the maximum extent permitted by law, Instatools will not be liable for any indirect, incidental, special, consequential, or punitive damages, or any loss of profits or revenue, arising out of your use of the tools.
</p>
</section>
<section>
<h2 class="text-2xl font-black mb-3">Changes</h2>
<p>
We may update these terms from time to time. Continued use of Instatools after changes means you accept the updated terms.
</p>
</section>
</div>
<div class="mt-10 text-sm text-slate-500">
This is not legal advice. If you have questions, consider reaching out via the project’s GitHub page.
</div>
</main>
<footer class="border-t border-slate-200 bg-white">
<div class="max-w-6xl mx-auto px-6 py-8 flex flex-col sm:flex-row items-center justify-between gap-4">
<div class="text-sm text-slate-500 font-bold uppercase tracking-widest">
© 2026 Instatools
</div>
<div class="flex items-center gap-6 text-sm font-bold">
<a href="privacy.html" class="text-slate-600 hover:text-slate-900 transition-colors">Privacy</a>
<a href="index.html#tools" class="text-slate-600 hover:text-slate-900 transition-colors">Tools</a>
<a href="https://buymeacoffee.com/galore" target="_blank" rel="noopener noreferrer" class="text-slate-600 hover:text-slate-900 transition-colors">
Support Us
</a>
</div>
</div>
</footer>
<script async="async" data-cfasync="false" src="https://pl28987545.profitablecpmratenetwork.com/b6bfd250cef8dae3be8862745d6a8195/invoke.js"></script>
<div id="container-b6bfd250cef8dae3be8862745d6a8195"></div>
</body>
</html>