Spaces:
Running
Running
more modern, add alot of animations, remember you dont have access to images.
Browse files- README.md +8 -5
- index.html +99 -19
README.md
CHANGED
|
@@ -1,10 +1,13 @@
|
|
| 1 |
---
|
| 2 |
-
title: Vortex Labs
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Vortex Labs π
|
| 3 |
+
colorFrom: pink
|
| 4 |
+
colorTo: gray
|
| 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).
|
index.html
CHANGED
|
@@ -1,19 +1,99 @@
|
|
| 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" class="scroll-smooth">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>Vortex Labs - Innovation Unleashed</title>
|
| 7 |
+
<link rel="icon" type="image/x-icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='40' fill='%236366f1'/%3E%3Cpath d='M50 20 L60 40 L80 40 L65 55 L70 75 L50 60 L30 75 L35 55 L20 40 L40 40 Z' fill='white'/%3E%3C/svg%3E">
|
| 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>
|
| 12 |
+
tailwind.config = {
|
| 13 |
+
theme: {
|
| 14 |
+
extend: {
|
| 15 |
+
colors: {
|
| 16 |
+
primary: '#6366f1',
|
| 17 |
+
secondary: '#ec4899',
|
| 18 |
+
accent: '#10b981'
|
| 19 |
+
},
|
| 20 |
+
animation: {
|
| 21 |
+
'float': 'float 6s ease-in-out infinite',
|
| 22 |
+
'float-slow': 'float 10s ease-in-out infinite',
|
| 23 |
+
'pulse-slow': 'pulse 3s cubic-bezier(0.4, 0, 0.6, 1) infinite',
|
| 24 |
+
'spin-slow': 'spin 8s linear infinite',
|
| 25 |
+
'bounce-slow': 'bounce 4s infinite',
|
| 26 |
+
'gradient': 'gradient 8s ease infinite',
|
| 27 |
+
'marquee': 'marquee 20s linear infinite',
|
| 28 |
+
'marquee-reverse': 'marquee 20s linear infinite reverse',
|
| 29 |
+
}
|
| 30 |
+
}
|
| 31 |
+
}
|
| 32 |
+
}
|
| 33 |
+
</script>
|
| 34 |
+
</head>
|
| 35 |
+
<body class="bg-gray-950 text-white overflow-x-hidden">
|
| 36 |
+
<!-- Animated Background -->
|
| 37 |
+
<div class="fixed inset-0 -z-10 opacity-20">
|
| 38 |
+
<div class="absolute top-0 left-0 w-96 h-96 bg-primary rounded-full blur-3xl animate-float"></div>
|
| 39 |
+
<div class="absolute bottom-0 right-0 w-96 h-96 bg-secondary rounded-full blur-3xl animate-float-slow"></div>
|
| 40 |
+
<div class="absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 w-64 h-64 bg-accent rounded-full blur-3xl animate-pulse-slow"></div>
|
| 41 |
+
</div>
|
| 42 |
+
|
| 43 |
+
<!-- Loading Screen -->
|
| 44 |
+
<div id="loader" class="fixed inset-0 bg-gray-950 z-50 flex items-center justify-center transition-opacity duration-500">
|
| 45 |
+
<div class="relative">
|
| 46 |
+
<div class="w-16 h-16 border-4 border-primary border-t-transparent rounded-full animate-spin"></div>
|
| 47 |
+
<div class="absolute inset-0 w-16 h-16 border-4 border-secondary border-t-transparent rounded-full animate-spin-slow"></div>
|
| 48 |
+
</div>
|
| 49 |
+
</div>
|
| 50 |
+
|
| 51 |
+
<!-- Cursor Follower -->
|
| 52 |
+
<div id="cursor" class="fixed w-6 h-6 bg-primary rounded-full pointer-events-none z-50 transition-transform duration-100 mix-blend-difference"></div>
|
| 53 |
+
|
| 54 |
+
<!-- Navigation -->
|
| 55 |
+
<vortex-navbar></vortex-navbar>
|
| 56 |
+
|
| 57 |
+
<!-- Hero Section -->
|
| 58 |
+
<section class="min-h-screen flex items-center justify-center px-4 relative">
|
| 59 |
+
<div class="absolute inset-0 bg-grid-pattern opacity-5"></div>
|
| 60 |
+
<div class="text-center max-w-5xl mx-auto pt-20">
|
| 61 |
+
<div class="mb-6 opacity-0 animate-fade-in" style="animation-delay: 0.2s;">
|
| 62 |
+
<span class="inline-block px-4 py-2 bg-primary/10 border border-primary/30 rounded-full text-primary text-sm font-medium backdrop-blur-sm animate-pulse">
|
| 63 |
+
<i data-feather="zap" class="inline w-4 h-4 mr-2"></i>
|
| 64 |
+
Innovating Tomorrow, Today
|
| 65 |
+
</span>
|
| 66 |
+
</div>
|
| 67 |
+
<h1 class="text-5xl md:text-7xl font-bold mb-6 opacity-0 animate-fade-in-up" style="animation-delay: 0.4s;">
|
| 68 |
+
We Craft
|
| 69 |
+
<span class="bg-gradient-to-r from-primary via-secondary to-accent bg-clip-text text-transparent animate-gradient">
|
| 70 |
+
Digital Vortexes
|
| 71 |
+
</span>
|
| 72 |
+
</h1>
|
| 73 |
+
<p class="text-xl md:text-2xl text-gray-300 mb-10 max-w-3xl mx-auto opacity-0 animate-fade-in-up" style="animation-delay: 0.6s;">
|
| 74 |
+
Transforming ideas into immersive experiences through cutting-edge technology and bold design.
|
| 75 |
+
</p>
|
| 76 |
+
<div class="flex flex-col sm:flex-row gap-4 justify-center opacity-0 animate-fade-in" style="animation-delay: 0.8s;">
|
| 77 |
+
<a href="about.html" class="vortex-btn-primary">
|
| 78 |
+
<span>Explore Our Universe</span>
|
| 79 |
+
<i data-feather="arrow-right" class="w-5 h-5 transition-transform group-hover:translate-x-1"></i>
|
| 80 |
+
</a>
|
| 81 |
+
<a href="contact.html" class="vortex-btn-secondary">
|
| 82 |
+
<i data-feather="message-circle" class="w-5 h-5"></i>
|
| 83 |
+
<span>Start a Project</span>
|
| 84 |
+
</a>
|
| 85 |
+
</div>
|
| 86 |
+
</div>
|
| 87 |
+
|
| 88 |
+
<!-- Scroll Indicator -->
|
| 89 |
+
<div class="absolute bottom-8 left-1/2 -translate-x-1/2 animate-bounce-slow">
|
| 90 |
+
<div class="w-6 h-10 border-2 border-gray-400 rounded-full flex justify-center">
|
| 91 |
+
<div class="w-1 h-3 bg-gray-400 rounded-full mt-2 animate-pulse"></div>
|
| 92 |
+
</div>
|
| 93 |
+
</div>
|
| 94 |
+
</section>
|
| 95 |
+
|
| 96 |
+
<!-- Marquee -->
|
| 97 |
+
<script src="https://huggingface.co/deepsite/deepsite-badge.js"></script>
|
| 98 |
+
</body>
|
| 99 |
+
</html>
|