developerwoodstudios's picture
act as if you are a software engineer building a completed application that consists of:a lead magnet=("online passive income e-book"), complete with email form through a redirect button that reads,("free secret ebook"), a landing page with a sign-up membership form that has 3 tiers:Tier1)Free. Tier2)A Social Ninja Dojo$22.00 monthly until canceled. Tier3)A Social Ninja Developers Network$200.00 1xfee, 22 monthly until canceled. After the user chooses which tier they want the redirect button will take them to there info page to fill out there profile information, with a complete button at the button that redirects them to the users dashboard:The dashboard page consists of a side menu panel with a preview box to the right showing a brief overview of what ever selection there on: selection in the side panel consists of redirect button that reads=Drawing Canvas:"{complete with all available annotation tools modeling sketch.app}", below that menu option will be a redirect button that reads=portfolio:which will consist of all saved items and media, below that menu option on the side panel will be a redirect button that reads=upload media which has a page that does just that uploads and stores media, then below that option will be a redirect button that reads=developers docs, which will consist of api and app docs for bug fixes and further integrations and help, then below that option will be a button that reads=integrations for git, github, gitlabs, vision, gitkraken, docker, jetbrains, cursor, windsurf, huggingface, colab, atlassian, slack, then the final redirect button under that option will read settings and have just that the app settings, I want the drawing canvas to be a whiteboard too by the way? - Initial Deployment
7a4794e verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Social Ninja | Passive Income & Developer Tools</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
.drawing-canvas {
border: 2px solid #e2e8f0;
background-color: white;
cursor: crosshair;
}
.tool-btn.active {
background-color: #6366f1;
color: white;
}
.sidebar-item.active {
background-color: #e0e7ff;
border-left: 4px solid #6366f1;
}
.pricing-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}
#canvas-container {
position: relative;
}
#preview-box {
transition: all 0.3s ease;
}
</style>
</head>
<body class="font-sans bg-gray-50">
<!-- Lead Magnet Section -->
<section id="lead-magnet" class="py-16 bg-gradient-to-r from-indigo-500 to-purple-600 text-white">
<div class="container mx-auto px-4">
<div class="max-w-3xl mx-auto text-center">
<h1 class="text-4xl md:text-5xl font-bold mb-6">Unlock the Secrets to Online Passive Income</h1>
<p class="text-xl mb-8">Get our FREE eBook and discover how to build multiple income streams while you sleep!</p>
<div class="bg-white rounded-lg shadow-xl p-8 max-w-md mx-auto">
<h3 class="text-2xl font-bold text-gray-800 mb-4">Get Your Free eBook</h3>
<form id="ebook-form" class="space-y-4">
<input type="text" placeholder="Your Name" class="w-full px-4 py-2 rounded border border-gray-300 focus:outline-none focus:ring-2 focus:ring-indigo-500 text-gray-800">
<input type="email" placeholder="Your Email" class="w-full px-4 py-2 rounded border border-gray-300 focus:outline-none focus:ring-2 focus:ring-indigo-500 text-gray-800">
<button type="submit" class="w-full bg-indigo-600 hover:bg-indigo-700 text-white font-bold py-3 px-4 rounded transition duration-300">
Get Free Secret eBook
</button>
</form>
</div>
</div>
</div>
</section>
<!-- Landing Page with Membership Tiers -->
<section id="membership" class="py-20 bg-gray-100">
<div class="container mx-auto px-4">
<h2 class="text-3xl md:text-4xl font-bold text-center text-gray-800 mb-12">Choose Your Membership Tier</h2>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8 max-w-6xl mx-auto">
<!-- Tier 1 -->
<div class="bg-white rounded-xl shadow-lg overflow-hidden transform transition duration-500 hover:scale-105">
<div class="px-6 py-8">
<div class="text-center">
<h3 class="text-2xl font-bold text-gray-800 mb-2">Free Tier</h3>
<div class="flex justify-center items-baseline my-4">
<span class="text-4xl font-extrabold text-gray-800">$0</span>
<span class="ml-1 text-gray-600">/month</span>
</div>
</div>
<ul class="space-y-3 mb-8">
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>Basic Drawing Canvas</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>5MB Storage</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>Community Support</span>
</li>
</ul>
<button onclick="selectTier('free')" class="w-full bg-gray-200 hover:bg-gray-300 text-gray-800 font-bold py-3 px-4 rounded transition duration-300">
Get Started
</button>
</div>
</div>
<!-- Tier 2 -->
<div class="bg-white rounded-xl shadow-lg overflow-hidden transform transition duration-500 hover:scale-105 border-2 border-indigo-500 relative">
<div class="absolute top-0 left-0 bg-indigo-500 text-white text-xs font-bold px-2 py-1 rounded-br">POPULAR</div>
<div class="px-6 py-8">
<div class="text-center">
<h3 class="text-2xl font-bold text-gray-800 mb-2">Social Ninja Dojo</h3>
<div class="flex justify-center items-baseline my-4">
<span class="text-4xl font-extrabold text-gray-800">$22</span>
<span class="ml-1 text-gray-600">/month</span>
</div>
</div>
<ul class="space-y-3 mb-8">
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>Advanced Drawing Tools</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>500MB Storage</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>Priority Support</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>Whiteboard Collaboration</span>
</li>
</ul>
<button onclick="selectTier('dojo')" class="w-full bg-indigo-600 hover:bg-indigo-700 text-white font-bold py-3 px-4 rounded transition duration-300">
Join Now
</button>
</div>
</div>
<!-- Tier 3 -->
<div class="bg-white rounded-xl shadow-lg overflow-hidden transform transition duration-500 hover:scale-105">
<div class="px-6 py-8">
<div class="text-center">
<h3 class="text-2xl font-bold text-gray-800 mb-2">Developers Network</h3>
<div class="flex justify-center items-baseline my-4">
<span class="text-4xl font-extrabold text-gray-800">$200</span>
<span class="ml-1 text-gray-600">+ $22/month</span>
</div>
</div>
<ul class="space-y-3 mb-8">
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>All Premium Features</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>Unlimited Storage</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>24/7 Support</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>API Access</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>Developer Tools Integration</span>
</li>
</ul>
<button onclick="selectTier('developer')" class="w-full bg-purple-600 hover:bg-purple-700 text-white font-bold py-3 px-4 rounded transition duration-300">
Join Network
</button>
</div>
</div>
</div>
</div>
</section>
<!-- Profile Info Form (Hidden by default) -->
<section id="profile-form" class="py-20 bg-gray-50 hidden">
<div class="container mx-auto px-4">
<div class="max-w-2xl mx-auto bg-white rounded-xl shadow-lg p-8">
<h2 class="text-3xl font-bold text-center text-gray-800 mb-8">Complete Your Profile</h2>
<form id="user-profile-form" class="space-y-6">
<div>
<label class="block text-gray-700 mb-2">Full Name</label>
<input type="text" class="w-full px-4 py-2 rounded border border-gray-300 focus:outline-none focus:ring-2 focus:ring-indigo-500" required>
</div>
<div>
<label class="block text-gray-700 mb-2">Email</label>
<input type="email" class="w-full px-4 py-2 rounded border border-gray-300 focus:outline-none focus:ring-2 focus:ring-indigo-500" required>
</div>
<div>
<label class="block text-gray-700 mb-2">Password</label>
<input type="password" class="w-full px-4 py-2 rounded border border-gray-300 focus:outline-none focus:ring-2 focus:ring-indigo-500" required>
</div>
<div>
<label class="block text-gray-700 mb-2">Profile Picture</label>
<input type="file" class="w-full px-4 py-2 rounded border border-gray-300 focus:outline-none focus:ring-2 focus:ring-indigo-500">
</div>
<div>
<label class="block text-gray-700 mb-2">Bio</label>
<textarea rows="4" class="w-full px-4 py-2 rounded border border-gray-300 focus:outline-none focus:ring-2 focus:ring-indigo-500"></textarea>
</div>
<button type="button" onclick="completeProfile()" class="w-full bg-indigo-600 hover:bg-indigo-700 text-white font-bold py-3 px-4 rounded transition duration-300">
Complete Profile & Enter Dashboard
</button>
</form>
</div>
</div>
</section>
<!-- Dashboard (Hidden by default) -->
<section id="dashboard" class="hidden">
<div class="flex h-screen">
<!-- Sidebar -->
<div class="w-64 bg-gray-900 text-white">
<div class="p-4 border-b border-gray-800">
<h2 class="text-xl font-bold">Social Ninja</h2>
<p class="text-sm text-gray-400">Welcome, <span id="username-display">User</span></p>
</div>
<nav class="mt-4">
<div class="px-4 py-3 sidebar-item active" onclick="showSection('dashboard-home')">
<i class="fas fa-home mr-3"></i>
Dashboard
</div>
<div class="px-4 py-3 sidebar-item" onclick="showSection('drawing-canvas')">
<i class="fas fa-pencil-alt mr-3"></i>
Drawing Canvas
</div>
<div class="px-4 py-3 sidebar-item" onclick="showSection('portfolio')">
<i class="fas fa-briefcase mr-3"></i>
Portfolio
</div>
<div class="px-4 py-3 sidebar-item" onclick="showSection('upload-media')">
<i class="fas fa-upload mr-3"></i>
Upload Media
</div>
<div class="px-4 py-3 sidebar-item" onclick="showSection('developers-docs')">
<i class="fas fa-code mr-3"></i>
Developers Docs
</div>
<div class="px-4 py-3 sidebar-item" onclick="showSection('integrations')">
<i class="fas fa-plug mr-3"></i>
Integrations
</div>
<div class="px-4 py-3 sidebar-item" onclick="showSection('settings')">
<i class="fas fa-cog mr-3"></i>
Settings
</div>
</nav>
</div>
<!-- Main Content -->
<div class="flex-1 flex flex-col overflow-hidden">
<!-- Top Navigation -->
<header class="bg-white border-b border-gray-200 py-4 px-6 flex justify-between items-center">
<h3 id="current-section" class="text-xl font-semibold text-gray-800">Dashboard</h3>
<div class="flex items-center space-x-4">
<button class="p-2 rounded-full hover:bg-gray-100">
<i class="fas fa-bell text-gray-600"></i>
</button>
<div class="flex items-center">
<img id="profile-picture" src="https://via.placeholder.com/40" alt="Profile" class="w-8 h-8 rounded-full mr-2">
<span class="text-gray-700">Account</span>
</div>
</div>
</header>
<!-- Dashboard Home -->
<div id="dashboard-home" class="dashboard-section flex-1 overflow-y-auto p-6 bg-gray-100">
<div class="grid grid-cols-1 md:grid-cols-2 gap-6 mb-6">
<!-- Stats Cards -->
<div class="bg-white rounded-lg shadow p-6">
<h4 class="text-lg font-semibold mb-4">Your Stats</h4>
<div class="grid grid-cols-3 gap-4 text-center">
<div>
<div class="text-2xl font-bold text-indigo-600">12</div>
<div class="text-sm text-gray-500">Projects</div>
</div>
<div>
<div class="text-2xl font-bold text-indigo-600">456</div>
<div class="text-sm text-gray-500">Sketches</div>
</div>
<div>
<div class="text-2xl font-bold text-indigo-600">1.2K</div>
<div class="text-sm text-gray-500">
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=developerwoodstudios/my-awesome-application-index-html-app" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>