Spaces:
Running
Running
remodernize this pleaseeeeeeeeeeeeeee
Browse files- index.html +32 -34
- style.css +116 -17
index.html
CHANGED
|
@@ -4,9 +4,9 @@
|
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
<title>ReelGen AI - Automatic Short Video Generator</title>
|
| 7 |
-
<script src="https://cdn.tailwindcss.com"></script>
|
| 8 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
| 9 |
-
<
|
|
|
|
| 10 |
@keyframes pulse {
|
| 11 |
0%, 100% { opacity: 1; }
|
| 12 |
50% { opacity: 0.5; }
|
|
@@ -23,36 +23,36 @@
|
|
| 23 |
}
|
| 24 |
</style>
|
| 25 |
</head>
|
| 26 |
-
<body
|
| 27 |
<div class="min-h-screen flex flex-col">
|
| 28 |
<!-- Header -->
|
| 29 |
-
<header class="
|
| 30 |
-
<div class="
|
| 31 |
-
<div class="flex items-center
|
| 32 |
-
<div class="w-
|
| 33 |
-
<h1 class="text-xl font-
|
| 34 |
</div>
|
| 35 |
-
<div class="flex items-center
|
| 36 |
-
<button class="p-2 rounded-full hover:bg-
|
| 37 |
-
<i class="fas fa-bell text-
|
| 38 |
</button>
|
| 39 |
-
<div class="w-8 h-8 rounded-full bg-
|
|
|
|
|
|
|
| 40 |
</div>
|
| 41 |
</div>
|
| 42 |
</header>
|
| 43 |
-
|
| 44 |
<!-- Main Content -->
|
| 45 |
<main class="flex-grow">
|
| 46 |
-
<div class="
|
| 47 |
<!-- Dashboard Header -->
|
| 48 |
<div class="mb-8">
|
| 49 |
<h2 class="text-2xl font-bold mb-2">Daily Reel Generator</h2>
|
| 50 |
-
<p class="text-
|
| 51 |
</div>
|
| 52 |
-
|
| 53 |
<!-- Generator Controls -->
|
| 54 |
-
<div class="
|
| 55 |
-
|
| 56 |
<div>
|
| 57 |
<h3 class="font-medium text-lg mb-1">Auto-Generation Settings</h3>
|
| 58 |
<p class="text-sm text-gray-500">Configure how your daily Reels are created</p>
|
|
@@ -144,18 +144,17 @@
|
|
| 144 |
</button>
|
| 145 |
</div>
|
| 146 |
</div>
|
| 147 |
-
|
| 148 |
<!-- Today's Generated Reel -->
|
| 149 |
<div class="mb-8">
|
| 150 |
<div class="flex items-center justify-between mb-4">
|
| 151 |
<h3 class="text-lg font-medium">Today's Generated Reel</h3>
|
| 152 |
-
<div class="text-sm text-
|
| 153 |
-
<i class="fas fa-circle text-
|
| 154 |
</div>
|
| 155 |
</div>
|
| 156 |
|
| 157 |
-
<div class="
|
| 158 |
-
|
| 159 |
<!-- Video Preview -->
|
| 160 |
<div class="md:col-span-2 p-4">
|
| 161 |
<div class="video-container bg-black rounded-lg overflow-hidden relative">
|
|
@@ -314,27 +313,26 @@
|
|
| 314 |
</div>
|
| 315 |
</div>
|
| 316 |
</main>
|
| 317 |
-
|
| 318 |
<!-- Footer -->
|
| 319 |
-
<footer class="
|
| 320 |
-
<div class="
|
| 321 |
<div class="flex flex-col md:flex-row justify-between items-center">
|
| 322 |
-
<div class="flex items-center
|
| 323 |
-
<div class="w-
|
| 324 |
<span class="font-medium">ReelGen AI</span>
|
| 325 |
</div>
|
| 326 |
-
<div class="flex
|
| 327 |
-
<a href="#" class="text-
|
| 328 |
-
<a href="#" class="text-
|
| 329 |
-
<a href="#" class="text-
|
| 330 |
</div>
|
| 331 |
</div>
|
| 332 |
-
<div class="mt-4 text-center md:text-left text-sm text-
|
| 333 |
© 2023 ReelGen AI. Automatically remixing your content for daily Reels.
|
| 334 |
</div>
|
| 335 |
</div>
|
| 336 |
</footer>
|
| 337 |
-
|
| 338 |
|
| 339 |
<script>
|
| 340 |
// Simple script to simulate generation process
|
|
|
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
<title>ReelGen AI - Automatic Short Video Generator</title>
|
|
|
|
| 7 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
| 8 |
+
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
|
| 9 |
+
<style>
|
| 10 |
@keyframes pulse {
|
| 11 |
0%, 100% { opacity: 1; }
|
| 12 |
50% { opacity: 0.5; }
|
|
|
|
| 23 |
}
|
| 24 |
</style>
|
| 25 |
</head>
|
| 26 |
+
<body>
|
| 27 |
<div class="min-h-screen flex flex-col">
|
| 28 |
<!-- Header -->
|
| 29 |
+
<header class="glass-effect sticky top-0 z-10">
|
| 30 |
+
<div class="container flex justify-between items-center py-4">
|
| 31 |
+
<div class="flex items-center gap-3">
|
| 32 |
+
<div class="w-9 h-9 rounded-full bg-gradient-to-r from-indigo-500 to-purple-500 flex items-center justify-center text-white font-bold text-sm">RG</div>
|
| 33 |
+
<h1 class="text-xl font-semibold">ReelGen AI</h1>
|
| 34 |
</div>
|
| 35 |
+
<div class="flex items-center gap-3">
|
| 36 |
+
<button class="p-2 rounded-full hover:bg-surface-2">
|
| 37 |
+
<i class="fas fa-bell text-text-secondary"></i>
|
| 38 |
</button>
|
| 39 |
+
<div class="w-8 h-8 rounded-full bg-surface-3 flex items-center justify-center">
|
| 40 |
+
<i class="fas fa-user text-text-tertiary"></i>
|
| 41 |
+
</div>
|
| 42 |
</div>
|
| 43 |
</div>
|
| 44 |
</header>
|
|
|
|
| 45 |
<!-- Main Content -->
|
| 46 |
<main class="flex-grow">
|
| 47 |
+
<div class="container py-8">
|
| 48 |
<!-- Dashboard Header -->
|
| 49 |
<div class="mb-8">
|
| 50 |
<h2 class="text-2xl font-bold mb-2">Daily Reel Generator</h2>
|
| 51 |
+
<p class="text-text-secondary">Automatically creates 3-15 second Instagram Reels by remixing existing content</p>
|
| 52 |
</div>
|
|
|
|
| 53 |
<!-- Generator Controls -->
|
| 54 |
+
<div class="card mb-8">
|
| 55 |
+
<div class="flex flex-col md:flex-row md:items-center md:justify-between gap-4">
|
| 56 |
<div>
|
| 57 |
<h3 class="font-medium text-lg mb-1">Auto-Generation Settings</h3>
|
| 58 |
<p class="text-sm text-gray-500">Configure how your daily Reels are created</p>
|
|
|
|
| 144 |
</button>
|
| 145 |
</div>
|
| 146 |
</div>
|
|
|
|
| 147 |
<!-- Today's Generated Reel -->
|
| 148 |
<div class="mb-8">
|
| 149 |
<div class="flex items-center justify-between mb-4">
|
| 150 |
<h3 class="text-lg font-medium">Today's Generated Reel</h3>
|
| 151 |
+
<div class="text-sm text-text-secondary">
|
| 152 |
+
<i class="fas fa-circle text-success mr-1 text-xs"></i> Ready to post
|
| 153 |
</div>
|
| 154 |
</div>
|
| 155 |
|
| 156 |
+
<div class="card overflow-hidden p-0">
|
| 157 |
+
<div class="grid grid-cols-1 md:grid-cols-3 gap-0">
|
| 158 |
<!-- Video Preview -->
|
| 159 |
<div class="md:col-span-2 p-4">
|
| 160 |
<div class="video-container bg-black rounded-lg overflow-hidden relative">
|
|
|
|
| 313 |
</div>
|
| 314 |
</div>
|
| 315 |
</main>
|
|
|
|
| 316 |
<!-- Footer -->
|
| 317 |
+
<footer class="border-t border-surface-3 py-6">
|
| 318 |
+
<div class="container">
|
| 319 |
<div class="flex flex-col md:flex-row justify-between items-center">
|
| 320 |
+
<div class="flex items-center gap-2 mb-4 md:mb-0">
|
| 321 |
+
<div class="w-5 h-5 rounded-full bg-gradient-to-r from-indigo-500 to-purple-500"></div>
|
| 322 |
<span class="font-medium">ReelGen AI</span>
|
| 323 |
</div>
|
| 324 |
+
<div class="flex gap-6">
|
| 325 |
+
<a href="#" class="text-text-secondary hover:text-text-primary">Privacy</a>
|
| 326 |
+
<a href="#" class="text-text-secondary hover:text-text-primary">Terms</a>
|
| 327 |
+
<a href="#" class="text-text-secondary hover:text-text-primary">Help</a>
|
| 328 |
</div>
|
| 329 |
</div>
|
| 330 |
+
<div class="mt-4 text-center md:text-left text-sm text-text-tertiary">
|
| 331 |
© 2023 ReelGen AI. Automatically remixing your content for daily Reels.
|
| 332 |
</div>
|
| 333 |
</div>
|
| 334 |
</footer>
|
| 335 |
+
</div>
|
| 336 |
|
| 337 |
<script>
|
| 338 |
// Simple script to simulate generation process
|
style.css
CHANGED
|
@@ -1,28 +1,127 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
body {
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
}
|
| 5 |
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
margin-top: 0;
|
| 9 |
}
|
| 10 |
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
margin-top: 5px;
|
| 16 |
}
|
| 17 |
|
| 18 |
.card {
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
}
|
| 25 |
|
| 26 |
-
|
| 27 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
}
|
|
|
|
| 1 |
+
|
| 2 |
+
:root {
|
| 3 |
+
--primary: #6366f1;
|
| 4 |
+
--primary-light: #818cf8;
|
| 5 |
+
--primary-dark: #4f46e5;
|
| 6 |
+
--surface: #ffffff;
|
| 7 |
+
--surface-1: #f8fafc;
|
| 8 |
+
--surface-2: #f1f5f9;
|
| 9 |
+
--surface-3: #e2e8f0;
|
| 10 |
+
--text-primary: #0f172a;
|
| 11 |
+
--text-secondary: #64748b;
|
| 12 |
+
--text-tertiary: #94a3b8;
|
| 13 |
+
--success: #10b981;
|
| 14 |
+
--warning: #f59e0b;
|
| 15 |
+
--error: #ef4444;
|
| 16 |
+
--radius-sm: 4px;
|
| 17 |
+
--radius-md: 8px;
|
| 18 |
+
--radius-lg: 12px;
|
| 19 |
+
--shadow-sm: 0 1px 2px 0 rgba(0,0,0,0.05);
|
| 20 |
+
--shadow-md: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -1px rgba(0,0,0,0.06);
|
| 21 |
+
--shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05);
|
| 22 |
+
--transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
| 23 |
+
}
|
| 24 |
+
|
| 25 |
body {
|
| 26 |
+
font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
|
| 27 |
+
background-color: var(--surface-1);
|
| 28 |
+
color: var(--text-primary);
|
| 29 |
+
line-height: 1.5;
|
| 30 |
+
-webkit-font-smoothing: antialiased;
|
| 31 |
+
}
|
| 32 |
+
|
| 33 |
+
h1, h2, h3, h4 {
|
| 34 |
+
font-weight: 600;
|
| 35 |
+
color: var(--text-primary);
|
| 36 |
+
}
|
| 37 |
+
|
| 38 |
+
a {
|
| 39 |
+
color: var(--primary);
|
| 40 |
+
text-decoration: none;
|
| 41 |
+
transition: var(--transition);
|
| 42 |
+
}
|
| 43 |
+
|
| 44 |
+
a:hover {
|
| 45 |
+
color: var(--primary-dark);
|
| 46 |
}
|
| 47 |
|
| 48 |
+
button {
|
| 49 |
+
transition: var(--transition);
|
|
|
|
| 50 |
}
|
| 51 |
|
| 52 |
+
.container {
|
| 53 |
+
max-width: 1440px;
|
| 54 |
+
margin: 0 auto;
|
| 55 |
+
padding: 0 1rem;
|
|
|
|
| 56 |
}
|
| 57 |
|
| 58 |
.card {
|
| 59 |
+
background: var(--surface);
|
| 60 |
+
border-radius: var(--radius-lg);
|
| 61 |
+
box-shadow: var(--shadow-sm);
|
| 62 |
+
padding: 1.5rem;
|
| 63 |
+
transition: var(--transition);
|
| 64 |
+
}
|
| 65 |
+
|
| 66 |
+
.card:hover {
|
| 67 |
+
box-shadow: var(--shadow-md);
|
| 68 |
+
}
|
| 69 |
+
|
| 70 |
+
.btn {
|
| 71 |
+
display: inline-flex;
|
| 72 |
+
align-items: center;
|
| 73 |
+
justify-content: center;
|
| 74 |
+
gap: 0.5rem;
|
| 75 |
+
font-weight: 500;
|
| 76 |
+
padding: 0.5rem 1rem;
|
| 77 |
+
border-radius: var(--radius-md);
|
| 78 |
+
cursor: pointer;
|
| 79 |
+
transition: var(--transition);
|
| 80 |
+
}
|
| 81 |
+
|
| 82 |
+
.btn-primary {
|
| 83 |
+
background: var(--primary);
|
| 84 |
+
color: white;
|
| 85 |
+
border: none;
|
| 86 |
+
}
|
| 87 |
+
|
| 88 |
+
.btn-primary:hover {
|
| 89 |
+
background: var(--primary-dark);
|
| 90 |
+
}
|
| 91 |
+
|
| 92 |
+
.btn-outline {
|
| 93 |
+
background: transparent;
|
| 94 |
+
border: 1px solid var(--surface-3);
|
| 95 |
+
color: var(--text-secondary);
|
| 96 |
+
}
|
| 97 |
+
|
| 98 |
+
.btn-outline:hover {
|
| 99 |
+
background: var(--surface-2);
|
| 100 |
+
border-color: var(--surface-3);
|
| 101 |
+
}
|
| 102 |
+
|
| 103 |
+
.glass-effect {
|
| 104 |
+
background: rgba(255, 255, 255, 0.7);
|
| 105 |
+
backdrop-filter: blur(10px);
|
| 106 |
+
-webkit-backdrop-filter: blur(10px);
|
| 107 |
+
border: 1px solid rgba(255, 255, 255, 0.2);
|
| 108 |
}
|
| 109 |
|
| 110 |
+
@media (prefers-color-scheme: dark) {
|
| 111 |
+
:root {
|
| 112 |
+
--primary: #818cf8;
|
| 113 |
+
--primary-dark: #6366f1;
|
| 114 |
+
--surface: #1e293b;
|
| 115 |
+
--surface-1: #0f172a;
|
| 116 |
+
--surface-2: #1e293b;
|
| 117 |
+
--surface-3: #334155;
|
| 118 |
+
--text-primary: #f8fafc;
|
| 119 |
+
--text-secondary: #94a3b8;
|
| 120 |
+
--text-tertiary: #64748b;
|
| 121 |
+
}
|
| 122 |
+
|
| 123 |
+
.glass-effect {
|
| 124 |
+
background: rgba(30, 41, 59, 0.7);
|
| 125 |
+
border: 1px solid rgba(30, 41, 59, 0.2);
|
| 126 |
+
}
|
| 127 |
}
|