Explorer
project
index.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
<div class="min-h-screen bg-slate-50 font-sans antialiased flex flex-col">
<div class="flex-1"></div>
<footer class="bg-slate-900 text-slate-300">
<div class="max-w-6xl mx-auto px-6 py-12 grid grid-cols-2 md:grid-cols-4 gap-8">
<div class="col-span-2 md:col-span-1">
<div class="flex items-center gap-2">
<div class="h-8 w-8 rounded-lg bg-gradient-to-br from-indigo-500 to-violet-500"></div>
<span class="font-semibold text-white tracking-tight">Rloop</span>
</div>
<p class="mt-3 text-sm text-slate-400">Modern interfaces, shipped faster.</p>
</div>
<div>
<p class="text-xs font-semibold uppercase tracking-wider text-slate-500">Product</p>
<ul class="mt-3 space-y-2 text-sm">
<li><a href="#" class="hover:text-white transition">Features</a></li>
<li><a href="#" class="hover:text-white transition">Pricing</a></li>
<li><a href="#" class="hover:text-white transition">Changelog</a></li>
</ul>
</div>
<div>
<p class="text-xs font-semibold uppercase tracking-wider text-slate-500">Company</p>
<ul class="mt-3 space-y-2 text-sm">
<li><a href="#" class="hover:text-white transition">About</a></li>
<li><a href="#" class="hover:text-white transition">Careers</a></li>
<li><a href="#" class="hover:text-white transition">Blog</a></li>
</ul>
</div>
<div>
<p class="text-xs font-semibold uppercase tracking-wider text-slate-500">Legal</p>
<ul class="mt-3 space-y-2 text-sm">
<li><a href="#" class="hover:text-white transition">Privacy</a></li>
<li><a href="#" class="hover:text-white transition">Terms</a></li>
</ul>
</div>
</div>
<div class="border-t border-slate-800">
<div class="max-w-6xl mx-auto px-6 py-5 text-xs text-slate-500 flex justify-between">
<span>© 2026 Rloop, Inc.</span>
<span>Built with Tailwind</span>
</div>
</div>
</footer>
</div>
rloop.dev/p/Pr-J10