<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Community Resources</title>
<script src="/tailwindcss.js"></script>
</head>
<body class="bg-gradient-to-br from-gray-900 to-gray-800 text-white min-h-screen font-sans">
<header class="py-6 px-4 bg-opacity-90 bg-black backdrop-blur-lg sticky top-0 z-50">
<div class="container mx-auto flex justify-between items-center">
<h1 class="text-2xl font-bold text-pink-500">Community</h1>
<nav class="space-x-6">
<a href="#about" class="hover:text-pink-400 transition-colors">About</a>
<a href="#community" class="hover:text-pink-400 transition-colors">Community</a>
<a href="/internet/community.html/index.html" class="hover:text-pink-400 transition-colors">Home</a>
</nav>
</div>
</header>
<main class="container mx-auto px-4 py-12">
<section id="hero" class="text-center mb-20 animate-fade-in-up">
<h2 class="text-5xl font-extrabold mb-6 bg-clip-text text-transparent bg-gradient-to-r from-pink-500 to-purple-600 drop-shadow-lg">
Resources
</h2>
<p class="text-xl text-gray-300 max-w-3xl mx-auto mb-8">
Everything you need to make the most of your Community Hub experience.
</p>
</section>
<section id="guides" class="mb-20">
<h3 class="text-3xl font-bold text-center mb-12">Getting Started Guides</h3>
<div class="grid md:grid-cols-2 gap-12">
<div class="bg-gray-800 p-8 rounded-2xl text-center transform transition duration-300 hover:scale-105 hover:bg-gray-700">
<svg class="w-12 h-12 mx-auto text-purple-400 mb-4" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M12 2v20M19.172 11.846a6 6 0 010 8.308"></path></svg>
<h4 class="text-xl font-semibold mb-3">Community Onboarding</h4>
<p class="text-gray-400">Step-by-step guide to help you become part of the Community.</p>
<a href="/internet/community.html/resources/onboarding-guide.html" class="mt-4 inline-block text-pink-500 hover:underline">Read Guide →</a>
</div>
<div class="bg-gray-800 p-8 rounded-2xl text-center transform transition duration-300 hover:scale-105 hover:bg-gray-700">
<svg class="w-12 h-12 mx-auto text-pink-400 mb-4" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"></path></svg>
<h4 class="text-xl font-semibold mb-3">Community Etiquette</h4>
<p class="text-gray-400">Learn how to participate respectfully and effectively in all Community events and forums.</p>
<a href="/internet/community.html/resources/etiquette.html" class="mt-4 inline-block text-pink-500 hover:underline">Read Guide →</a>
</div>
</div>
</section>
<section id="tools" class="mb-20">
<h3 class="text-3xl font-bold text-center mb-12">Tools & Templates</h3>
<div class="grid md:grid-cols-3 gap-12">
<div class="bg-gray-800 p-8 rounded-2xl text-center transform transition duration-300 hover:scale-105 hover:bg-gray-700">
<svg class="w-12 h-12 mx-auto text-blue-400 mb-4" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"></path></svg>
<h4 class="text-xl font-semibold mb-3">Event Planning Toolkit</h4>
<p class="text-gray-400">Everything you need to plan and execute a perfect community event or meetup.</p>
<a href="/internet/community.html/resources/event-planning-toolkit.html" class="mt-4 inline-block text-pink-500 hover:underline">Access Toolkit →</a>
</div>
<div class="bg-gray-800 p-8 rounded-2xl text-center transform transition duration-300 hover:scale-105 hover:bg-gray-700">
<svg class="w-12 h-12 mx-auto text-yellow-400 mb-4" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M3 18h18M4.5 17.25l7.5-9m0 0l7.5 9"></path></svg>
<h4 class="text-xl font-semibold mb-3">Content Creation Kit</h4>
<p class="text-gray-400">A suite of tools and templates for creating engaging content as part of the Community.</p>
<a href="/internet/community.html/resources/content-kit.html" class="mt-4 inline-block text-pink-500 hover:underline">Access Kit →</a>
</div>
<div class="bg-gray-800 p-8 rounded-2xl text-center transform transition duration-300 hover:scale-105 hover:bg-gray-700">
<svg class="w-12 h-12 mx-auto text-purple-400 mb-4" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M12 2v20M19.172 11.846a6 6 0 010 8.308" stroke-linecap="round" stroke-linejoin="round"></path></svg>
<h4 class="text-xl font-semibold mb-3">Collaboration Platform</h4>
<p class="text-gray-400">Access collaborative tools and workspace to help build Community projects together.</p>
<a href="/internet/community.html/resources/collaboration-platform.html" class="mt-4 inline-block text-pink-500 hover:underline">Access →</a>
</div>
</div>
</section>
<section id="faq" class="mb-20">
<h3 class="text-3xl font-bold text-center mb-12">Frequently Asked Questions</h3>
<div class="max-w-3xl mx-auto">
<details class="mb-6">
<summary class="cursor-pointer bg-gray-800 p-4 rounded-2xl font-medium">How do I get involved in the Community?</summary>
<div class="p-4 pt-2 bg-gray-900 rounded-b-2xl">
<p>You can start by joining our Discord or Slack workspace, attending events, or contributing to ongoing open-source projects on our platform. Check out our Onboarding Guide for details!</p>
</div>
</details>
<details class="mb-6">
<summary class="cursor-pointer bg-gray-800 p-4 rounded-2xl font-medium">How often are events held?</summary>
<div class="p-4 pt-2 bg-gray-900 rounded-b-2xl">
<p>We host weekly workshops and monthly meetups, all designed to help build connections and learn new skills. Check out our Events page to learn more!</p>
</div>
</details>
<details class="mb-6">
<summary class="cursor-pointer bg-gray-800 p-4 rounded-2xl font-medium">Can I start my own Community subgroup?</summary>
<div class="p-4 pt-2 bg-gray-900 rounded-b-2xl">
<p>Absolutely! All you need is a few members and a charter. Check out our Event Planning Toolkit to get started!</p>
</div>
</details>
</div>
</section>
<footer class="bg-gray-900 p-8 text-center">
<p class="text-gray-400">Need more help? <a href="/internet/community.html/support/contact.html" class="text-pink-500 hover:underline">Contact Support</a></p>
<p class="text-gray-600 mt-2">© 2025 Community Hub</p>
</footer>
</main>
</body>
</html>