savegaming / index.html
ghostai1's picture
Update index.html
3985fb7 verified
raw
history blame
18.9 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Secure Web3 Payment Platform for 18+ Gaming - GhostAI</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet">
<style>
body { font-family: 'Inter', sans-serif; background-color: #111827; color: #f3f4f6; }
.hero-bg { background: linear-gradient(to right, #1f2937, #374151); }
.accent-color { color: #3b82f6; }
.shadow-hover { transition: box-shadow 0.3s ease; }
.shadow-hover:hover { box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5); }
.icon { width: 1.5rem; height: 1.5rem; }
</style>
</head>
<body class="min-h-screen">
<header class="hero-bg text-white py-8 sticky top-0 z-10 shadow-lg">
<div class="container mx-auto px-4 flex flex-col md:flex-row items-center justify-between">
<div class="flex items-center mb-4 md:mb-0">
<img src="https://via.placeholder.com/60" alt="GhostAI Logo" class="w-12 h-12 mr-4 rounded-full">
<h1 class="text-3xl font-bold">GhostAI: Secure Web3 Payment Platform</h1>
</div>
<nav class="flex flex-col md:flex-row space-y-3 md:space-y-0 md:space-x-6">
<a href="https://www.givesendgo.com/adultgaming" target="_blank" rel="noopener noreferrer" class="text-white hover:text-blue-300 font-semibold flex items-center" aria-label="Donate to GiveSendGo Campaign (opens in new tab)">
<svg class="icon mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path></svg>
Donate
</a>
<a href="https://huggingface.co/ghostai1" target="_blank" rel="noopener noreferrer" class="text-white hover:text-blue-300 font-semibold flex items-center" aria-label="Hugging Face Profile (opens in new tab)">
<svg class="icon mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-3 7h3m-3 4h3m-6-4h.01M9 16h.01"></path></svg>
Hugging Face Profile
</a>
<a href="https://ghostainews.com" target="_blank" rel="noopener noreferrer" class="text-white hover:text-blue-300 font-semibold flex items-center" aria-label="GhostAI News (opens in new tab)">
<svg class="icon mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 20H5a2 2 0 01-2-2V6a2 2 0 012-2h10a2 2 0 012 2v1m2 13a2 2 0 01-2-2V7m2 13a2 2 0 002-2V9a2 2 0 00-2-2h-2m-4-3H9M7 16h6M7 8h6v4H7V8z"></path></svg>
GhostAI News
</a>
<a href="https://www.instagram.com/ghostai3/" target="_blank" rel="noopener noreferrer" class="text-white hover:text-blue-300 font-semibold flex items-center" aria-label="Instagram Profile (opens in new tab)">
<svg class="icon mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z"></path></svg>
Instagram Profile
</a>
<a href="https://huggingface.co/spaces/ghostai1/savegaming" target="_blank" rel="noopener noreferrer" class="text-white hover:text-blue-300 font-semibold flex items-center" aria-label="Beta Showcase (opens in new tab)">
<svg class="icon mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4"></path></svg>
Beta Showcase
</a>
</div>
</div>
</header>
<main class="container mx-auto px-4 py-12">
<section class="mb-16 hero-bg p-8 rounded-lg shadow-hover">
<h2 class="text-4xl font-bold mb-6 accent-color">Mission: Defending Creative Freedom</h2>
<p class="text-lg leading-relaxed">
GhostAI is raising USD 20,000 to launch a secure, decentralized payment platform for 18+ game developers, enabling them to create and monetize mature content without censorship or harassment. As stewards of creative freedom, we defend the right of all developers to produce bold content, including violent video games and provocative themes, regardless of personal alignment with ideologies such as LGBT advocacy. Our Web3-powered platform, now in beta at <a href="https://huggingface.co/spaces/ghostai1/savegaming" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">our Space (opens in new tab)</a>, ensures a transparent, secure environment for creators, protecting them from external pressures that threaten artistic expression. Explore our AI models and activity at <a href="https://huggingface.co/ghostai1" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">Hugging Face profile (opens in new tab)</a> and follow updates on <a href="https://www.instagram.com/ghostai3/" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">Instagram profile (opens in new tab)</a>.
</p>
</section>
<section class="mb-16">
<h2 class="text-3xl font-bold mb-6 accent-color">The Stakes: A Growing Threat</h2>
<p class="text-lg leading-relaxed">
The 18+ gaming community faces escalating censorship. Developers of mature content are targeted by NGOs and groups enforcing restrictive language standards, often called “language police.” This trend is likely to expand, potentially restricting violent video games, explicit dialogue, and other genres, stifling innovation. Our platform, with its beta live at <a href="https://huggingface.co/spaces/ghostai1/savegaming" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">our Space (opens in new tab)</a>, is a proactive defense to ensure creators can operate freely now and in the future. Check our latest AI updates on <a href="https://huggingface.co/ghostai1" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">Hugging Face profile (opens in new tab)</a> and <a href="https://ghostainews.com" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">GhostAI News (opens in new tab)</a>.
</p>
</section>
<section class="mb-16">
<h2 class="text-3xl font-bold mb-6 accent-color">Platform Overview</h2>
<p class="text-lg leading-relaxed">
Modeled after itch.io, our Secure Web3 Payment Platform is tailored for 18+ gaming, offering a secure environment for content distribution and monetization. The beta, hosted at <a href="https://huggingface.co/spaces/ghostai1/savegaming" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">our Space (opens in new tab)</a>, leverages Web3 technologies to protect developers from financial and creative interference, ensuring a trusted space for bold games. Follow our journey on <a href="https://www.instagram.com/ghostai3/" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">Instagram profile (opens in new tab)</a> and support us at <a href="https://www.givesendgo.com/adultgaming" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">GiveSendGo (opens in new tab)</a>.
</p>
</section>
<section class="mb-16 grid grid-cols-1 md:grid-cols-2 gap-6">
<h2 class="text-3xl font-bold mb-6 accent-color col-span-full">Technical Framework</h2>
<div class="bg-gray-800 p-6 rounded-lg shadow-hover">
<h3 class="text-xl font-bold mb-2">Platform Design</h3>
<p>A customized itch.io clone, optimized for 18+ gaming with a user-friendly interface and robust security.</p>
</div>
<div class="bg-gray-800 p-6 rounded-lg shadow-hover">
<h3 class="text-xl font-bold mb-2">Web3 Payments 💸</h3>
<p>Blockonomics API for fast, secure, decentralized cryptocurrency transactions, ensuring direct payments.</p>
</div>
<div class="bg-gray-800 p-6 rounded-lg shadow-hover">
<h3 class="text-xl font-bold mb-2">Key Management 🔑</h3>
<p>Fastly API for efficient, secure access key management, streamlining authentication and delivery.</p>
</div>
<div class="bg-gray-800 p-6 rounded-lg shadow-hover">
<h3 class="text-xl font-bold mb-2">Backend ⚙️</h3>
<p>FastAPI for a scalable, high-performance backend supporting rapid transactions.</p>
</div>
</section>
<section class="mb-16">
<h2 class="text-3xl font-bold mb-6 accent-color">GhostAI Expertise</h2>
<p class="text-lg leading-relaxed mb-4">
GhostAI is a leader in AI, blockchain, and payment systems, with a proven track record. See our recent AI models like internalRAGCX and ccengine1 at <a href="https://huggingface.co/ghostai1" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">Hugging Face profile (opens in new tab)</a>.
</p>
<ul class="list-none space-y-4">
<li class="bg-gray-800 p-6 rounded-lg shadow-hover">
<strong>Payment Systems 💳</strong>: Developed multiple fast, secure payment systems, including automated flows and cryptocurrency integrations.
</li>
<li class="bg-gray-800 p-6 rounded-lg shadow-hover">
<strong>AI & Machine Learning 🤖</strong>: Built solutions in NLP, RAG, and CAG, including the GhostAI Music Generator and Arabic law AI application.
</li>
<li class="bg-gray-800 p-6 rounded-lg shadow-hover">
<strong>Blockchain & Web3 ⛓️</strong>: Expertise in decentralized systems, integrating APIs like Blockonomics for secure transactions.
</li>
<li class="bg-gray-800 p-6 rounded-lg shadow-hover">
<strong>FastAPI Development 🚀</strong>: Created high-performance web applications using FastAPI for robust backends.
</li>
<li class="bg-gray-800 p-6 rounded-lg shadow-hover">
<strong>Cloud Platforms ☁️</strong>: Proficient in GCP, Google Vertex AI, Oracle OCI, Azure, and AWS for scalable deployments.
</li>
</ul>
</section>
<section class="mb-16">
<h2 class="text-3xl font-bold mb-6 accent-color">Proven Builds</h2>
<ul class="list-none space-y-4">
<li class="bg-gray-800 p-6 rounded-lg shadow-hover">
<strong>GhostAI Music Generator</strong>: An AI-powered tool for music creation using NLP and RAG.
</li>
<li class="bg-gray-800 p-6 rounded-lg shadow-hover">
<strong>Arabic Law AI Application</strong>: A system for analyzing legal texts, leveraging advanced machine learning.
</li>
<li class="bg-gray-800 p-6 rounded-lg shadow-hover">
<strong>Payment Automation Systems</strong>: Secure, automated payment flows for platforms, including cryptocurrency support.
</li>
<li class="bg-gray-800 p-6 rounded-lg shadow-hover">
<strong>GhostAI News Platform</strong>: Curated news at <a href="https://ghostainews.com" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">ghostainews.com (opens in new tab)</a> on AI and technology.
</li>
<li class="bg-gray-800 p-6 rounded-lg shadow-hover">
<strong>Beta Payment Platform</strong>: Live beta at <a href="https://huggingface.co/spaces/ghostai1/savegaming" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">our Space (opens in new tab)</a> for 18+ gaming transactions.
</li>
</ul>
</section>
<section class="mb-16">
<h2 class="text-3xl font-bold mb-6 accent-color">Support Our Vision</h2>
<p class="text-lg leading-relaxed mb-4">
Join GhostAI in defending creative freedom for 18+ gaming. Support us at <a href="https://www.givesendgo.com/adultgaming" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">GiveSendGo (opens in new tab)</a> and follow updates on <a href="https://www.instagram.com/ghostai3/" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">Instagram profile (opens in new tab)</a>.
</p>
<div class="flex flex-col md:flex-row space-y-4 md:space-y-0 md:space-x-4">
<a href="https://www.givesendgo.com/adultgaming" target="_blank" rel="noopener noreferrer" class="bg-blue-600 text-white font-bold py-3 px-6 rounded-lg hover:bg-blue-500 transition flex items-center justify-center" aria-label="Donate to GiveSendGo Campaign (opens in new tab)">
<svg class="icon mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path></svg>
Donate Now
</a>
<a href="https://huggingface.co/ghostai1" target="_blank" rel="noopener noreferrer" class="bg-gray-700 text-white font-bold py-3 px-6 rounded-lg hover:bg-gray-600 transition flex items-center justify-center" aria-label="View Hugging Face Profile (opens in new tab)">
<svg class="icon mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-3 7h3m-3 4h3m-6-4h.01M9 16h.01"></path></svg>
View Hugging Face Profile
</a>
</div>
</section>
<section class="mb-16">
<h2 class="text-3xl font-bold mb-6 accent-color">Stay Connected</h2>
<ul class="list-none space-y-4">
<li class="bg-gray-800 p-6 rounded-lg shadow-hover flex items-center">
<svg class="icon mr-4" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"></path></svg>
<a href="https://huggingface.co/ghostai1" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">Open an Issue on Hugging Face Profile (opens in new tab)</a>
</li>
<li class="bg-gray-800 p-6 rounded-lg shadow-hover flex items-center">
<svg class="icon mr-4" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 20H5a2 2 0 01-2-2V6a2 2 0 012-2h10a2 2 0 012 2v1m2 13a2 2 0 01-2-2V7m2 13a2 2 0 002-2V9a2 2 0 00-2-2h-2m-4-3H9M7 16h6M7 8h6v4H7V8z"></path></svg>
<a href="https://ghostainews.com" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">Visit GhostAI News (opens in new tab)</a>
</li>
<li class="bg-gray-800 p-6 rounded-lg shadow-hover flex items-center">
<svg class="icon mr-4" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z"></path></svg>
<a href="https://www.instagram.com/ghostai3/" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">Follow on Instagram Profile (opens in new tab)</a>
</li>
<li class="bg-gray-800 p-6 rounded-lg shadow-hover flex items-center">
<svg class="icon mr-4" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4"></path></svg>
<a href="https://huggingface.co/spaces/ghostai1/savegaming" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">Explore Beta (opens in new tab)</a>
</li>
<li class="bg-gray-800 p-6 rounded-lg shadow-hover flex items-center">
<svg class="icon mr-4" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path></svg>
<a href="https://www.givesendgo.com/adultgaming" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">Track Campaign (opens in new tab)</a>
</li>
</ul>
</section>
</main>
<footer class="bg-gray-800 text-white py-8">
<div class="container mx-auto px-4 text-center">
<p class="text-lg">GhostAI | Defending Creative Freedom in Gaming</p>
<p class="mt-2 text-sm">#Web3Gaming #CreativeFreedom #CryptoForGood</p>
<p class="mt-2 text-sm">© 2025 GhostAI. All rights reserved.</p>
</div>
</footer>
</body>
</html>