Spaces:
Running
Running
enhance design on landing page and persian.html 10x - both must have consistent cohesive design (both are part of the same unit)
Browse files- index.html +103 -84
- style.css +371 -17
index.html
CHANGED
|
@@ -17,12 +17,14 @@
|
|
| 17 |
<!-- Feather Icons -->
|
| 18 |
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 19 |
<script src="https://unpkg.com/feather-icons"></script>
|
| 20 |
-
|
| 21 |
<!-- Custom Styles -->
|
| 22 |
<link rel="stylesheet" href="style.css">
|
| 23 |
|
|
|
|
|
|
|
|
|
|
| 24 |
<!-- Tailwind Config -->
|
| 25 |
-
|
| 26 |
tailwind.config = {
|
| 27 |
theme: {
|
| 28 |
extend: {
|
|
@@ -50,154 +52,171 @@
|
|
| 50 |
فارسی
|
| 51 |
</button>
|
| 52 |
</div>
|
| 53 |
-
<!-- Hero Section -->
|
| 54 |
-
<section class="min-h-screen flex items-center justify-center relative overflow-hidden bg-gradient-to-br from-
|
| 55 |
-
<!-- Animated Background -->
|
| 56 |
<div class="absolute inset-0">
|
| 57 |
-
|
| 58 |
-
<div class="absolute top-
|
| 59 |
-
<div class="absolute
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
</div>
|
| 61 |
|
| 62 |
-
<!-- Hero Content -->
|
| 63 |
-
<div class="relative z-10 text-center px-4 max-w-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
|
|
|
|
|
|
|
|
|
|
| 68 |
</div>
|
| 69 |
</div>
|
| 70 |
</div>
|
| 71 |
|
| 72 |
-
|
|
|
|
| 73 |
Persian AI Community
|
| 74 |
</h1>
|
| 75 |
|
| 76 |
-
|
|
|
|
| 77 |
Advancing Persian AI through collaborative datasets, models, and research
|
| 78 |
</p>
|
| 79 |
|
| 80 |
-
|
| 81 |
-
|
| 82 |
-
|
|
|
|
| 83 |
View on HuggingFace
|
| 84 |
-
<i data-feather="external-link" class="w-
|
| 85 |
</a>
|
| 86 |
-
<a href="#collections" class="group inline-flex items-center gap-
|
| 87 |
-
<i data-feather="grid" class="w-
|
| 88 |
Explore Collections
|
| 89 |
</a>
|
| 90 |
</div>
|
| 91 |
|
| 92 |
-
<!-- Stats -->
|
| 93 |
-
<div class="grid grid-cols-1 md:grid-cols-3 gap-8 mt-
|
| 94 |
-
<div class="stat-card bg-white/
|
| 95 |
-
<div class="text-
|
| 96 |
-
<i data-feather="database" class="w-
|
| 97 |
</div>
|
| 98 |
-
<div class="text-
|
| 99 |
-
<div class="text-gray-600">Datasets</div>
|
| 100 |
</div>
|
| 101 |
-
<div class="stat-card bg-white/
|
| 102 |
-
<div class="text-
|
| 103 |
-
<i data-feather="box" class="w-
|
| 104 |
</div>
|
| 105 |
-
<div class="text-
|
| 106 |
-
<div class="text-gray-600">Models</div>
|
| 107 |
</div>
|
| 108 |
-
<div class="stat-card bg-white/
|
| 109 |
-
<div class="text-
|
| 110 |
-
<i data-feather="users" class="w-
|
| 111 |
</div>
|
| 112 |
-
<div class="text-
|
| 113 |
-
<div class="text-gray-600">Contributors</div>
|
| 114 |
</div>
|
| 115 |
</div>
|
| 116 |
</div>
|
| 117 |
|
| 118 |
-
<!-- Scroll Indicator -->
|
| 119 |
-
<div class="absolute bottom-
|
| 120 |
-
<
|
|
|
|
|
|
|
| 121 |
</div>
|
| 122 |
</section>
|
| 123 |
-
|
| 124 |
<!-- Mission Section -->
|
| 125 |
-
<section class="py-
|
| 126 |
<div class="max-w-6xl mx-auto">
|
| 127 |
-
<h2 class="section-title text-4xl md:text-5xl font-
|
| 128 |
Our Mission
|
| 129 |
</h2>
|
| 130 |
|
| 131 |
<div class="grid md:grid-cols-3 gap-8">
|
| 132 |
-
<div class="mission-card text-center p-
|
| 133 |
-
<div class="w-
|
| 134 |
-
<i data-feather="trending-up" class="w-
|
| 135 |
</div>
|
| 136 |
-
<h3 class="text-
|
| 137 |
-
<p class="text-gray-600 leading-relaxed">Develop and refine models and datasets for the Persian language.</p>
|
| 138 |
</div>
|
| 139 |
|
| 140 |
-
<div class="mission-card text-center p-
|
| 141 |
-
<div class="w-
|
| 142 |
-
<i data-feather="unlock" class="w-
|
| 143 |
</div>
|
| 144 |
-
<h3 class="text-
|
| 145 |
-
<p class="text-gray-600 leading-relaxed">Make Farsi datasets, NLP models, and AI tools widely available.</p>
|
| 146 |
</div>
|
| 147 |
|
| 148 |
-
<div class="mission-card text-center p-
|
| 149 |
-
<div class="w-
|
| 150 |
-
<i data-feather="users" class="w-
|
| 151 |
</div>
|
| 152 |
-
<h3 class="text-
|
| 153 |
-
<p class="text-gray-600 leading-relaxed">Connect AI experts, students, and enthusiasts for knowledge sharing.</p>
|
| 154 |
</div>
|
| 155 |
</div>
|
| 156 |
</div>
|
| 157 |
</section>
|
| 158 |
-
|
| 159 |
<!-- Collections Section -->
|
| 160 |
-
<section id="collections" class="py-
|
| 161 |
<div class="max-w-6xl mx-auto">
|
| 162 |
-
<h2 class="section-title text-4xl md:text-5xl font-
|
| 163 |
Featured Collections
|
| 164 |
</h2>
|
| 165 |
|
| 166 |
-
<div class="grid md:grid-cols-3 gap-
|
| 167 |
-
<a href="https://huggingface.co/collections/PersianAICommunity/fibonacci-ai" target="_blank" class="collection-card group block bg-white rounded-
|
| 168 |
-
<div class="h-
|
| 169 |
-
<
|
|
|
|
| 170 |
</div>
|
| 171 |
-
<div class="p-
|
| 172 |
-
<h3 class="text-
|
| 173 |
-
<p class="text-gray-600">Advanced AI models with Fibonacci-inspired architectures</p>
|
| 174 |
</div>
|
| 175 |
</a>
|
| 176 |
|
| 177 |
-
<a href="https://huggingface.co/collections/PersianAICommunity/persian-datasets" target="_blank" class="collection-card group block bg-white rounded-
|
| 178 |
-
<div class="h-
|
| 179 |
-
<
|
|
|
|
| 180 |
</div>
|
| 181 |
-
<div class="p-
|
| 182 |
-
<h3 class="text-
|
| 183 |
-
<p class="text-gray-600">Comprehensive datasets for Persian language processing</p>
|
| 184 |
</div>
|
| 185 |
</a>
|
| 186 |
|
| 187 |
-
<a href="https://huggingface.co/collections/PersianAICommunity/persian-models1" target="_blank" class="collection-card group block bg-white rounded-
|
| 188 |
-
<div class="h-
|
| 189 |
-
<
|
|
|
|
| 190 |
</div>
|
| 191 |
-
<div class="p-
|
| 192 |
-
<h3 class="text-
|
| 193 |
-
<p class="text-gray-600">State-of-the-art models optimized for Persian language</p>
|
| 194 |
</div>
|
| 195 |
</a>
|
| 196 |
</div>
|
| 197 |
</div>
|
| 198 |
</section>
|
| 199 |
-
|
| 200 |
-
<!-- Get Involved Section -->
|
| 201 |
<section class="py-20 px-4 bg-white">
|
| 202 |
<div class="max-w-6xl mx-auto">
|
| 203 |
<h2 class="section-title text-4xl md:text-5xl font-bold text-center mb-16 bg-gradient-to-r from-persian-yellow to-persian-red bg-clip-text text-transparent">
|
|
|
|
| 17 |
<!-- Feather Icons -->
|
| 18 |
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 19 |
<script src="https://unpkg.com/feather-icons"></script>
|
|
|
|
| 20 |
<!-- Custom Styles -->
|
| 21 |
<link rel="stylesheet" href="style.css">
|
| 22 |
|
| 23 |
+
<!-- Additional Fonts for Enhanced Design -->
|
| 24 |
+
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Playfair+Display:wght@400;700;900&display=swap" rel="stylesheet">
|
| 25 |
+
|
| 26 |
<!-- Tailwind Config -->
|
| 27 |
+
<script>
|
| 28 |
tailwind.config = {
|
| 29 |
theme: {
|
| 30 |
extend: {
|
|
|
|
| 52 |
فارسی
|
| 53 |
</button>
|
| 54 |
</div>
|
| 55 |
+
<!-- Hero Section -->
|
| 56 |
+
<section class="min-h-screen flex items-center justify-center relative overflow-hidden bg-gradient-to-br from-amber-50 via-orange-50 to-red-50">
|
| 57 |
+
<!-- Enhanced Animated Background -->
|
| 58 |
<div class="absolute inset-0">
|
| 59 |
+
<!-- Gradient orbs with enhanced animation -->
|
| 60 |
+
<div class="absolute top-10 left-10 w-96 h-96 bg-gradient-to-br from-persian-yellow via-persian-orange to-persian-red rounded-full mix-blend-multiply filter blur-2xl opacity-60 animate-blob"></div>
|
| 61 |
+
<div class="absolute top-32 right-10 w-80 h-80 bg-gradient-to-br from-purple-400 via-pink-500 to-red-500 rounded-full mix-blend-multiply filter blur-2xl opacity-50 animate-blob animation-delay-2000"></div>
|
| 62 |
+
<div class="absolute bottom-10 left-1/3 w-72 h-72 bg-gradient-to-br from-amber-400 via-orange-500 to-red-500 rounded-full mix-blend-multiply filter blur-2xl opacity-40 animate-blob animation-delay-4000"></div>
|
| 63 |
+
|
| 64 |
+
<!-- Floating particles -->
|
| 65 |
+
<div class="absolute inset-0">
|
| 66 |
+
<div class="absolute top-1/4 left-1/4 w-2 h-2 bg-persian-yellow rounded-full animate-pulse"></div>
|
| 67 |
+
<div class="absolute top-1/3 right-1/4 w-3 h-3 bg-persian-orange rounded-full animate-pulse animation-delay-1000"></div>
|
| 68 |
+
<div class="absolute bottom-1/4 left-1/3 w-2 h-2 bg-persian-red rounded-full animate-pulse animation-delay-2000"></div>
|
| 69 |
+
<div class="absolute top-1/2 left-2/3 w-1 h-1 bg-gradient-to-r from-persian-yellow to-persian-red rounded-full animate-pulse animation-delay-1500"></div>
|
| 70 |
+
</div>
|
| 71 |
</div>
|
| 72 |
|
| 73 |
+
<!-- Enhanced Hero Content -->
|
| 74 |
+
<div class="relative z-10 text-center px-4 max-w-6xl mx-auto">
|
| 75 |
+
<!-- Enhanced Logo -->
|
| 76 |
+
<div class="mb-12">
|
| 77 |
+
<div class="inline-flex items-center justify-center w-40 h-40 rounded-full bg-gradient-to-br from-persian-yellow via-persian-orange to-persian-red p-1 mb-8 group hover:scale-110 transition-transform duration-500">
|
| 78 |
+
<div class="w-full h-full rounded-full bg-white/95 backdrop-blur-sm flex items-center justify-center relative overflow-hidden">
|
| 79 |
+
<i data-feather="cpu" class="w-20 h-20 text-persian-red z-10"></i>
|
| 80 |
+
<!-- Background pattern -->
|
| 81 |
+
<div class="absolute inset-0 bg-gradient-to-br from-persian-yellow/10 via-persian-orange/10 to-persian-red/10"></div>
|
| 82 |
</div>
|
| 83 |
</div>
|
| 84 |
</div>
|
| 85 |
|
| 86 |
+
<!-- Enhanced Title -->
|
| 87 |
+
<h1 class="hero-title font-black mb-8 bg-gradient-to-r from-persian-yellow via-persian-orange to-persian-red bg-clip-text text-transparent" style="font-family: 'Playfair Display', serif; font-size: clamp(3rem, 8vw, 6rem);">
|
| 88 |
Persian AI Community
|
| 89 |
</h1>
|
| 90 |
|
| 91 |
+
<!-- Enhanced Subtitle -->
|
| 92 |
+
<p class="hero-subtitle text-xl md:text-3xl text-gray-700 mb-12 max-w-4xl mx-auto leading-relaxed font-light">
|
| 93 |
Advancing Persian AI through collaborative datasets, models, and research
|
| 94 |
</p>
|
| 95 |
|
| 96 |
+
<!-- Enhanced CTA Buttons -->
|
| 97 |
+
<div class="flex flex-wrap gap-6 justify-center mb-16">
|
| 98 |
+
<a href="https://huggingface.co/PersianAICommunity" target="_blank" class="btn-primary group inline-flex items-center gap-3 px-10 py-6 bg-gradient-to-r from-persian-yellow via-persian-orange to-persian-red text-white font-bold rounded-full hover:shadow-2xl transform hover:-translate-y-2 transition-all duration-300 text-lg">
|
| 99 |
+
<i data-feather="home" class="w-6 h-6"></i>
|
| 100 |
View on HuggingFace
|
| 101 |
+
<i data-feather="external-link" class="w-5 h-5 group-hover:rotate-45 transition-transform"></i>
|
| 102 |
</a>
|
| 103 |
+
<a href="#collections" class="btn-secondary group inline-flex items-center gap-3 px-10 py-6 bg-white/90 backdrop-blur-sm text-persian-red border-3 border-persian-red font-bold rounded-full hover:bg-persian-red hover:text-white transition-all duration-300 text-lg">
|
| 104 |
+
<i data-feather="grid" class="w-6 h-6"></i>
|
| 105 |
Explore Collections
|
| 106 |
</a>
|
| 107 |
</div>
|
| 108 |
|
| 109 |
+
<!-- Enhanced Stats -->
|
| 110 |
+
<div class="grid grid-cols-1 md:grid-cols-3 gap-8 mt-20">
|
| 111 |
+
<div class="stat-card bg-white/90 backdrop-blur-sm rounded-3xl p-8 hover:scale-110 transition-all duration-500 shadow-xl hover:shadow-2xl group">
|
| 112 |
+
<div class="text-5xl font-black mb-4 bg-gradient-to-r from-persian-yellow to-persian-orange bg-clip-text text-transparent">
|
| 113 |
+
<i data-feather="database" class="w-12 h-12 mx-auto mb-4 group-hover:scale-125 transition-transform"></i>
|
| 114 |
</div>
|
| 115 |
+
<div class="text-4xl font-black text-gray-800 mb-2">50+</div>
|
| 116 |
+
<div class="text-lg text-gray-600 font-medium">Datasets</div>
|
| 117 |
</div>
|
| 118 |
+
<div class="stat-card bg-white/90 backdrop-blur-sm rounded-3xl p-8 hover:scale-110 transition-all duration-500 shadow-xl hover:shadow-2xl group">
|
| 119 |
+
<div class="text-5xl font-black mb-4 bg-gradient-to-r from-persian-orange to-persian-red bg-clip-text text-transparent">
|
| 120 |
+
<i data-feather="box" class="w-12 h-12 mx-auto mb-4 group-hover:scale-125 transition-transform"></i>
|
| 121 |
</div>
|
| 122 |
+
<div class="text-4xl font-black text-gray-800 mb-2">100+</div>
|
| 123 |
+
<div class="text-lg text-gray-600 font-medium">Models</div>
|
| 124 |
</div>
|
| 125 |
+
<div class="stat-card bg-white/90 backdrop-blur-sm rounded-3xl p-8 hover:scale-110 transition-all duration-500 shadow-xl hover:shadow-2xl group">
|
| 126 |
+
<div class="text-5xl font-black mb-4 bg-gradient-to-r from-persian-red to-pink-500 bg-clip-text text-transparent">
|
| 127 |
+
<i data-feather="users" class="w-12 h-12 mx-auto mb-4 group-hover:scale-125 transition-transform"></i>
|
| 128 |
</div>
|
| 129 |
+
<div class="text-4xl font-black text-gray-800 mb-2">1000+</div>
|
| 130 |
+
<div class="text-lg text-gray-600 font-medium">Contributors</div>
|
| 131 |
</div>
|
| 132 |
</div>
|
| 133 |
</div>
|
| 134 |
|
| 135 |
+
<!-- Enhanced Scroll Indicator -->
|
| 136 |
+
<div class="absolute bottom-12 left-1/2 transform -translate-x-1/2 animate-bounce group cursor-pointer">
|
| 137 |
+
<div class="w-12 h-12 rounded-full bg-white/80 backdrop-blur-sm flex items-center justify-center group-hover:scale-110 transition-transform">
|
| 138 |
+
<i data-feather="chevron-down" class="w-6 h-6 text-gray-600 group-hover:text-persian-orange transition-colors"></i>
|
| 139 |
+
</div>
|
| 140 |
</div>
|
| 141 |
</section>
|
|
|
|
| 142 |
<!-- Mission Section -->
|
| 143 |
+
<section class="py-24 px-4 bg-gradient-to-br from-white via-amber-50/30 to-orange-50/20">
|
| 144 |
<div class="max-w-6xl mx-auto">
|
| 145 |
+
<h2 class="section-title text-4xl md:text-5xl font-black text-center mb-20 bg-gradient-to-r from-persian-yellow via-persian-orange to-persian-red bg-clip-text text-transparent" style="font-family: 'Playfair Display', serif;">
|
| 146 |
Our Mission
|
| 147 |
</h2>
|
| 148 |
|
| 149 |
<div class="grid md:grid-cols-3 gap-8">
|
| 150 |
+
<div class="mission-card text-center p-10 rounded-3xl hover:shadow-3xl transition-all duration-500 border-3 border-transparent hover:border-persian-yellow bg-white/80 backdrop-blur-sm group">
|
| 151 |
+
<div class="w-24 h-24 mx-auto mb-8 bg-gradient-to-br from-persian-yellow via-persian-orange to-orange-400 rounded-3xl flex items-center justify-center group-hover:scale-110 transition-transform duration-300">
|
| 152 |
+
<i data-feather="trending-up" class="w-12 h-12 text-white"></i>
|
| 153 |
</div>
|
| 154 |
+
<h3 class="text-2xl font-black mb-6 text-gray-800 group-hover:text-persian-orange transition-colors">Advance Farsi AI</h3>
|
| 155 |
+
<p class="text-gray-600 leading-relaxed text-lg">Develop and refine models and datasets for the Persian language.</p>
|
| 156 |
</div>
|
| 157 |
|
| 158 |
+
<div class="mission-card text-center p-10 rounded-3xl hover:shadow-3xl transition-all duration-500 border-3 border-transparent hover:border-persian-orange bg-white/80 backdrop-blur-sm group">
|
| 159 |
+
<div class="w-24 h-24 mx-auto mb-8 bg-gradient-to-br from-persian-orange via-orange-500 to-persian-red rounded-3xl flex items-center justify-center group-hover:scale-110 transition-transform duration-300">
|
| 160 |
+
<i data-feather="unlock" class="w-12 h-12 text-white"></i>
|
| 161 |
</div>
|
| 162 |
+
<h3 class="text-2xl font-black mb-6 text-gray-800 group-hover:text-persian-orange transition-colors">Increase Accessibility</h3>
|
| 163 |
+
<p class="text-gray-600 leading-relaxed text-lg">Make Farsi datasets, NLP models, and AI tools widely available.</p>
|
| 164 |
</div>
|
| 165 |
|
| 166 |
+
<div class="mission-card text-center p-10 rounded-3xl hover:shadow-3xl transition-all duration-500 border-3 border-transparent hover:border-persian-red bg-white/80 backdrop-blur-sm group">
|
| 167 |
+
<div class="w-24 h-24 mx-auto mb-8 bg-gradient-to-br from-persian-red via-red-500 to-pink-500 rounded-3xl flex items-center justify-center group-hover:scale-110 transition-transform duration-300">
|
| 168 |
+
<i data-feather="users" class="w-12 h-12 text-white"></i>
|
| 169 |
</div>
|
| 170 |
+
<h3 class="text-2xl font-black mb-6 text-gray-800 group-hover:text-persian-orange transition-colors">Foster Collaboration</h3>
|
| 171 |
+
<p class="text-gray-600 leading-relaxed text-lg">Connect AI experts, students, and enthusiasts for knowledge sharing.</p>
|
| 172 |
</div>
|
| 173 |
</div>
|
| 174 |
</div>
|
| 175 |
</section>
|
|
|
|
| 176 |
<!-- Collections Section -->
|
| 177 |
+
<section id="collections" class="py-24 px-4 bg-gradient-to-br from-gray-50 via-amber-50/20 to-orange-50/30">
|
| 178 |
<div class="max-w-6xl mx-auto">
|
| 179 |
+
<h2 class="section-title text-4xl md:text-5xl font-black text-center mb-20 bg-gradient-to-r from-persian-yellow via-persian-orange to-persian-red bg-clip-text text-transparent" style="font-family: 'Playfair Display', serif;">
|
| 180 |
Featured Collections
|
| 181 |
</h2>
|
| 182 |
|
| 183 |
+
<div class="grid md:grid-cols-3 gap-10">
|
| 184 |
+
<a href="https://huggingface.co/collections/PersianAICommunity/fibonacci-ai" target="_blank" class="collection-card group block bg-white rounded-3xl overflow-hidden shadow-xl hover:shadow-3xl transition-all duration-500 transform hover:-translate-y-4">
|
| 185 |
+
<div class="h-64 bg-gradient-to-br from-purple-500 via-pink-500 to-red-500 flex items-center justify-center relative overflow-hidden">
|
| 186 |
+
<div class="absolute inset-0 bg-gradient-to-br from-white/10 to-transparent"></div>
|
| 187 |
+
<i data-feather="git-branch" class="w-32 h-32 text-white relative z-10 group-hover:scale-110 transition-transform duration-300"></i>
|
| 188 |
</div>
|
| 189 |
+
<div class="p-8">
|
| 190 |
+
<h3 class="text-2xl font-black mb-3 group-hover:text-persian-orange transition-colors">Fibonacci AI</h3>
|
| 191 |
+
<p class="text-gray-600 text-lg leading-relaxed">Advanced AI models with Fibonacci-inspired architectures</p>
|
| 192 |
</div>
|
| 193 |
</a>
|
| 194 |
|
| 195 |
+
<a href="https://huggingface.co/collections/PersianAICommunity/persian-datasets" target="_blank" class="collection-card group block bg-white rounded-3xl overflow-hidden shadow-xl hover:shadow-3xl transition-all duration-500 transform hover:-translate-y-4">
|
| 196 |
+
<div class="h-64 bg-gradient-to-br from-persian-yellow via-persian-orange to-orange-400 flex items-center justify-center relative overflow-hidden">
|
| 197 |
+
<div class="absolute inset-0 bg-gradient-to-br from-white/10 to-transparent"></div>
|
| 198 |
+
<i data-feather="database" class="w-32 h-32 text-white relative z-10 group-hover:scale-110 transition-transform duration-300"></i>
|
| 199 |
</div>
|
| 200 |
+
<div class="p-8">
|
| 201 |
+
<h3 class="text-2xl font-black mb-3 group-hover:text-persian-orange transition-colors">Persian Datasets</h3>
|
| 202 |
+
<p class="text-gray-600 text-lg leading-relaxed">Comprehensive datasets for Persian language processing</p>
|
| 203 |
</div>
|
| 204 |
</a>
|
| 205 |
|
| 206 |
+
<a href="https://huggingface.co/collections/PersianAICommunity/persian-models1" target="_blank" class="collection-card group block bg-white rounded-3xl overflow-hidden shadow-xl hover:shadow-3xl transition-all duration-500 transform hover:-translate-y-4">
|
| 207 |
+
<div class="h-64 bg-gradient-to-br from-persian-red via-red-500 to-pink-500 flex items-center justify-center relative overflow-hidden">
|
| 208 |
+
<div class="absolute inset-0 bg-gradient-to-br from-white/10 to-transparent"></div>
|
| 209 |
+
<i data-feather="cpu" class="w-32 h-32 text-white relative z-10 group-hover:scale-110 transition-transform duration-300"></i>
|
| 210 |
</div>
|
| 211 |
+
<div class="p-8">
|
| 212 |
+
<h3 class="text-2xl font-black mb-3 group-hover:text-persian-orange transition-colors">Persian Models</h3>
|
| 213 |
+
<p class="text-gray-600 text-lg leading-relaxed">State-of-the-art models optimized for Persian language</p>
|
| 214 |
</div>
|
| 215 |
</a>
|
| 216 |
</div>
|
| 217 |
</div>
|
| 218 |
</section>
|
| 219 |
+
<!-- Get Involved Section -->
|
|
|
|
| 220 |
<section class="py-20 px-4 bg-white">
|
| 221 |
<div class="max-w-6xl mx-auto">
|
| 222 |
<h2 class="section-title text-4xl md:text-5xl font-bold text-center mb-16 bg-gradient-to-r from-persian-yellow to-persian-red bg-clip-text text-transparent">
|
style.css
CHANGED
|
@@ -1,28 +1,382 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
body {
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
| 4 |
}
|
| 5 |
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
}
|
| 10 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
p {
|
| 12 |
-
color:
|
| 13 |
-
font-size:
|
| 14 |
-
|
| 15 |
-
margin-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
}
|
| 17 |
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
border:
|
| 23 |
-
border-
|
|
|
|
|
|
|
|
|
|
| 24 |
}
|
| 25 |
|
| 26 |
-
|
| 27 |
-
|
|
|
|
| 28 |
}
|
|
|
|
| 1 |
+
|
| 2 |
+
/* 10x Cohesive Design System for Persian AI Community */
|
| 3 |
+
|
| 4 |
+
/* Reset & Base */
|
| 5 |
+
* {
|
| 6 |
+
margin: 0;
|
| 7 |
+
padding: 0;
|
| 8 |
+
box-sizing: border-box;
|
| 9 |
+
}
|
| 10 |
+
|
| 11 |
+
html {
|
| 12 |
+
scroll-behavior: smooth;
|
| 13 |
+
}
|
| 14 |
+
|
| 15 |
body {
|
| 16 |
+
font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
| 17 |
+
line-height: 1.6;
|
| 18 |
+
color: #1e293b;
|
| 19 |
+
background: #fafafa;
|
| 20 |
+
overflow-x: hidden;
|
| 21 |
}
|
| 22 |
|
| 23 |
+
/* Typography System */
|
| 24 |
+
h1, h2, h3, h4, h5, h6 {
|
| 25 |
+
font-weight: 700;
|
| 26 |
+
line-height: 1.2;
|
| 27 |
+
margin-bottom: 1rem;
|
| 28 |
+
background: linear-gradient(135deg, #fcd34d 0%, #fb923c 50%, #ef4444 100%);
|
| 29 |
+
-webkit-background-clip: text;
|
| 30 |
+
-webkit-text-fill-color: transparent;
|
| 31 |
+
background-clip: text;
|
| 32 |
}
|
| 33 |
|
| 34 |
+
h1 { font-size: clamp(2.5rem, 5vw, 4.5rem); }
|
| 35 |
+
h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
|
| 36 |
+
h3 { font-size: clamp(1.5rem, 3vw, 2.5rem); }
|
| 37 |
+
|
| 38 |
p {
|
| 39 |
+
color: #64748b;
|
| 40 |
+
font-size: 1.125rem;
|
| 41 |
+
line-height: 1.8;
|
| 42 |
+
margin-bottom: 1.5rem;
|
| 43 |
+
}
|
| 44 |
+
|
| 45 |
+
/* Persian Typography */
|
| 46 |
+
.fa-text, .fa-subtitle {
|
| 47 |
+
font-family: 'Vazirmatn', 'Inter', sans-serif;
|
| 48 |
+
letter-spacing: -0.025em;
|
| 49 |
+
}
|
| 50 |
+
|
| 51 |
+
/* Animation System */
|
| 52 |
+
@keyframes float {
|
| 53 |
+
0%, 100% { transform: translateY(0px); }
|
| 54 |
+
50% { transform: translateY(-20px); }
|
| 55 |
+
}
|
| 56 |
+
|
| 57 |
+
@keyframes glow {
|
| 58 |
+
0%, 100% {
|
| 59 |
+
box-shadow: 0 0 20px rgba(252, 211, 77, 0.3),
|
| 60 |
+
0 0 40px rgba(251, 146, 60, 0.2),
|
| 61 |
+
0 0 60px rgba(239, 68, 68, 0.1);
|
| 62 |
+
}
|
| 63 |
+
50% {
|
| 64 |
+
box-shadow: 0 0 30px rgba(252, 211, 77, 0.5),
|
| 65 |
+
0 0 60px rgba(251, 146, 60, 0.3),
|
| 66 |
+
0 0 90px rgba(239, 68, 68, 0.2);
|
| 67 |
+
}
|
| 68 |
+
}
|
| 69 |
+
|
| 70 |
+
@keyframes blob {
|
| 71 |
+
0% { transform: translate(0, 0) scale(1); }
|
| 72 |
+
33% { transform: translate(30px, -30px) scale(1.1); }
|
| 73 |
+
66% { transform: translate(-20px, 20px) scale(0.9); }
|
| 74 |
+
100% { transform: translate(0, 0) scale(1); }
|
| 75 |
+
}
|
| 76 |
+
|
| 77 |
+
@keyframes shimmer {
|
| 78 |
+
0% { background-position: -1000px 0; }
|
| 79 |
+
100% { background-position: 1000px 0; }
|
| 80 |
+
}
|
| 81 |
+
|
| 82 |
+
/* Enhanced Components */
|
| 83 |
+
.hero-title {
|
| 84 |
+
animation: float 6s ease-in-out infinite;
|
| 85 |
+
background-size: 200% 200%;
|
| 86 |
+
animation: gradientShift 8s ease infinite;
|
| 87 |
+
}
|
| 88 |
+
|
| 89 |
+
@keyframes gradientShift {
|
| 90 |
+
0%, 100% { background-position: 0% 50%; }
|
| 91 |
+
50% { background-position: 100% 50%; }
|
| 92 |
+
}
|
| 93 |
+
|
| 94 |
+
.hero-subtitle {
|
| 95 |
+
animation: fadeInUp 1s ease-out 0.5s both;
|
| 96 |
+
}
|
| 97 |
+
|
| 98 |
+
@keyframes fadeInUp {
|
| 99 |
+
from {
|
| 100 |
+
opacity: 0;
|
| 101 |
+
transform: translateY(30px);
|
| 102 |
+
}
|
| 103 |
+
to {
|
| 104 |
+
opacity: 1;
|
| 105 |
+
transform: translateY(0);
|
| 106 |
+
}
|
| 107 |
+
}
|
| 108 |
+
|
| 109 |
+
/* Stat Cards */
|
| 110 |
+
.stat-card {
|
| 111 |
+
position: relative;
|
| 112 |
+
overflow: hidden;
|
| 113 |
+
}
|
| 114 |
+
|
| 115 |
+
.stat-card::before {
|
| 116 |
+
content: '';
|
| 117 |
+
position: absolute;
|
| 118 |
+
top: -50%;
|
| 119 |
+
left: -50%;
|
| 120 |
+
width: 200%;
|
| 121 |
+
height: 200%;
|
| 122 |
+
background: linear-gradient(45deg, transparent, rgba(255,255,255,0.1), transparent);
|
| 123 |
+
transform: rotate(45deg);
|
| 124 |
+
animation: shimmer 3s infinite;
|
| 125 |
+
}
|
| 126 |
+
|
| 127 |
+
/* Mission Cards */
|
| 128 |
+
.mission-card {
|
| 129 |
+
position: relative;
|
| 130 |
+
transform-style: preserve-3d;
|
| 131 |
+
transition: all 0.5s ease;
|
| 132 |
+
}
|
| 133 |
+
|
| 134 |
+
.mission-card:hover {
|
| 135 |
+
transform: translateY(-10px) rotateX(5deg);
|
| 136 |
+
}
|
| 137 |
+
|
| 138 |
+
.mission-card::after {
|
| 139 |
+
content: '';
|
| 140 |
+
position: absolute;
|
| 141 |
+
top: 0;
|
| 142 |
+
left: 0;
|
| 143 |
+
right: 0;
|
| 144 |
+
bottom: 0;
|
| 145 |
+
background: linear-gradient(135deg, rgba(252,211,77,0.1), rgba(251,146,60,0.05));
|
| 146 |
+
opacity: 0;
|
| 147 |
+
transition: opacity 0.3s ease;
|
| 148 |
+
border-radius: inherit;
|
| 149 |
+
}
|
| 150 |
+
|
| 151 |
+
.mission-card:hover::after {
|
| 152 |
+
opacity: 1;
|
| 153 |
+
}
|
| 154 |
+
|
| 155 |
+
/* Collection Cards */
|
| 156 |
+
.collection-card {
|
| 157 |
+
position: relative;
|
| 158 |
+
overflow: hidden;
|
| 159 |
+
}
|
| 160 |
+
|
| 161 |
+
.collection-card::before {
|
| 162 |
+
content: '';
|
| 163 |
+
position: absolute;
|
| 164 |
+
top: 0;
|
| 165 |
+
left: 0;
|
| 166 |
+
right: 0;
|
| 167 |
+
bottom: 0;
|
| 168 |
+
background: linear-gradient(135deg, rgba(252,211,77,0.2), rgba(251,146,60,0.1), rgba(239,68,68,0.05));
|
| 169 |
+
opacity: 0;
|
| 170 |
+
transition: opacity 0.3s ease;
|
| 171 |
+
}
|
| 172 |
+
|
| 173 |
+
.collection-card:hover::before {
|
| 174 |
+
opacity: 1;
|
| 175 |
+
}
|
| 176 |
+
|
| 177 |
+
.collection-card img {
|
| 178 |
+
transition: transform 0.5s ease;
|
| 179 |
+
}
|
| 180 |
+
|
| 181 |
+
.collection-card:hover img {
|
| 182 |
+
transform: scale(1.05);
|
| 183 |
+
}
|
| 184 |
+
|
| 185 |
+
/* Background Animation */
|
| 186 |
+
.animate-blob {
|
| 187 |
+
animation: blob 7s infinite;
|
| 188 |
+
}
|
| 189 |
+
|
| 190 |
+
.animation-delay-2000 {
|
| 191 |
+
animation-delay: 2s;
|
| 192 |
+
}
|
| 193 |
+
|
| 194 |
+
.animation-delay-4000 {
|
| 195 |
+
animation-delay: 4s;
|
| 196 |
+
}
|
| 197 |
+
|
| 198 |
+
/* Enhanced Buttons */
|
| 199 |
+
.btn-primary {
|
| 200 |
+
position: relative;
|
| 201 |
+
overflow: hidden;
|
| 202 |
+
transition: all 0.3s ease;
|
| 203 |
+
}
|
| 204 |
+
|
| 205 |
+
.btn-primary::before {
|
| 206 |
+
content: '';
|
| 207 |
+
position: absolute;
|
| 208 |
+
top: 0;
|
| 209 |
+
left: -100%;
|
| 210 |
+
width: 100%;
|
| 211 |
+
height: 100%;
|
| 212 |
+
background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
|
| 213 |
+
transition: left 0.5s;
|
| 214 |
+
}
|
| 215 |
+
|
| 216 |
+
.btn-primary:hover::before {
|
| 217 |
+
left: 100%;
|
| 218 |
+
}
|
| 219 |
+
|
| 220 |
+
.btn-secondary {
|
| 221 |
+
position: relative;
|
| 222 |
+
overflow: hidden;
|
| 223 |
+
transition: all 0.3s ease;
|
| 224 |
+
}
|
| 225 |
+
|
| 226 |
+
.btn-secondary:hover {
|
| 227 |
+
animation: glow 2s infinite;
|
| 228 |
+
}
|
| 229 |
+
|
| 230 |
+
/* Language Toggle Enhancement */
|
| 231 |
+
.lang-toggle {
|
| 232 |
+
position: fixed;
|
| 233 |
+
top: 1rem;
|
| 234 |
+
right: 1rem;
|
| 235 |
+
z-index: 50;
|
| 236 |
+
display: flex;
|
| 237 |
+
gap: 0.5rem;
|
| 238 |
+
padding: 0.25rem;
|
| 239 |
+
background: rgba(255, 255, 255, 0.1);
|
| 240 |
+
backdrop-filter: blur(10px);
|
| 241 |
+
border-radius: 9999px;
|
| 242 |
+
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
|
| 243 |
+
}
|
| 244 |
+
|
| 245 |
+
.lang-toggle button {
|
| 246 |
+
position: relative;
|
| 247 |
+
transition: all 0.3s ease;
|
| 248 |
+
}
|
| 249 |
+
|
| 250 |
+
.lang-toggle button:not(.active):hover {
|
| 251 |
+
transform: translateY(-1px);
|
| 252 |
+
}
|
| 253 |
+
|
| 254 |
+
.lang-toggle button.active {
|
| 255 |
+
cursor: default;
|
| 256 |
+
}
|
| 257 |
+
|
| 258 |
+
/* Persian Page Specific */
|
| 259 |
+
.persian-gradient {
|
| 260 |
+
background: linear-gradient(135deg,
|
| 261 |
+
rgba(251, 191, 36, 0.1) 0%,
|
| 262 |
+
rgba(251, 146, 60, 0.08) 35%,
|
| 263 |
+
rgba(239, 68, 68, 0.06) 70%,
|
| 264 |
+
rgba(217, 70, 239, 0.04) 100%);
|
| 265 |
+
}
|
| 266 |
+
|
| 267 |
+
.code-block {
|
| 268 |
+
position: relative;
|
| 269 |
+
border-radius: 12px;
|
| 270 |
+
overflow: hidden;
|
| 271 |
+
}
|
| 272 |
+
|
| 273 |
+
.code-block::before {
|
| 274 |
+
content: '';
|
| 275 |
+
position: absolute;
|
| 276 |
+
top: 0;
|
| 277 |
+
left: 0;
|
| 278 |
+
right: 0;
|
| 279 |
+
height: 2px;
|
| 280 |
+
background: linear-gradient(90deg, #fcd34d, #fb923c, #ef4444);
|
| 281 |
+
}
|
| 282 |
+
|
| 283 |
+
.code-block pre {
|
| 284 |
+
margin: 0;
|
| 285 |
+
padding: 1.5rem;
|
| 286 |
+
font-size: 0.875rem;
|
| 287 |
+
line-height: 1.7;
|
| 288 |
+
}
|
| 289 |
+
|
| 290 |
+
.resource-card {
|
| 291 |
+
position: relative;
|
| 292 |
+
transition: all 0.3s ease;
|
| 293 |
+
overflow: hidden;
|
| 294 |
+
}
|
| 295 |
+
|
| 296 |
+
.resource-card::before {
|
| 297 |
+
content: '';
|
| 298 |
+
position: absolute;
|
| 299 |
+
top: 0;
|
| 300 |
+
left: 0;
|
| 301 |
+
right: 0;
|
| 302 |
+
bottom: 0;
|
| 303 |
+
background: linear-gradient(135deg, rgba(255,255,255,0.2), transparent);
|
| 304 |
+
opacity: 0;
|
| 305 |
+
transition: opacity 0.3s ease;
|
| 306 |
+
}
|
| 307 |
+
|
| 308 |
+
.resource-card:hover::before {
|
| 309 |
+
opacity: 1;
|
| 310 |
+
}
|
| 311 |
+
|
| 312 |
+
.shimmer-button {
|
| 313 |
+
position: relative;
|
| 314 |
+
overflow: hidden;
|
| 315 |
+
transition: all 0.3s ease;
|
| 316 |
+
}
|
| 317 |
+
|
| 318 |
+
.shimmer-button::after {
|
| 319 |
+
content: '';
|
| 320 |
+
position: absolute;
|
| 321 |
+
top: -50%;
|
| 322 |
+
left: -50%;
|
| 323 |
+
width: 200%;
|
| 324 |
+
height: 200%;
|
| 325 |
+
background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.3) 50%, transparent 70%);
|
| 326 |
+
transform: rotate(45deg);
|
| 327 |
+
animation: shimmer 2s infinite;
|
| 328 |
+
}
|
| 329 |
+
|
| 330 |
+
/* Responsive Design */
|
| 331 |
+
@media (max-width: 768px) {
|
| 332 |
+
.hero-title {
|
| 333 |
+
font-size: 2.5rem;
|
| 334 |
+
}
|
| 335 |
+
|
| 336 |
+
.section-title {
|
| 337 |
+
font-size: 2rem;
|
| 338 |
+
}
|
| 339 |
+
|
| 340 |
+
.stat-card {
|
| 341 |
+
padding: 1.5rem;
|
| 342 |
+
}
|
| 343 |
+
|
| 344 |
+
.lang-toggle {
|
| 345 |
+
top: 0.5rem;
|
| 346 |
+
right: 0.5rem;
|
| 347 |
+
}
|
| 348 |
+
}
|
| 349 |
+
|
| 350 |
+
/* Custom Scrollbar */
|
| 351 |
+
::-webkit-scrollbar {
|
| 352 |
+
width: 8px;
|
| 353 |
+
}
|
| 354 |
+
|
| 355 |
+
::-webkit-scrollbar-track {
|
| 356 |
+
background: #f1f1f1;
|
| 357 |
+
}
|
| 358 |
+
|
| 359 |
+
::-webkit-scrollbar-thumb {
|
| 360 |
+
background: linear-gradient(135deg, #fcd34d, #fb923c);
|
| 361 |
+
border-radius: 4px;
|
| 362 |
+
}
|
| 363 |
+
|
| 364 |
+
::-webkit-scrollbar-thumb:hover {
|
| 365 |
+
background: linear-gradient(135deg, #fb923c, #ef4444);
|
| 366 |
}
|
| 367 |
|
| 368 |
+
/* Loading Animation */
|
| 369 |
+
.loading-spinner {
|
| 370 |
+
width: 40px;
|
| 371 |
+
height: 40px;
|
| 372 |
+
border: 4px solid #f3f4f6;
|
| 373 |
+
border-top: 4px solid transparent;
|
| 374 |
+
border-radius: 50%;
|
| 375 |
+
animation: spin 1s linear infinite;
|
| 376 |
+
background: conic-gradient(from 0deg, #fcd34d, #fb923c, #ef4444, #fcd34d);
|
| 377 |
}
|
| 378 |
|
| 379 |
+
@keyframes spin {
|
| 380 |
+
0% { transform: rotate(0deg); }
|
| 381 |
+
100% { transform: rotate(360deg); }
|
| 382 |
}
|