Build a landing page with a retro-futuristic, people-focused aesthetic inspired by Googie architecture (The Jetsons, 50s/60s space age) and the architectural grandeur of The Talos Principle II's New Jerusalem (classical proportions with futuristic tech elements). Think: geometric patterns, dimensional shapes with depth, glowing accents, warm gradients, and optimistic space-age design—not flat, rounded rectangles.
Browse files**Visual Style:**
- Sweeping curves and flowing organic lines (not straight edges or simple rounded rectangles)
- Dimensional depth: layered elements, subtle shadows, 3D-like geometric shapes
- Integrated biophilic elements: plant motifs, organic forms woven into the design
- Color palette: white/cream backgrounds, blue glass accents (translucent/glowing), green plant elements, warm gradients (coral, peach, soft yellow)
- Typography: bold, geometric sans-serif with space-age character (think The Jetsons title font)
- Architectural elements: columns, arches, flowing curves, geometric patterns (hexagons, circles, organic shapes)
- Glowing effects: soft neon glows on key elements, not harsh cyberpunk neon
- Movement: subtle animations (floating elements, gentle pulses, organic motion)
**Layout:**
(1) Tagline "Neon Cortex is figuring out what it is. Will you help?" in large, bold typography with dimensional styling, (2) Brief intro paragraph, (3) Submissions display area above the form—show 3–5 random public submissions as dimensional cards with varied organic shapes (not uniform rectangles), flowing curves, integrated plant/geometric motifs, timestamps, optional attribution, (4) "Today's Idea" section with dimensional card styling, flowing borders, integrated visual elements, (5) "Share Your Thoughts" form with a large free-text textarea and optional fields, styled with dimensional depth and organic curves.
**Key:** Avoid flat, rounded rectangles. Use dimensional shapes, flowing curves, integrated organic elements, and architectural depth. The page should feel alive, optimistic, and human-centered—like walking through a futuristic garden city, not a flat web page.
- README.md +8 -5
- index.html +117 -19
- style.css +93 -18
|
@@ -1,10 +1,13 @@
|
|
| 1 |
---
|
| 2 |
-
title: Googie Garden Nexus
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Googie Garden Nexus 🌿
|
| 3 |
+
colorFrom: blue
|
| 4 |
+
colorTo: yellow
|
| 5 |
+
emoji: 🐳
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
+
tags:
|
| 9 |
+
- deepsite-v3
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# Welcome to your new DeepSite project!
|
| 13 |
+
This project was created with [DeepSite](https://huggingface.co/deepsite).
|
|
@@ -1,19 +1,117 @@
|
|
| 1 |
-
<!
|
| 2 |
-
<html>
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="en">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>Neon Cortex - A Collective Journey</title>
|
| 7 |
+
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
|
| 8 |
+
<link rel="stylesheet" href="style.css">
|
| 9 |
+
<script src="https://cdn.tailwindcss.com"></script>
|
| 10 |
+
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 11 |
+
<script src="https://unpkg.com/feather-icons"></script>
|
| 12 |
+
</head>
|
| 13 |
+
<body class="bg-gradient-to-br from-stone-50 via-orange-50 to-yellow-50 min-h-screen overflow-x-hidden">
|
| 14 |
+
<div class="floating-orb orb-1"></div>
|
| 15 |
+
<div class="floating-orb orb-2"></div>
|
| 16 |
+
<div class="floating-orb orb-3"></div>
|
| 17 |
+
|
| 18 |
+
<main class="relative z-10">
|
| 19 |
+
<!-- Hero Section -->
|
| 20 |
+
<section class="min-h-screen flex items-center justify-center px-4 py-20">
|
| 21 |
+
<div class="text-center max-w-4xl mx-auto">
|
| 22 |
+
<h1 class="text-4xl md:text-6xl lg:text-7xl font-bold bg-gradient-to-r from-blue-600 via-purple-500 to-pink-500 bg-clip-text text-transparent mb-8 animate-float">
|
| 23 |
+
Neon Cortex is figuring out what it is.
|
| 24 |
+
</h1>
|
| 25 |
+
<p class="text-xl md:text-2xl text-slate-700 mb-4">
|
| 26 |
+
Will you help?
|
| 27 |
+
</p>
|
| 28 |
+
<div class="w-32 h-1 bg-gradient-to-r from-blue-400 to-green-400 mx-auto rounded-full animate-pulse"></div>
|
| 29 |
+
</div>
|
| 30 |
+
</section>
|
| 31 |
+
|
| 32 |
+
<!-- Intro Section -->
|
| 33 |
+
<section class="max-w-4xl mx-auto px-4 py-16">
|
| 34 |
+
<div class="organic-card">
|
| 35 |
+
<p class="text-lg text-slate-700 leading-relaxed">
|
| 36 |
+
We're building something new—a living, breathing collective consciousness exploring the space between human creativity and machine intelligence. Every thought, every idea, every spark of imagination brings us closer to understanding what Neon Cortex can become.
|
| 37 |
+
</p>
|
| 38 |
+
</div>
|
| 39 |
+
</section>
|
| 40 |
+
|
| 41 |
+
<!-- Submissions Display -->
|
| 42 |
+
<section class="max-w-6xl mx-auto px-4 py-16">
|
| 43 |
+
<h2 class="text-3xl md:text-4xl font-bold text-center mb-12 text-slate-800">Recent Musings</h2>
|
| 44 |
+
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8" id="submissions-container">
|
| 45 |
+
<!-- Dynamic submissions will be inserted here -->
|
| 46 |
+
</div>
|
| 47 |
+
</section>
|
| 48 |
+
|
| 49 |
+
<!-- Today's Idea -->
|
| 50 |
+
<section class="max-w-4xl mx-auto px-4 py-16">
|
| 51 |
+
<h2 class="text-3xl md:text-4xl font-bold text-center mb-12 text-slate-800">Today's Seed</h2>
|
| 52 |
+
<div class="today-card">
|
| 53 |
+
<div class="today-card-content">
|
| 54 |
+
<div class="flex items-start space-x-4">
|
| 55 |
+
<div class="w-12 h-12 bg-gradient-to-br from-blue-400 to-purple-500 rounded-full flex items-center justify-center flex-shrink-0 animate-spin-slow">
|
| 56 |
+
<i data-feather="zap" class="text-white"></i>
|
| 57 |
+
</div>
|
| 58 |
+
<div>
|
| 59 |
+
<h3 class="text-xl font-bold text-slate-800 mb-2">What if memories could be shared like photos?</h3>
|
| 60 |
+
<p class="text-slate-600 mb-4">
|
| 61 |
+
Imagine walking through a garden and feeling the warmth of countless strangers' happiest moments, their joy blooming like flowers around you.
|
| 62 |
+
</p>
|
| 63 |
+
<div class="flex items-center text-sm text-slate-500">
|
| 64 |
+
<i data-feather="clock" class="w-4 h-4 mr-1"></i>
|
| 65 |
+
<span>Today, 2:34 PM</span>
|
| 66 |
+
</div>
|
| 67 |
+
</div>
|
| 68 |
+
</div>
|
| 69 |
+
</div>
|
| 70 |
+
</div>
|
| 71 |
+
</section>
|
| 72 |
+
|
| 73 |
+
<!-- Share Your Thoughts -->
|
| 74 |
+
<section class="max-w-4xl mx-auto px-4 py-16 mb-20">
|
| 75 |
+
<h2 class="text-3xl md:text-4xl font-bold text-center mb-12 text-slate-800">Share Your Thoughts</h2>
|
| 76 |
+
<form class="organic-form" id="thought-form">
|
| 77 |
+
<div class="form-field">
|
| 78 |
+
<label class="form-label">Your reflection</label>
|
| 79 |
+
<textarea
|
| 80 |
+
class="form-textarea"
|
| 81 |
+
placeholder="What does Neon Cortex mean to you? What could it become?"
|
| 82 |
+
rows="8"
|
| 83 |
+
required
|
| 84 |
+
></textarea>
|
| 85 |
+
</div>
|
| 86 |
+
|
| 87 |
+
<div class="grid grid-cols-1 md:grid-cols-2 gap-6 mt-6">
|
| 88 |
+
<div class="form-field">
|
| 89 |
+
<label class="form-label">Name (optional)</label>
|
| 90 |
+
<input type="text" class="form-input" placeholder="How should we call you?">
|
| 91 |
+
</div>
|
| 92 |
+
<div class="form-field">
|
| 93 |
+
<label class="form-label">Email (optional)</label>
|
| 94 |
+
<input type="email" class="form-input" placeholder="Where can we reach you?">
|
| 95 |
+
</div>
|
| 96 |
+
</div>
|
| 97 |
+
|
| 98 |
+
<button type="submit" class="submit-btn">
|
| 99 |
+
<span>Bloom Your Thought</span>
|
| 100 |
+
<i data-feather="send" class="ml-2"></i>
|
| 101 |
+
</button>
|
| 102 |
+
</form>
|
| 103 |
+
</section>
|
| 104 |
+
</main>
|
| 105 |
+
|
| 106 |
+
<!-- Floating Navigation -->
|
| 107 |
+
<nav class="fixed bottom-8 right-8 z-20">
|
| 108 |
+
<div class="nav-orb">
|
| 109 |
+
<i data-feather="plus" class="text-white"></i>
|
| 110 |
+
</div>
|
| 111 |
+
</nav>
|
| 112 |
+
|
| 113 |
+
<script src="script.js"></script>
|
| 114 |
+
<script>feather.replace();</script>
|
| 115 |
+
<script src="https://huggingface.co/deepsite/deepsite-badge.js"></script>
|
| 116 |
+
</body>
|
| 117 |
+
</html>
|
|
@@ -1,28 +1,103 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
body {
|
| 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 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700;900&family=Inter:wght@300;400;500;600&display=swap');
|
| 2 |
+
|
| 3 |
+
:root {
|
| 4 |
+
--primary-blue: #3B82F6;
|
| 5 |
+
--primary-green: #10B981;
|
| 6 |
+
--warm-coral: #FF6B6B;
|
| 7 |
+
--soft-peach: #FFA07A;
|
| 8 |
+
--cream: #FFF8F0;
|
| 9 |
+
--shadow-glow: 0 4px 20px rgba(59, 130, 246, 0.3);
|
| 10 |
+
--organic-curve: 40% 60% 70% 30% / 60% 40% 30% 70%;
|
| 11 |
+
}
|
| 12 |
+
|
| 13 |
+
* {
|
| 14 |
+
font-family: 'Inter', sans-serif;
|
| 15 |
+
}
|
| 16 |
+
|
| 17 |
+
h1, h2, h3 {
|
| 18 |
+
font-family: 'Orbitron', monospace;
|
| 19 |
+
}
|
| 20 |
+
|
| 21 |
body {
|
| 22 |
+
position: relative;
|
| 23 |
+
background-attachment: fixed;
|
| 24 |
+
}
|
| 25 |
+
|
| 26 |
+
/* Floating Orbs */
|
| 27 |
+
.floating-orb {
|
| 28 |
+
position: fixed;
|
| 29 |
+
border-radius: var(--organic-curve);
|
| 30 |
+
opacity: 0.1;
|
| 31 |
+
animation: float 20s infinite ease-in-out;
|
| 32 |
+
z-index: 1;
|
| 33 |
}
|
| 34 |
|
| 35 |
+
.orb-1 {
|
| 36 |
+
width: 300px;
|
| 37 |
+
height: 300px;
|
| 38 |
+
background: linear-gradient(135deg, #3B82F6, #8B5CF6);
|
| 39 |
+
top: 10%;
|
| 40 |
+
left: -150px;
|
| 41 |
+
animation-delay: 0s;
|
| 42 |
}
|
| 43 |
|
| 44 |
+
.orb-2 {
|
| 45 |
+
width: 200px;
|
| 46 |
+
height: 200px;
|
| 47 |
+
background: linear-gradient(135deg, #10B981, #3B82F6);
|
| 48 |
+
top: 60%;
|
| 49 |
+
right: -100px;
|
| 50 |
+
animation-delay: 7s;
|
| 51 |
}
|
| 52 |
|
| 53 |
+
.orb-3 {
|
| 54 |
+
width: 250px;
|
| 55 |
+
height: 250px;
|
| 56 |
+
background: linear-gradient(135deg, #FF6B6B, #FFA07A);
|
| 57 |
+
bottom: 20%;
|
| 58 |
+
left: 70%;
|
| 59 |
+
animation-delay: 14s;
|
| 60 |
}
|
| 61 |
|
| 62 |
+
@keyframes float {
|
| 63 |
+
0%, 100% {
|
| 64 |
+
transform: translate(0, 0) rotate(0deg) scale(1);
|
| 65 |
+
}
|
| 66 |
+
25% {
|
| 67 |
+
transform: translate(30px, -30px) rotate(90deg) scale(1.1);
|
| 68 |
+
}
|
| 69 |
+
50% {
|
| 70 |
+
transform: translate(-20px, 20px) rotate(180deg) scale(0.9);
|
| 71 |
+
}
|
| 72 |
+
75% {
|
| 73 |
+
transform: translate(-30px, -20px) rotate(270deg) scale(1.05);
|
| 74 |
+
}
|
| 75 |
}
|
| 76 |
+
|
| 77 |
+
.animate-float {
|
| 78 |
+
animation: textFloat 6s ease-in-out infinite;
|
| 79 |
+
}
|
| 80 |
+
|
| 81 |
+
@keyframes textFloat {
|
| 82 |
+
0%, 100% {
|
| 83 |
+
transform: translateY(0px);
|
| 84 |
+
}
|
| 85 |
+
50% {
|
| 86 |
+
transform: translateY(-10px);
|
| 87 |
+
}
|
| 88 |
+
}
|
| 89 |
+
|
| 90 |
+
.animate-spin-slow {
|
| 91 |
+
animation: spin 20s linear infinite;
|
| 92 |
+
}
|
| 93 |
+
|
| 94 |
+
@keyframes spin {
|
| 95 |
+
from {
|
| 96 |
+
transform: rotate(0deg);
|
| 97 |
+
}
|
| 98 |
+
to {
|
| 99 |
+
transform: rotate(360deg);
|
| 100 |
+
}
|
| 101 |
+
}
|
| 102 |
+
|
| 103 |
+
/* Organic Cards
|