wear-fun / about.html
dodey917's picture
https://huggingface.co/deepsite/_next/image?url=https%3A%2F%2Fhuggingface.co%2Fspaces%2Fdodey917%2Fwear-fun%2Fresolve%2Fmain%2Fimages%2FKZr0gBp.png&w=64&q=75
1227598 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About - Wear.Fun</title>
<link rel="icon" type="image/x-icon" href="https://huggingface.co/dodey917/wear-fun/resolve/main/images/KZr0gBp.png">
<link rel="stylesheet" href="style.css">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
</head>
<body class="bg-black text-white">
<custom-header></custom-header>
<main class="pt-24 pb-12 px-6">
<div class="max-w-4xl mx-auto">
<h1 class="text-3xl md:text-4xl font-bold text-center mb-8">About Wear.Fun</h1>
<section class="mb-16">
<div class="bg-gray-900 rounded-2xl p-8 md:p-12 border border-gray-800">
<h2 class="text-2xl font-bold mb-6 text-red-500">From Memes to Merch πŸš€</h2>
<p class="text-gray-300 mb-6 leading-relaxed">
Wear.Fun is your go-to platform for turning internet culture into wearable art. We believe that humor should be worn proudly, and your favorite memes deserve more than just a screenshot in your camera roll.
</p>
<p class="text-gray-300 mb-6 leading-relaxed">
Founded by meme enthusiasts and crypto degens, we've created the fastest way to transform any funny image, crypto logo, or inside joke into high-quality apparel that you can actually wear.
</p>
</div>
</section>
<section class="mb-16">
<h2 class="text-2xl font-bold text-center mb-12">How It Works</h2>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="text-center">
<div class="w-20 h-20 bg-red-600 rounded-full flex items-center justify-center mx-auto mb-4">
<i data-feather="upload" class="w-10 h-10"></i>
</div>
<h3 class="font-bold text-lg mb-2">Upload</h3>
<p class="text-gray-400">Drop your meme or design, we handle the rest</p>
</div>
<div class="text-center">
<div class="w-20 h-20 bg-red-600 rounded-full flex items-center justify-center mx-auto mb-4">
<i data-feather="edit-3" class="w-10 h-10"></i>
</div>
<h3 class="font-bold text-lg mb-2">Customize</h3>
<p class="text-gray-400">Add captions and make it uniquely yours</p>
</div>
<div class="text-center">
<div class="w-20 h-20 bg-red-600 rounded-full flex items-center justify-center mx-auto mb-4">
<i data-feather="package" class="w-10 h-10"></i>
</div>
<h3 class="font-bold text-lg mb-2">Wear It</h3>
<p class="text-gray-400">Get your custom merch delivered fast</p>
</div>
</div>
</section>
<section class="mb-16">
<h2 class="text-2xl font-bold text-center mb-12">Why Choose Wear.Fun?</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
<div class="bg-gray-900 p-6 rounded-xl border border-gray-800">
<i data-feather="zap" class="w-8 h-8 text-yellow-500 mb-4"></i>
<h3 class="font-bold text-lg mb-2">Lightning Fast</h3>
<p class="text-gray-400">From upload to mockup in seconds, not hours</p>
</div>
<div class="bg-gray-900 p-6 rounded-xl border border-gray-800">
<i data-feather="award" class="w-8 h-8 text-green-500 mb-4"></i>
<h3 class="font-bold text-lg mb-2">Premium Quality</h3>
<p class="text-gray-400">Only the best materials for your memes</p>
</div>
<div class="bg-gray-900 p-6 rounded-xl border border-gray-800">
<i data-feather="cpu" class="w-8 h-8 text-blue-500 mb-4"></i>
<h3 class="font-bold text-lg mb-2">AI Powered</h3>
<p class="text-gray-400">Smart caption suggestions to enhance your designs</p>
</div>
<div class="bg-gray-900 p-6 rounded-xl border border-gray-800">
<i data-feather="users" class="w-8 h-8 text-purple-500 mb-4"></i>
<h3 class="font-bold text-lg mb-2">Community Driven</h3>
<p class="text-gray-400">Built by meme lovers, for meme lovers</p>
</div>
</div>
</section>
<section class="text-center">
<div class="bg-gradient-to-r from-red-900 to-black rounded-2xl p-8 md:p-12">
<h2 class="text-2xl md:text-3xl font-bold mb-4">Ready to Start Creating?</h2>
<p class="text-gray-300 mb-8">Join thousands of meme enthusiasts turning humor into fashion</p>
<a href="/meme.html" class="inline-block bg-red-600 hover:bg-red-700 text-white px-8 py-4 rounded-full shadow-lg font-semibold transition transform hover:scale-105">
Create Your First Design
</a>
</div>
</section>
</div>
</main>
<custom-footer></custom-footer>
<script src="components/header.js"></script>
<script src="components/footer.js"></script>
<script src="script.js"></script>
<script>
feather.replace();
</script>
</body>
</html>