This repository was archived by the owner on Apr 16, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpartners.html
More file actions
125 lines (111 loc) · 7.69 KB
/
partners.html
File metadata and controls
125 lines (111 loc) · 7.69 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" href="shortcut icon" type="x-icon" href="JavaLavalogo.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Java Lava Partners</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" />
</head>
<body class="bg-gradient-to-br from-gray-900 via-blue-900 to-indigo-900 text-white min-h-screen">
<!-- Navbar -->
<!-- Desktop -->
<header class="bg-gradient-to-r from-blue-900 to-gray-900 shadow-xl z-40 relative">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between items-center h-16">
<div class="flex-shrink-0 text-3xl font-extrabold text-white tracking-wide pl-2 lg:pl-0">
Java Lava
</div>
<nav class="hidden md:flex flex-wrap items-center justify-start gap-x-6 text-lg text-gray-300 ml-8">
<a href="/" class="nav-link show hover:text-white"><i class="fas fa-home"></i> Home</a>
<a href="/about-us.html" class="nav-link show hover:text-white"><i class="fas fa-info-circle"></i> About Us</a>
<a href="/Terms-of-service.html" class="nav-link show hover:text-white"><i class="fas fa-file-contract"></i> Terms of Service</a>
<a href="/Privacy-Policy.html" class="nav-link show hover:text-white"><i class="fas fa-user-shield"></i>Privacy Policy</a>
<a href="/partners.html" class="nav-link show hover:text-white"><i class="fas fa-handshake"></i> Partners</a>
<a href="https://top.gg/bot/1305190785536360519/vote" target="_blank" class="nav-link show hover:text-white"><i class="fas fa-vote-yea"></i> Vote</a>
<a href="https://betajavalava.phillsphanbh3.me/" target="_blank" class="nav-link show hover:text-white"><i class="fas fa-external-link-alt"></i> Beta Java Lava</a>
</nav>
<script src="https://javalava.statuspage.io/embed/script.js"></script>
<div class="md:hidden flex items-center">
<button id="mobile-menu-btn" class="text-white focus:outline-none">
<svg class="h-8 w-8" fill="none" stroke="currentColor" stroke-width="2"
viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" d="M4 6h16M4 12h16M4 18h16"></path>
</svg>
</button>
</div>
</div>
</div>
</header>
<div id="backdrop" class="hidden fixed inset-0 bg-black bg-opacity-60 backdrop-blur-sm z-40 fade-in-bg"></div>
<div id="mobile-menu" class="hidden fixed inset-0 flex justify-center items-center z-50 fade-in-popup">
<div class="bg-blue-800 p-8 rounded-xl shadow-2xl w-11/12 max-w-sm text-center relative">
<button id="close-menu" class="absolute top-4 right-4 text-white text-3xl font-bold">×</button>
<div id="menu-links" class="space-y-4 mt-6 text-xl">
<a href="/" class="block nav-link py-3 hover:bg-purple-600 rounded-lg transition duration-200"><i
class="fas fa-home"></i> Home</a>
<a href="/about-us.html" class="block nav-link py-3 hover:bg-purple-600 rounded-lg transition duration-200"><i
class="fas fa-info-circle"></i> About us</a>
<a href="/Terms-of-service.html" class="block nav-link py-3 hover:bg-purple-600 rounded-lg transition duration-200"><i
class="fas fa-file-contract"></i> Terms of Service</a>
<a href="/Privacy-Policy.html" class="block nav-link py-3 hover:bg-purple-600 rounded-lg transition duration-200"><i
class="fas fa-user-shield"></i> Privacy Policy</a>
<a href="https://discord.com/oauth2/authorize?client_id=1305190785536360519" target="_blank"
rel="noopener noreferrer" class="block nav-link py-3 hover:bg-purple-600 rounded-lg transition duration-200"><i
class="fab fa-discord"></i> Invite Bot</a>
<a href="https://javalava.statuspage.io/" target="_blank" rel="noopener noreferrer"
class="block nav-link py-3 hover:bg-purple-600 rounded-lg transition duration-200"><i
class="fas fa-server"></i> Status Page</a>
<a href="/partners.html" class="block nav-link py-3 hover:bg-purple-600 rounded-lg transition duration-200"><i
class="fas fa-handshake"></i> Partners</a>
<a href="https://top.gg/bot/1305190785536360519/vote" target="_blank" rel="noopener noreferrer"
class="block nav-link py-3 hover:bg-purple-600 rounded-lg transition duration-200"><i
class="fas fa-vote-yea"></i> Vote</a>
<a href="https://betajavalava.phillsphanbh3.me/" target="_blank" rel="noopener noreferrer"
class="block nav-link py-3 hover:bg-purple-600 rounded-lg transition duration-200"><i
class="fas fa-external-link-alt"></i> Beta Java Lava</a>
</div>
<script src="https://javalava.statuspage.io/embed/script.js"></script>
</div>
</div>
<section class="py-12 px-4">
<div class="max-w-4xl mx-auto text-center">
<h1 class="text-5xl font-extrabold mb-10 text-blue-300">Our Partners</h1>
<p class="text-lg text-gray-300 mb-12">These amazing communities and bots support and collaborate with Java Lava!</p>
</div>
<script src="https://javalava.statuspage.io/embed/script.js"></script>
<div class="max-w-3xl mx-auto grid gap-8 text-center">
<a href="https://discord.gg/n57PBS3v2S" target="_blank"
class="block bg-blue-800 hover:bg-blue-700 transition rounded-xl p-6 shadow-lg">
<h2 class="text-2xl font-bold text-white"><i class="fas fa-network-wired mr-2"></i> SkyX Systems</h2>
<p class="text-gray-300 mt-2">A powerful and innovative tech-driven Discord community.</p>
</a>
<a href="https://discord.gg/qZh2hbz8AS" target="_blank"
class="block bg-purple-800 hover:bg-purple-700 transition rounded-xl p-6 shadow-lg">
<h2 class="text-2xl font-bold text-white"><i class="fas fa-robot mr-2"></i> Muffin by TrainerJeo</h2>
<p class="text-gray-300 mt-2">An advanced Discord bot offering fun, moderation, and more.</p>
</a>
<a href="https://discord.gg/TTUxsVgEuE" target="_blank"
class="block bg-indigo-800 hover:bg-indigo-700 transition rounded-xl p-6 shadow-lg">
<h2 class="text-2xl font-bold text-white"><i class="fas fa-rocket mr-2"></i> Aerospace by Ziggy</h2>
<p class="text-gray-300 mt-2">An efficient multipurpose Discord bot made by Ziggy._.mc.</p>
</a>
</div>
</section>
<footer class="bg-gray-950 py-8 mt-16 text-center text-gray-400">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<p>© <span id="current-year"></span> Java Lava Discord Bot. All rights reserved.</p>
<div class="flex justify-center space-x-6 mt-4">
<a href="/Terms-of-service.html" class="hover:text-white transition duration-200">Terms of Service</a>
<a href="/Privacy-Policy.html" class="hover:text-white transition duration-200">Privacy Policy</a>
<a href="https://discord.gg/ZZbuatGPHr" class="hover:text-white transition duration-200" target="_blank"
rel="noopener noreferrer">Support</a>
</div>
</div>
</footer>
<script>
document.getElementById('current-year').textContent = new Date().getFullYear();
</script>
</body>
</html>