CodeSerenity commited on
Commit
d3bcfda
·
verified ·
1 Parent(s): ecac693

buatin gw web sekelas apple dengan desain futuristik

Browse files
Files changed (1) hide show
  1. index.html +101 -94
index.html CHANGED
@@ -3,8 +3,8 @@
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>QuantumFolio 3D</title>
7
- <link rel="icon" type="image/x-icon" href="/static/favicon.ico">
8
  <script src="https://cdn.tailwindcss.com"></script>
9
  <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
10
  <script src="https://unpkg.com/feather-icons"></script>
@@ -62,9 +62,9 @@
62
  <nav class="fixed top-0 left-0 right-0 z-50 backdrop-filter backdrop-blur-lg bg-opacity-30 bg-gray-800 border-b border-cyan-500 border-opacity-20">
63
  <div class="container mx-auto px-6 py-3 flex justify-between items-center">
64
  <div class="text-2xl font-bold neon-text">
65
- <span class="text-cyan-400">Q</span>uantum<span class="text-cyan-400">F</span>olio
66
  </div>
67
- <div class="hidden md:flex space-x-8">
68
  <a href="#home" class="hover:text-cyan-400 transition duration-300">Home</a>
69
  <a href="#projects" class="hover:text-cyan-400 transition duration-300">Projects</a>
70
  <a href="#skills" class="hover:text-cyan-400 transition duration-300">Skills</a>
@@ -82,18 +82,18 @@
82
  <div class="container mx-auto px-6 py-16 flex flex-col md:flex-row items-center">
83
  <div class="md:w-1/2 mb-10 md:mb-0">
84
  <h1 class="text-4xl md:text-6xl font-bold mb-6 neon-text">
85
- Hi, I'm <span class="text-cyan-400">Alex</span>
86
  </h1>
87
  <h2 class="text-2xl md:text-3xl mb-8 text-cyan-300">
88
- Quantum UI/UX Designer & 3D Developer
89
- </h2>
90
  <div class="flex space-x-4">
91
  <a href="#projects" class="px-8 py-3 bg-cyan-600 hover:bg-cyan-700 rounded-full font-bold transition duration-300 glow-hover">
92
- View Work
93
- </a>
94
- <a href="#contact" class="px-8 py-3 border-2 border-cyan-400 hover:bg-cyan-900 rounded-full font-bold transition duration-300 glow-hover">
95
- Contact Me
96
  </a>
 
 
 
97
  </div>
98
  </div>
99
  <div class="md:w-1/2 relative">
@@ -174,115 +174,122 @@
174
  </div>
175
  </div>
176
  </section>
177
-
178
- <!-- Projects Section -->
179
- <section id="projects" class="py-20 bg-gray-800 bg-opacity-50">
180
  <div class="container mx-auto px-6">
181
- <h2 class="text-3xl font-bold text-center mb-16 neon-text">
182
- My <span class="text-cyan-400">Quantum</span> Projects
183
- </h2>
184
 
185
  <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
186
- <!-- Project 1 -->
187
- <div class="card-3d bg-gray-800 rounded-xl overflow-hidden border border-cyan-500 border-opacity-20 transition duration-500 hover:border-opacity-50">
188
- <div class="relative h-48 bg-gradient-to-br from-cyan-900 to-gray-900 flex items-center justify-center">
189
- <div class="absolute inset-0 bg-[url('http://static.photos/technology/640x360/1')] bg-cover bg-center opacity-70"></div>
190
- <div class="relative z-10 text-center p-4">
191
- <h3 class="text-xl font-bold text-cyan-300">Neural Interface</h3>
192
- <p class="text-sm text-cyan-100">3D Brain-Computer UI</p>
 
 
 
193
  </div>
194
  </div>
195
- <div class="p-6">
196
- <p class="text-gray-300 mb-4">A quantum-inspired neural interface that allows users to control devices with their thoughts.</p>
197
- <div class="flex space-x-2">
198
- <span class="px-2 py-1 bg-cyan-900 text-cyan-300 rounded-full text-xs">3D</span>
199
- <span class="px-2 py-1 bg-cyan-900 text-cyan-300 rounded-full text-xs">AI</span>
200
- <span class="px-2 py-1 bg-cyan-900 text-cyan-300 rounded-full text-xs">React</span>
201
- </div>
202
  </div>
203
  </div>
204
-
205
- <!-- Project 2 -->
206
- <div class="card-3d bg-gray-800 rounded-xl overflow-hidden border border-cyan-500 border-opacity-20 transition duration-500 hover:border-opacity-50">
207
- <div class="relative h-48 bg-gradient-to-br from-cyan-900 to-gray-900 flex items-center justify-center">
208
- <div class="absolute inset-0 bg-[url('http://static.photos/minimal/640x360/2')] bg-cover bg-center opacity-70"></div>
209
- <div class="relative z-10 text-center p-4">
210
- <h3 class="text-xl font-bold text-cyan-300">HoloSpace</h3>
211
- <p class="text-sm text-cyan-100">AR Workspace</p>
 
 
212
  </div>
213
  </div>
214
- <div class="p-6">
215
- <p class="text-gray-300 mb-4">An augmented reality workspace that transforms any surface into an interactive 3D display.</p>
216
- <div class="flex space-x-2">
217
- <span class="px-2 py-1 bg-cyan-900 text-cyan-300 rounded-full text-xs">AR</span>
218
- <span class="px-2 py-1 bg-cyan-900 text-cyan-300 rounded-full text-xs">Three.js</span>
219
- <span class="px-2 py-1 bg-cyan-900 text-cyan-300 rounded-full text-xs">WebXR</span>
220
- </div>
221
  </div>
222
  </div>
223
-
224
- <!-- Project 3 -->
225
- <div class="card-3d bg-gray-800 rounded-xl overflow-hidden border border-cyan-500 border-opacity-20 transition duration-500 hover:border-opacity-50">
226
- <div class="relative h-48 bg-gradient-to-br from-cyan-900 to-gray-900 flex items-center justify-center">
227
- <div class="absolute inset-0 bg-[url('http://static.photos/abstract/640x360/3')] bg-cover bg-center opacity-70"></div>
228
- <div class="relative z-10 text-center p-4">
229
- <h3 class="text-xl font-bold text-cyan-300">Quantum Dashboard</h3>
230
- <p class="text-sm text-cyan-100">Data Visualization</p>
 
 
231
  </div>
232
  </div>
233
- <div class="p-6">
234
- <p class="text-gray-300 mb-4">A futuristic dashboard that visualizes complex quantum data in an intuitive 3D interface.</p>
235
- <div class="flex space-x-2">
236
- <span class="px-2 py-1 bg-cyan-900 text-cyan-300 rounded-full text-xs">D3.js</span>
237
- <span class="px-2 py-1 bg-cyan-900 text-cyan-300 rounded-full text-xs">WebGL</span>
238
- <span class="px-2 py-1 bg-cyan-900 text-cyan-300 rounded-full text-xs">API</span>
239
- </div>
240
  </div>
241
  </div>
242
- </div>
243
  </div>
244
  </section>
245
-
246
- <!-- Skills Section -->
247
- <section id="skills" class="py-20">
248
  <div class="container mx-auto px-6">
249
- <h2 class="text-3xl font-bold text-center mb-16 neon-text">
250
- My <span class="text-cyan-400">Quantum</span> Skills
251
- </h2>
252
 
253
  <div class="grid grid-cols-2 md:grid-cols-3 lg:grid-cols-5 gap-8">
254
- <!-- Skill 1 -->
255
- <div class="card-3d bg-gray-800 bg-opacity-50 rounded-xl p-6 border border-cyan-500 border-opacity-20 flex flex-col items-center">
256
- <div class="w-16 h-16 mb-4 bg-cyan-900 rounded-full flex items-center justify-center glow-hover">
257
- <i data-feather="cpu" class="text-cyan-400"></i>
258
  </div>
259
- <h3 class="text-xl font-bold text-cyan-300">3D Modeling</h3>
260
- <p class="text-sm text-gray-300 text-center mt-2">Blender, Three.js, WebGL</p>
261
  </div>
262
-
263
- <!-- Skill 2 -->
264
- <div class="card-3d bg-gray-800 bg-opacity-50 rounded-xl p-6 border border-cyan-500 border-opacity-20 flex flex-col items-center">
265
- <div class="w-16 h-16 mb-4 bg-cyan-900 rounded-full flex items-center justify-center glow-hover">
266
- <i data-feather="code" class="text-cyan-400"></i>
267
  </div>
268
- <h3 class="text-xl font-bold text-cyan-300">Web Dev</h3>
269
- <p class="text-sm text-gray-300 text-center mt-2">React, Vue, Node.js</p>
270
  </div>
271
-
272
- <!-- Skill 3 -->
273
- <div class="card-3d bg-gray-800 bg-opacity-50 rounded-xl p-6 border border-cyan-500 border-opacity-20 flex flex-col items-center">
274
- <div class="w-16 h-16 mb-4 bg-cyan-900 rounded-full flex items-center justify-center glow-hover">
275
- <i data-feather="eye" class="text-cyan-400"></i>
276
  </div>
277
- <h3 class="text-xl font-bold text-cyan-300">UI/UX</h3>
278
- <p class="text-sm text-gray-300 text-center mt-2">Figma, Adobe XD, Framer</p>
279
  </div>
280
-
281
- <!-- Skill 4 -->
282
- <div class="card-3d bg-gray-800 bg-opacity-50 rounded-xl p-6 border border-cyan-500 border-opacity-20 flex flex-col items-center">
283
- <div class="w-16 h-16 mb-4 bg-cyan-900 rounded-full flex items-center justify-center glow-hover">
284
- <i data-feather="globe" class="text-cyan-400"></i>
285
  </div>
286
- <h3 class="text-xl
 
 
 
 
 
 
 
 
 
 
 
287
  </body>
288
  </html>
 
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>QuantumOS | Futuristic UI Experience</title>
7
+ <link rel="icon" type="image/x-icon" href="/static/favicon.ico">
8
  <script src="https://cdn.tailwindcss.com"></script>
9
  <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
10
  <script src="https://unpkg.com/feather-icons"></script>
 
62
  <nav class="fixed top-0 left-0 right-0 z-50 backdrop-filter backdrop-blur-lg bg-opacity-30 bg-gray-800 border-b border-cyan-500 border-opacity-20">
63
  <div class="container mx-auto px-6 py-3 flex justify-between items-center">
64
  <div class="text-2xl font-bold neon-text">
65
+ <span class="text-cyan-400">Q</span>uantum<span class="text-cyan-400">OS</span>
66
  </div>
67
+ <div class="hidden md:flex space-x-8">
68
  <a href="#home" class="hover:text-cyan-400 transition duration-300">Home</a>
69
  <a href="#projects" class="hover:text-cyan-400 transition duration-300">Projects</a>
70
  <a href="#skills" class="hover:text-cyan-400 transition duration-300">Skills</a>
 
82
  <div class="container mx-auto px-6 py-16 flex flex-col md:flex-row items-center">
83
  <div class="md:w-1/2 mb-10 md:mb-0">
84
  <h1 class="text-4xl md:text-6xl font-bold mb-6 neon-text">
85
+ The Future of <span class="text-cyan-400">Digital</span> Experience
86
  </h1>
87
  <h2 class="text-2xl md:text-3xl mb-8 text-cyan-300">
88
+ Where Quantum Computing Meets Minimalist Design
89
+ </h2>
90
  <div class="flex space-x-4">
91
  <a href="#projects" class="px-8 py-3 bg-cyan-600 hover:bg-cyan-700 rounded-full font-bold transition duration-300 glow-hover">
92
+ Explore Demo
 
 
 
93
  </a>
94
+ <a href="#products" class="px-8 py-3 border-2 border-cyan-400 hover:bg-cyan-900 rounded-full font-bold transition duration-300 glow-hover">
95
+ View Products
96
+ </a>
97
  </div>
98
  </div>
99
  <div class="md:w-1/2 relative">
 
174
  </div>
175
  </div>
176
  </section>
177
+ <!-- Products Section -->
178
+ <section id="products" class="py-20 bg-gray-900 bg-opacity-80">
 
179
  <div class="container mx-auto px-6">
180
+ <h2 class="text-4xl font-bold text-center mb-16 neon-text">
181
+ Quantum<span class="text-cyan-400">OS</span> Ecosystem
182
+ </h2>
183
 
184
  <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
185
+ <!-- Product 1 -->
186
+ <div class="card-3d bg-black rounded-xl overflow-hidden border border-gray-700 transition duration-500 hover:border-cyan-400">
187
+ <div class="relative h-64 flex items-center justify-center bg-gradient-to-b from-gray-900 to-black">
188
+ <div class="absolute inset-0 bg-[url('http://static.photos/minimal/640x360/10')] bg-cover bg-center opacity-20"></div>
189
+ <div class="relative z-10 text-center p-6">
190
+ <h3 class="text-2xl font-bold text-white mb-2">QuantumPhone</h3>
191
+ <p class="text-sm text-cyan-300">Next-gen holographic device</p>
192
+ <div class="mt-8">
193
+ <img src="http://static.photos/technology/640x360/11" alt="QuantumPhone" class="w-full h-32 object-contain">
194
+ </div>
195
  </div>
196
  </div>
197
+ <div class="p-6 border-t border-gray-800">
198
+ <p class="text-gray-400 mb-4">Experience the future with our seamless holographic interface powered by quantum computing.</p>
199
+ <button class="w-full py-2 bg-cyan-600 hover:bg-cyan-700 rounded-lg font-medium transition duration-300 text-white">
200
+ Learn More
201
+ </button>
 
 
202
  </div>
203
  </div>
204
+ <!-- Product 2 -->
205
+ <div class="card-3d bg-black rounded-xl overflow-hidden border border-gray-700 transition duration-500 hover:border-cyan-400">
206
+ <div class="relative h-64 flex items-center justify-center bg-gradient-to-b from-gray-900 to-black">
207
+ <div class="absolute inset-0 bg-[url('http://static.photos/technology/640x360/12')] bg-cover bg-center opacity-20"></div>
208
+ <div class="relative z-10 text-center p-6">
209
+ <h3 class="text-2xl font-bold text-white mb-2">QuantumVision Pro</h3>
210
+ <p class="text-sm text-cyan-300">Spatial computing redefined</p>
211
+ <div class="mt-8">
212
+ <img src="http://static.photos/technology/640x360/13" alt="QuantumVision Pro" class="w-full h-32 object-contain">
213
+ </div>
214
  </div>
215
  </div>
216
+ <div class="p-6 border-t border-gray-800">
217
+ <p class="text-gray-400 mb-4">Our most advanced spatial computer with quantum-level processing and photorealistic displays.</p>
218
+ <button class="w-full py-2 bg-cyan-600 hover:bg-cyan-700 rounded-lg font-medium transition duration-300 text-white">
219
+ Pre-order Now
220
+ </button>
 
 
221
  </div>
222
  </div>
223
+ <!-- Product 3 -->
224
+ <div class="card-3d bg-black rounded-xl overflow-hidden border border-gray-700 transition duration-500 hover:border-cyan-400">
225
+ <div class="relative h-64 flex items-center justify-center bg-gradient-to-b from-gray-900 to-black">
226
+ <div class="absolute inset-0 bg-[url('http://static.photos/abstract/640x360/14')] bg-cover bg-center opacity-20"></div>
227
+ <div class="relative z-10 text-center p-6">
228
+ <h3 class="text-2xl font-bold text-white mb-2">QuantumOS 2.0</h3>
229
+ <p class="text-sm text-cyan-300">The operating system of tomorrow</p>
230
+ <div class="mt-8">
231
+ <img src="http://static.photos/technology/640x360/15" alt="QuantumOS" class="w-full h-32 object-contain">
232
+ </div>
233
  </div>
234
  </div>
235
+ <div class="p-6 border-t border-gray-800">
236
+ <p class="text-gray-400 mb-4">Experience unprecedented speed and security with our quantum-powered operating system.</p>
237
+ <button class="w-full py-2 bg-cyan-600 hover:bg-cyan-700 rounded-lg font-medium transition duration-300 text-white">
238
+ Download Now
239
+ </button>
 
 
240
  </div>
241
  </div>
242
+ </div>
243
  </div>
244
  </section>
245
+ <!-- Features Section -->
246
+ <section id="features" class="py-20 bg-gradient-to-b from-gray-900 to-black">
 
247
  <div class="container mx-auto px-6">
248
+ <h2 class="text-4xl font-bold text-center mb-16 neon-text">
249
+ Quantum<span class="text-cyan-400">OS</span> Innovations
250
+ </h2>
251
 
252
  <div class="grid grid-cols-2 md:grid-cols-3 lg:grid-cols-5 gap-8">
253
+ <!-- Feature 1 -->
254
+ <div class="card-3d bg-gray-900 rounded-xl p-8 border border-gray-700 transition duration-500 hover:border-cyan-400">
255
+ <div class="w-20 h-20 mb-6 bg-gradient-to-br from-cyan-900 to-black rounded-full flex items-center justify-center mx-auto">
256
+ <i data-feather="zap" class="text-cyan-400 w-8 h-8"></i>
257
  </div>
258
+ <h3 class="text-xl font-bold text-white text-center mb-3">Quantum Speed</h3>
259
+ <p class="text-gray-400 text-center">Experience processing speeds that defy conventional limitations with our quantum architecture.</p>
260
  </div>
261
+ <!-- Feature 2 -->
262
+ <div class="card-3d bg-gray-900 rounded-xl p-8 border border-gray-700 transition duration-500 hover:border-cyan-400">
263
+ <div class="w-20 h-20 mb-6 bg-gradient-to-br from-cyan-900 to-black rounded-full flex items-center justify-center mx-auto">
264
+ <i data-feather="lock" class="text-cyan-400 w-8 h-8"></i>
 
265
  </div>
266
+ <h3 class="text-xl font-bold text-white text-center mb-3">Unbreakable Security</h3>
267
+ <p class="text-gray-400 text-center">Quantum encryption makes your data fundamentally unhackable by conventional means.</p>
268
  </div>
269
+ <!-- Feature 3 -->
270
+ <div class="card-3d bg-gray-900 rounded-xl p-8 border border-gray-700 transition duration-500 hover:border-cyan-400">
271
+ <div class="w-20 h-20 mb-6 bg-gradient-to-br from-cyan-900 to-black rounded-full flex items-center justify-center mx-auto">
272
+ <i data-feather="cpu" class="text-cyan-400 w-8 h-8"></i>
 
273
  </div>
274
+ <h3 class="text-xl font-bold text-white text-center mb-3">Neural Interface</h3>
275
+ <p class="text-gray-400 text-center">Control your devices with thought alone through our breakthrough neural network integration.</p>
276
  </div>
277
+ <!-- Feature 4 -->
278
+ <div class="card-3d bg-gray-900 rounded-xl p-8 border border-gray-700 transition duration-500 hover:border-cyan-400">
279
+ <div class="w-20 h-20 mb-6 bg-gradient-to-br from-cyan-900 to-black rounded-full flex items-center justify-center mx-auto">
280
+ <i data-feather="monitor" class="text-cyan-400 w-8 h-8"></i>
 
281
  </div>
282
+ <h3 class="text-xl font-bold text-white text-center mb-3">Photonic Display</h3>
283
+ <p class="text-gray-400 text-center">Our quantum dot displays achieve perfect color accuracy and infinite contrast.</p>
284
+ </div>
285
+
286
+ <!-- Feature 5 -->
287
+ <div class="card-3d bg-gray-900 rounded-xl p-8 border border-gray-700 transition duration-500 hover:border-cyan-400">
288
+ <div class="w-20 h-20 mb-6 bg-gradient-to-br from-cyan-900 to-black rounded-full flex items-center justify-center mx-auto">
289
+ <i data-feather="battery-charging" class="text-cyan-400 w-8 h-8"></i>
290
+ </div>
291
+ <h3 class="text-xl font-bold text-white text-center mb-3">Zero-Point Energy</h3>
292
+ <p class="text-gray-400 text-center">Harness quantum vacuum fluctuations for near-infinite battery life.</p>
293
+ </div>
294
  </body>
295
  </html>