File size: 19,103 Bytes
9597fba
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Idea Launchpad - Submit Your Project</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>
        @import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&family=Space+Mono&display=swap');
        
        body {
            font-family: 'Space Mono', monospace;
            background-color: #0f0f1a;
            color: #e0e0ff;
            overflow-x: hidden;
        }
        
        .orbitron {
            font-family: 'Orbitron', sans-serif;
        }
        
        .gradient-text {
            background: linear-gradient(90deg, #00d1ff, #ff00f7);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }
        
        .idea-card {
            background: rgba(15, 23, 42, 0.7);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            transition: all 0.3s ease;
        }
        
        .idea-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 209, 255, 0.3);
        }
        
        .stars {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: -1;
        }
        
        .star {
            position: absolute;
            background: white;
            border-radius: 50%;
            animation: twinkle var(--duration) ease-in-out infinite;
        }
        
        @keyframes twinkle {
            0%, 100% { opacity: 0.2; }
            50% { opacity: 1; }
        }
        
        .rocket-path {
            position: relative;
            height: 300px;
            width: 100%;
        }
        
        .rocket {
            position: absolute;
            transition: all 2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
        }
        
        .submit-btn {
            background: linear-gradient(90deg, #2563eb, #7c3aed);
            position: relative;
            overflow: hidden;
        }
        
        .submit-btn:hover {
            background: linear-gradient(90deg, #1d4ed8, #6d28d9);
        }
        
        .submit-btn::after {
            content: '';
            position: absolute;
            top: -50%;
            left: -60%;
            width: 200%;
            height: 200%;
            background: rgba(255, 255, 255, 0.1);
            transform: rotate(30deg);
            transition: all 0.3s ease;
        }
        
        .submit-btn:hover::after {
            left: 100%;
        }
        
        .pulse {
            animation: pulse 2s infinite;
        }
        
        @keyframes pulse {
            0% { transform: scale(1); }
            50% { transform: scale(1.05); }
            100% { transform: scale(1); }
        }
        
        .floating {
            animation: floating 6s ease-in-out infinite;
        }
        
        @keyframes floating {
            0% { transform: translateY(0px); }
            50% { transform: translateY(-15px); }
            100% { transform: translateY(0px); }
        }
        
        .textarea-bg {
            background: rgba(15, 23, 42, 0.5);
            border: 1px solid rgba(255, 255, 255, 0.1);
        }
        
        .textarea-bg:focus {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.5);
        }
    </style>
</head>
<body>
    <!-- Star background -->
    <div class="stars" id="stars"></div>
    
    <!-- Navigation -->
    <nav class="border-b border-gray-800 py-4">
        <div class="container mx-auto px-4 flex justify-between items-center">
            <div class="flex items-center space-x-2">
                <i class="fas fa-rocket text-blue-400 text-2xl"></i>
                <span class="orbitron text-xl font-bold gradient-text">IDEA LAUNCHPAD</span>
            </div>
            <div class="hidden md:flex space-x-6">
                <a href="#" class="hover:text-blue-400 transition">Home</a>
                <a href="#" class="hover:text-blue-400 transition">How It Works</a>
                <a href="#" class="hover:text-blue-400 transition">Selected Ideas</a>
                <a href="#" class="hover:text-blue-400 transition">About</a>
            </div>
            <button class="md:hidden text-xl">
                <i class="fas fa-bars"></i>
            </button>
        </div>
    </nav>
    
    <!-- Hero Section -->
    <section class="py-20 px-4">
        <div class="container mx-auto text-center">
            <h1 class="orbitron text-4xl md:text-6xl font-bold mb-6">
                <span class="gradient-text">Launch Your Idea</span> 
                <br>Into Orbit
            </h1>
            <p class="max-w-2xl mx-auto text-lg md:text-xl mb-10">
                Submit your project idea to our evaluation platform. The best ideas will be selected 
                for development and funding. Your idea could be the next big thing!
            </p>
            
            <div class="rocket-path mb-16">
                <div class="rocket floating" id="rocket">
                    <i class="fas fa-rocket text-5xl text-blue-400"></i>
                </div>
            </div>
            
            <button id="startBtn" class="submit-btn text-white font-bold py-3 px-8 rounded-full text-lg pulse">
                <i class="fas fa-paper-plane mr-2"></i> Begin Submission
            </button>
        </div>
    </section>
    
    <!-- Submission Form (Initially Hidden) -->
    <section id="submissionForm" class="hidden max-w-3xl mx-auto px-4 py-10">
        <div class="idea-card rounded-xl p-8 shadow-xl">
            <h2 class="orbitron text-3xl font-bold mb-6 gradient-text">Mission Parameters</h2>
            
            <div class="mb-6">
                <label class="block text-sm font-medium mb-2" for="idea-name">Idea Callsign</label>
                <input type="text" id="idea-name" class="w-full px-4 py-3 rounded-lg textarea-bg focus:ring-2 focus:ring-blue-500" placeholder="Give your idea a cool name">
            </div>
            
            <div class="mb-6">
                <label class="block text-sm font-medium mb-2" for="idea-category">Mission Type</label>
                <select id="idea-category" class="w-full px-4 py-3 rounded-lg textarea-bg focus:ring-2 focus:ring-blue-500">
                    <option value="">Select category</option>
                    <option value="tech">Technology</option>
                    <option value="social">Social Impact</option>
                    <option value="business">Business/Startup</option>
                    <option value="art">Art/Creative</option>
                    <option value="science">Science/Research</option>
                    <option value="other">Other</option>
                </select>
            </div>
            
            <div class="mb-6">
                <label class="block text-sm font-medium mb-2" for="idea-desc">Mission Briefing</label>
                <textarea id="idea-desc" rows="6" class="w-full px-4 py-3 rounded-lg textarea-bg focus:ring-2 focus:ring-blue-500" placeholder="Describe your idea in detail. What problem does it solve? How does it work? Why is it unique?"></textarea>
            </div>
            
            <div class="mb-8">
                <label class="block text-sm font-medium mb-2">Impact Potential</label>
                <div class="flex justify-between text-xs mb-1">
                    <span>Minimal</span>
                    <span>World-changing</span>
                </div>
                <input type="range" min="1" max="10" value="5" class="w-full h-2 bg-gray-700 rounded-lg appearance-none cursor-pointer" id="impact-range">
            </div>
            
            <div class="flex flex-col sm:flex-row justify-between items-center">
                <div class="mb-4 sm:mb-0">
                    <label class="inline-flex items-center">
                        <input type="checkbox" class="rounded text-blue-500" id="agree-terms">
                        <span class="ml-2 text-sm">I agree to the <a href="#" class="text-blue-400 hover:underline">terms</a></span>
                    </label>
                </div>
                <button id="launchBtn" class="submit-btn text-white font-bold py-3 px-8 rounded-full">
                    <i class="fas fa-rocket mr-2"></i> Launch Idea
                </button>
            </div>
        </div>
    </section>
    
    <!-- Success Message (Initially Hidden) -->
    <section id="successMessage" class="hidden max-w-2xl mx-auto px-4 py-20 text-center">
        <div class="idea-card rounded-xl p-10 shadow-xl">
            <div class="text-green-400 text-6xl mb-6">
                <i class="fas fa-check-circle"></i>
            </div>
            <h2 class="orbitron text-3xl font-bold mb-4 gradient-text">Mission Success!</h2>
            <p class="mb-8 text-lg">
                Your idea has been launched into our evaluation orbit. Our team will review it 
                and you'll hear back from us soon. Meanwhile, you can track your submission status 
                from your dashboard.
            </p>
            <div class="flex justify-center space-x-4">
                <button class="px-6 py-2 border border-blue-400 text-blue-400 rounded-full hover:bg-blue-400 hover:text-white transition">
                    <i class="fas fa-user-astronaut mr-2"></i> My Dashboard
                </button>
                <button class="px-6 py-2 border border-purple-400 text-purple-400 rounded-full hover:bg-purple-400 hover:text-white transition">
                    <i class="fas fa-plus mr-2"></i> New Idea
                </button>
            </div>
        </div>
    </section>
    
    <!-- Features Section -->
    <section class="py-16 px-4 bg-gradient-to-b from-transparent to-gray-900/50">
        <div class="container mx-auto">
            <h2 class="orbitron text-3xl font-bold text-center mb-16 gradient-text">Why Launch With Us?</h2>
            
            <div class="grid md:grid-cols-3 gap-8">
                <div class="idea-card p-6 rounded-xl">
                    <div class="text-blue-400 text-4xl mb-4">
                        <i class="fas fa-brain"></i>
                    </div>
                    <h3 class="orbitron text-xl font-bold mb-3">Expert Evaluation</h3>
                    <p>Your idea will be reviewed by our panel of industry experts, investors, and successful entrepreneurs.</p>
                </div>
                
                <div class="idea-card p-6 rounded-xl">
                    <div class="text-purple-400 text-4xl mb-4">
                        <i class="fas fa-hand-holding-usd"></i>
                    </div>
                    <h3 class="orbitron text-xl font-bold mb-3">Funding Potential</h3>
                    <p>Selected ideas may receive funding, resources, and mentorship to help bring them to life.</p>
                </div>
                
                <div class="idea-card p-6 rounded-xl">
                    <div class="text-green-400 text-4xl mb-4">
                        <i class="fas fa-users"></i>
                    </div>
                    <h3 class="orbitron text-xl font-bold mb-3">Community Support</h3>
                    <p>Join a community of innovators where you can collaborate, get feedback, and find team members.</p>
                </div>
            </div>
        </div>
    </section>
    
    <!-- Footer -->
    <footer class="border-t border-gray-800 py-10 px-4">
        <div class="container mx-auto">
            <div class="flex flex-col md:flex-row justify-between items-center">
                <div class="mb-6 md:mb-0">
                    <div class="flex items-center space-x-2">
                        <i class="fas fa-rocket text-blue-400 text-xl"></i>
                        <span class="orbitron font-bold gradient-text">IDEA LAUNCHPAD</span>
                    </div>
                    <p class="text-sm mt-2">Launching great ideas into reality since 2023</p>
                </div>
                
                <div class="flex space-x-6">
                    <a href="#" class="hover:text-blue-400 transition"><i class="fab fa-twitter text-xl"></i></a>
                    <a href="#" class="hover:text-blue-400 transition"><i class="fab fa-linkedin text-xl"></i></a>
                    <a href="#" class="hover:text-blue-400 transition"><i class="fab fa-github text-xl"></i></a>
                    <a href="#" class="hover:text-blue-400 transition"><i class="fab fa-discord text-xl"></i></a>
                </div>
            </div>
            
            <div class="mt-10 pt-6 border-t border-gray-800 text-center text-sm">
                <p>&copy; 2023 Idea Launchpad. All rights reserved. | <a href="#" class="hover:text-blue-400 underline">Privacy Policy</a> | <a href="#" class="hover:text-blue-400 underline">Terms of Service</a></p>
            </div>
        </div>
    </footer>
    
    <script>
        // Create stars background
        function createStars() {
            const starsContainer = document.getElementById('stars');
            const starCount = 200;
            
            for (let i = 0; i < starCount; i++) {
                const star = document.createElement('div');
                star.classList.add('star');
                
                // Random properties
                const size = Math.random() * 3;
                const posX = Math.random() * 100;
                const posY = Math.random() * 100;
                const opacity = Math.random() * 0.8 + 0.2;
                const duration = Math.random() * 5 + 3;
                
                star.style.width = `${size}px`;
                star.style.height = `${size}px`;
                star.style.left = `${posX}%`;
                star.style.top = `${posY}%`;
                star.style.opacity = opacity;
                star.style.setProperty('--duration', `${duration}s`);
                
                starsContainer.appendChild(star);
            }
        }
        
        // Animate rocket on form focus
        function setupRocketAnimation() {
            const rocket = document.getElementById('rocket');
            const formInputs = document.querySelectorAll('#submissionForm input, #submissionForm textarea, #submissionForm select');
            
            formInputs.forEach(input => {
                input.addEventListener('focus', () => {
                    const inputRect = input.getBoundingClientRect();
                    const rocketX = inputRect.left + inputRect.width/2 - 24;
                    const rocketY = inputRect.top - 80;
                    
                    rocket.style.left = `${rocketX}px`;
                    rocket.style.top = `${rocketY}px`;
                    rocket.style.transform = 'rotate(45deg)';
                });
                
                input.addEventListener('blur', () => {
                    rocket.style.transform = '';
                });
            });
        }
        
        // Form submission flow
        function setupFormFlow() {
            const startBtn = document.getElementById('startBtn');
            const submissionForm = document.getElementById('submissionForm');
            const launchBtn = document.getElementById('launchBtn');
            const successMessage = document.getElementById('successMessage');
            
            startBtn.addEventListener('click', () => {
                startBtn.classList.remove('pulse');
                submissionForm.classList.remove('hidden');
                submissionForm.scrollIntoView({ behavior: 'smooth' });
                
                // Animate rocket to form
                const formRect = submissionForm.getBoundingClientRect();
                const rocketX = formRect.left + formRect.width/2 - 24;
                const rocketY = formRect.top - 80;
                
                const rocket = document.getElementById('rocket');
                rocket.style.left = `${rocketX}px`;
                rocket.style.top = `${rocketY}px`;
            });
            
            launchBtn.addEventListener('click', (e) => {
                e.preventDefault();
                
                // Simple validation
                const ideaName = document.getElementById('idea-name').value;
                const ideaDesc = document.getElementById('idea-desc').value;
                const agreeTerms = document.getElementById('agree-terms').checked;
                
                if (!ideaName || !ideaDesc) {
                    alert('Please fill in all required fields');
                    return;
                }
                
                if (!agreeTerms) {
                    alert('You must agree to the terms to submit your idea');
                    return;
                }
                
                // Show success message
                submissionForm.classList.add('hidden');
                successMessage.classList.remove('hidden');
                successMessage.scrollIntoView({ behavior: 'smooth' });
                
                // Animate rocket off screen
                const rocket = document.getElementById('rocket');
                rocket.style.left = '120%';
                rocket.style.top = '-100px';
                rocket.style.transform = 'rotate(45deg)';
                
                // In a real app, you would submit the form data to a server here
                console.log('Idea submitted:', {
                    name: ideaName,
                    category: document.getElementById('idea-category').value,
                    description: ideaDesc,
                    impact: document.getElementById('impact-range').value
                });
            });
        }
        
        // Initialize everything when DOM is loaded
        document.addEventListener('DOMContentLoaded', () => {
            createStars();
            setupRocketAnimation();
            setupFormFlow();
        });
    </script>
<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=jaehyunshin/signal-idea" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>