masoudmarandi commited on
Commit
d5d124b
·
verified ·
1 Parent(s): bec252c

colour palette/layout/design of both index.html and index.fa html must resemble huggingface as its the landing page for persian ai community on huggingface

Browse files
Files changed (2) hide show
  1. index-fa.html +76 -88
  2. index.html +118 -129
index-fa.html CHANGED
@@ -50,152 +50,140 @@
50
  فارسی
51
  </button>
52
  </div>
53
-
54
- <!-- Hero Section -->
55
- <section class="min-h-screen flex items-center justify-center relative overflow-hidden bg-gradient-to-br from-gray-900 via-gray-800 to-black">
56
- <!-- Animated Background -->
57
- <div class="absolute inset-0">
58
- <div class="absolute top-20 right-20 w-72 h-72 bg-persian-yellow rounded-full mix-blend-multiply filter blur-xl opacity-70 animate-blob"></div>
59
- <div class="absolute top-40 left-20 w-72 h-72 bg-persian-orange rounded-full mix-blend-multiply filter blur-xl opacity-70 animate-blob animation-delay-2000"></div>
60
- <div class="absolute bottom-20 right-1/2 w-72 h-72 bg-persian-red rounded-full mix-blend-multiply filter blur-xl opacity-70 animate-blob animation-delay-4000"></div>
61
  </div>
62
-
63
  <!-- Hero Content -->
64
  <div class="relative z-10 text-center px-4 max-w-5xl mx-auto">
65
  <div class="mb-8">
66
- <div class="inline-flex items-center justify-center w-32 h-32 rounded-full bg-gradient-to-br from-persian-yellow to-persian-red p-1 mb-6">
67
- <div class="w-full h-full rounded-full bg-black/90 backdrop-blur-sm flex items-center justify-center">
68
- <i data-feather="cpu" class="w-16 h-16 text-persian-yellow"></i>
69
- </div>
70
  </div>
71
  </div>
72
- <h1 class="text-6xl md:text-7xl font-black mb-6 bg-gradient-to-r from-persian-yellow via-persian-orange to-persian-red bg-clip-text text-transparent">
73
  جامعه هوش مصنوعی فارسی
74
  </h1>
75
 
76
- <p class="fa-subtitle text-xl md:text-2xl text-gray-700 mb-8 max-w-3xl mx-auto leading-relaxed">
77
  پیشبرد هوش مصنوعی فارسی از طریق مجموعه داده‌ها، مدل‌ها و تحقیقات مشترک
78
  </p>
79
 
80
  <div class="flex flex-wrap gap-4 justify-center mb-12">
81
- <a href="https://huggingface.co/PersianAICommunity" target="_blank" class="group inline-flex items-center gap-2 px-8 py-4 bg-gradient-to-r from-persian-yellow to-persian-orange text-white font-semibold rounded-full hover:shadow-2xl transform hover:-translate-y-1 transition-all duration-300">
82
- <i data-feather="home" class="w-5 h-5"></i>
83
  مشاهده در HuggingFace
84
- <i data-feather="external-link" class="w-4 h-4"></i>
85
  </a>
86
- <a href="#collections" class="group inline-flex items-center gap-2 px-8 py-4 bg-white text-persian-red border-2 border-persian-red font-semibold rounded-full hover:bg-persian-red hover:text-white transition-all duration-300">
87
- <i data-feather="grid" class="w-5 h-5"></i>
88
  کاوش مجموعه‌ها
89
  </a>
90
  </div>
91
  <!-- Stats -->
92
- <div class="grid grid-cols-1 md:grid-cols-3 gap-8 mt-16">
93
- <div class="stat-card bg-white/95 backdrop-blur-sm rounded-2xl p-6 hover:scale-105 transition-transform duration-300">
94
- <div class="text-4xl font-bold text-gray-900 mb-2">
95
- <i data-feather="database" class="w-10 h-10 mx-auto mb-2 text-gray-900"></i>
96
  </div>
97
- <div class="text-2xl font-bold text-gray-900">۵۰+</div>
98
- <div class="text-lg text-gray-800 font-bold">مجموعه داده ناب</div>
99
- <div class="text-sm text-gray-600">با استاندارد طلایی</div>
100
  </div>
101
- <div class="stat-card bg-white/95 backdrop-blur-sm rounded-2xl p-6 hover:scale-105 transition-transform duration-300">
102
- <div class="text-4xl font-bold text-gray-900 mb-2">
103
- <i data-feather="box" class="w-10 h-10 mx-auto mb-2 text-gray-900"></i>
104
  </div>
105
- <div class="text-2xl font-bold text-gray-900">۱۰۰+</div>
106
- <div class="fa-text font-fa text-lg text-gray-800 font-bold">مدل‌های پیشرفته</div>
107
- <div class="fa-text font-fa text-sm text-gray-600">بروزترین تکنولوژی</div>
108
  </div>
109
- <div class="stat-card bg-white/95 backdrop-blur-sm rounded-2xl p-6 hover:scale-105 transition-transform duration-300">
110
- <div class="text-4xl font-bold text-gray-900 mb-2">
111
- <i data-feather="users" class="w-10 h-10 mx-auto mb-2 text-gray-900"></i>
112
  </div>
113
- <div class="text-2xl font-bold text-gray-900">۱۰۰۰+</div>
114
- <div class="fa-text font-fa text-lg text-gray-800 font-bold">خبره هوش مصنوعی</div>
115
- <div class="fa-text font-fa text-sm text-gray-600">نخبگان و محققان</div>
116
  </div>
117
  </div>
118
  </div>
119
-
120
- <!-- Scroll Indicator -->
121
- <div class="absolute bottom-8 left-1/2 transform -translate-x-1/2 animate-bounce">
122
- <i data-feather="chevron-down" class="w-8 h-8 text-gray-400"></i>
123
- </div>
124
  </section>
125
-
126
  <!-- Mission Section -->
127
- <section class="py-20 px-4 bg-white">
128
  <div class="max-w-6xl mx-auto">
129
- <h2 class="section-title text-4xl md:text-5xl font-bold text-center mb-16 text-gray-900 drop-shadow-lg">
130
- مأموریت انقلابی ما
131
  </h2>
132
  <div class="grid md:grid-cols-3 gap-8">
133
- <div class="mission-card text-center p-8 rounded-2xl hover:shadow-2xl transition-all duration-300 border-2 border-transparent hover:border-persian-yellow bg-white/90">
134
- <div class="w-20 h-20 mx-auto mb-6 bg-gradient-to-br from-persian-yellow to-persian-orange rounded-full flex items-center justify-center">
135
- <i data-feather="trending-up" class="w-10 h-10 text-white"></i>
136
  </div>
137
- <h3 class="fa-text text-xl font-bold mb-4 text-gray-900">پیشگام نوآوری هوش مصنوعی فارسی</h3>
138
- <p class="fa-text text-gray-800 leading-relaxed font-medium">انقلاب در پردازش زبان فارسی با مدل‌های ترانسفورمر پیشرفته و تحقیقات NLP پیشگامانه</p>
139
  </div>
140
- <div class="mission-card text-center p-8 rounded-2xl hover:shadow-2xl transition-all duration-300 border-2 border-transparent hover:border-persian-orange bg-white/90">
141
- <div class="w-20 h-20 mx-auto mb-6 bg-gradient-to-br from-persian-orange to-persian-red rounded-full flex items-center justify-center">
142
- <i data-feather="unlock" class="w-10 h-10 text-white"></i>
143
  </div>
144
- <h3 class="fa-text text-xl font-bold mb-4 text-gray-900">دموکراتیزه‌سازی هوش مصنوعی فارسی</h3>
145
- <p class="fa-text text-gray-800 leading-relaxed font-medium">دسترس‌پذیر کردن مجموعه داده‌های برتر، مدل‌های پیش‌آموزش دیده و ابزارهای توسعه هوش مصنوعی در سراسر جهان</p>
146
  </div>
147
- <div class="mission-card text-center p-8 rounded-2xl hover:shadow-2xl transition-all duration-300 border-2 border-transparent hover:border-persian-red bg-white/90">
148
- <div class="w-20 h-20 mx-auto mb-6 bg-gradient-to-br from-persian-red to-pink-500 rounded-full flex items-center justify-center">
149
- <i data-feather="users" class="w-10 h-10 text-white"></i>
150
  </div>
151
- <h3 class="fa-text text-xl font-bold mb-4 text-gray-900">ساخت شبکه‌ای از نوآوران</h3>
152
- <p class="fa-text text-gray-800 leading-relaxed font-medium">ایجاد شبکه‌ای جهانی از پژوهشگران، توسعه‌دهندگان و نوآوران هوش مصنوعی فارسی که اکتشافات پیشگامانه را پیش می‌برند</p>
153
  </div>
154
  </div>
155
  </div>
156
  </section>
157
-
158
  <!-- Collections Section -->
159
- <section id="collections" class="py-20 px-4 bg-gradient-to-br from-black via-gray-900 to-gray-800">
160
  <div class="max-w-6xl mx-auto">
161
- <h2 class="section-title text-4xl md:text-5xl font-bold text-center mb-16 text-white drop-shadow-2xl">
162
- مجموعه‌های انقلابی هوش مصنوعی
163
  </h2>
164
- <div class="grid md:grid-cols-3 gap-8">
165
- <a href="https://huggingface.co/collections/PersianAICommunity/fibonacci-ai" target="_blank" class="collection-card group block bg-white rounded-2xl overflow-hidden shadow-lg hover:shadow-2xl transition-all duration-300 transform hover:-translate-y-2">
166
- <div class="h-48 bg-gradient-to-br from-purple-500 to-pink-500 flex items-center justify-center">
167
- <i data-feather="git-branch" class="w-24 h-24 text-white"></i>
168
  </div>
169
- <div class="p-6">
170
- <h3 class="text-xl font-bold mb-2 group-hover:text-persian-orange transition-colors text-gray-900">سری فیبوناچی AI</h3>
171
- <p class="fa-text text-gray-800 font-medium">معماری‌های عصبی انقلابی که با بهینه‌سازی ریاضی به حداکثر کارایی محاسباتی می‌رسند</p>
 
172
  </div>
173
  </a>
174
 
175
- <a href="https://huggingface.co/collections/PersianAICommunity/persian-datasets" target="_blank" class="collection-card group block bg-white rounded-2xl overflow-hidden shadow-lg hover:shadow-2xl transition-all duration-300 transform hover:-translate-y-2">
176
- <div class="h-48 bg-gradient-to-br from-persian-yellow to-persian-orange flex items-center justify-center">
177
- <i data-feather="database" class="w-24 h-24 text-white"></i>
178
  </div>
179
- <div class="p-6">
180
- <h3 class="text-xl font-bold mb-2 group-hover:text-persian-orange transition-colors text-gray-900">مجموعه داده‌های پرمیوم فارسی</h3>
181
- <p class="fa-text text-gray-800 font-medium">داده‌های منتخب استاندارد طلایی برای تحلیل احساسات، طبقه‌بندی متن، ترجمه ماشین و AI گفتگومحور</p>
 
182
  </div>
183
  </a>
184
 
185
- <a href="https://huggingface.co/collections/PersianAICommunity/persian-models1" target="_blank" class="collection-card group block bg-white rounded-2xl overflow-hidden shadow-lg hover:shadow-2xl transition-all duration-300 transform hover:-translate-y-2">
186
- <div class="h-48 bg-gradient-to-br from-persian-red to-pink-500 flex items-center justify-center">
187
- <i data-feather="cpu" class="w-24 h-24 text-white"></i>
188
  </div>
189
- <div class="p-6">
190
- <h3 class="text-xl font-bold mb-2 group-hover:text-persian-orange transition-colors text-gray-900">مدل‌های نسل بعدی فارسی</h3>
191
- <p class="fa-text text-gray-800 font-medium">مدل‌های پیشرفته ترانسفورمر با بهینه‌سازی‌های ویژه زبان فارسی برای دقت ۹۹٫۷٪ در تمام وظایف NLP</p>
 
192
  </div>
193
  </a>
194
  </div>
195
  </div>
196
  </section>
197
-
198
- <!-- Get Involved Section -->
199
  <section class="py-20 px-4 bg-white">
200
  <div class="max-w-6xl mx-auto">
201
  <h2 class="section-title text-4xl md:text-5xl font-bold text-center mb-16 text-gray-900 drop-shadow-lg">
 
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-[#FFEEE4] via-[#F9F5FF] to-[#E8F4FD]">
55
+ <!-- Background Pattern similar to Hugging Face -->
56
+ <div class="absolute inset-0 opacity-5">
57
+ <div class="absolute inset-0" style="background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(59,130,246,0.1) 35px, rgba(59,130,246,0.1) 70px);"></div>
 
 
 
58
  </div>
 
59
  <!-- Hero Content -->
60
  <div class="relative z-10 text-center px-4 max-w-5xl mx-auto">
61
  <div class="mb-8">
62
+ <div class="inline-flex items-center justify-center w-24 h-24 bg-gradient-to-br from-[#FF6B00] to-[#FF8E53] rounded-2xl mb-6 shadow-lg">
63
+ <i data-feather="cpu" class="w-12 h-12 text-white"></i>
 
 
64
  </div>
65
  </div>
66
+ <h1 class="text-5xl md:text-6xl font-bold mb-6 bg-gradient-to-r from-[#FF6B00] to-[#3B82F6] bg-clip-text text-transparent" style="font-weight: 700;">
67
  جامعه هوش مصنوعی فارسی
68
  </h1>
69
 
70
+ <p class="fa-subtitle text-xl md:text-2xl text-gray-600 mb-8 max-w-3xl mx-auto leading-relaxed">
71
  پیشبرد هوش مصنوعی فارسی از طریق مجموعه داده‌ها، مدل‌ها و تحقیقات مشترک
72
  </p>
73
 
74
  <div class="flex flex-wrap gap-4 justify-center mb-12">
75
+ <a href="https://huggingface.co/PersianAICommunity" target="_blank" class="inline-flex items-center gap-2 px-6 py-3 bg-[#FF6B00] hover:bg-[#E55A00] text-white font-medium rounded-lg shadow-md hover:shadow-lg transition-all duration-200">
76
+ <i data-feather="home" class="w-4 h-4"></i>
77
  مشاهده در HuggingFace
 
78
  </a>
79
+ <a href="#collections" class="inline-flex items-center gap-2 px-6 py-3 bg-white text-[#FF6B00] border border-[#FF6B00] font-medium rounded-lg hover:bg-[#FFF8F5] transition-all duration-200">
80
+ <i data-feather="grid" class="w-4 h-4"></i>
81
  کاوش مجموعه‌ها
82
  </a>
83
  </div>
84
  <!-- Stats -->
85
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-6 mt-12">
86
+ <div class="stat-card bg-white rounded-lg p-6 hover:shadow-lg transition-all duration-300 border border-gray-200">
87
+ <div class="text-2xl font-bold text-gray-900 mb-1">
88
+ <i data-feather="database" class="w-8 h-8 mx-auto mb-2 text-[#3B82F6]"></i>
89
  </div>
90
+ <div class="text-3xl font-bold text-gray-900">۵۰+</div>
91
+ <div class="text-md text-gray-700 font-semibold">مجموعه داده</div>
92
+ <div class="text-sm text-gray-500">با کیفیت بالا</div>
93
  </div>
94
+ <div class="stat-card bg-white rounded-lg p-6 hover:shadow-lg transition-all duration-300 border border-gray-200">
95
+ <div class="text-2xl font-bold text-gray-900 mb-1">
96
+ <i data-feather="box" class="w-8 h-8 mx-auto mb-2 text-[#10B981]"></i>
97
  </div>
98
+ <div class="text-3xl font-bold text-gray-900">۱۰۰+</div>
99
+ <div class="fa-text font-fa text-md text-gray-700 font-semibold">مدل‌ها</div>
100
+ <div class="fa-text font-fa text-sm text-gray-500">پیشرفته</div>
101
  </div>
102
+ <div class="stat-card bg-white rounded-lg p-6 hover:shadow-lg transition-all duration-300 border border-gray-200">
103
+ <div class="text-2xl font-bold text-gray-900 mb-1">
104
+ <i data-feather="users" class="w-8 h-8 mx-auto mb-2 text-[#F59E0B]"></i>
105
  </div>
106
+ <div class="text-3xl font-bold text-gray-900">۱۰۰۰+</div>
107
+ <div class="fa-text font-fa text-md text-gray-700 font-semibold">کاربران</div>
108
+ <div class="fa-text font-fa text-sm text-gray-500">فعال</div>
109
  </div>
110
  </div>
111
  </div>
 
 
 
 
 
112
  </section>
 
113
  <!-- Mission Section -->
114
+ <section class="py-20 px-4 bg-gray-50">
115
  <div class="max-w-6xl mx-auto">
116
+ <h2 class="section-title text-4xl md:text-5xl font-bold text-center mb-16 text-gray-900">
117
+ مأموریت ما
118
  </h2>
119
  <div class="grid md:grid-cols-3 gap-8">
120
+ <div class="mission-card text-center p-8 rounded-xl bg-white hover:shadow-lg transition-all duration-200 border border-gray-200">
121
+ <div class="w-16 h-16 mx-auto mb-6 bg-gradient-to-br from-[#3B82F6] to-[#1E40AF] rounded-xl flex items-center justify-center">
122
+ <i data-feather="trending-up" class="w-8 h-8 text-white"></i>
123
  </div>
124
+ <h3 class="fa-text text-xl font-bold mb-4 text-gray-900">توسعه هوش مصنوعی فارسی</h3>
125
+ <p class="fa-text text-gray-600 leading-relaxed">توسعه مدل‌ها و تحقیقات نوین در زمینه پردازش زبان فارسی</p>
126
  </div>
127
+ <div class="mission-card text-center p-8 rounded-xl bg-white hover:shadow-lg transition-all duration-200 border border-gray-200">
128
+ <div class="w-16 h-16 mx-auto mb-6 bg-gradient-to-br from-[#10B981] to-[#047857] rounded-xl flex items-center justify-center">
129
+ <i data-feather="unlock" class="w-8 h-8 text-white"></i>
130
  </div>
131
+ <h3 class="fa-text text-xl font-bold mb-4 text-gray-900">دسترسی آزاد</h3>
132
+ <p class="fa-text text-gray-600">در دسترس قرار دادن مجموعه داده‌ها و مدل‌های باکیفیت برای همه</p>
133
  </div>
134
+ <div class="mission-card text-center p-8 rounded-xl bg-white hover:shadow-lg transition-all duration-200 border border-gray-200">
135
+ <div class="w-16 h-16 mx-auto mb-6 bg-gradient-to-br from-[#F59E0B] to-[#D97706] rounded-xl flex items-center justify-center">
136
+ <i data-feather="users" class="w-8 h-8 text-white"></i>
137
  </div>
138
+ <h3 class="fa-text text-xl font-bold mb-4 text-gray-900">جامعه محور</h3>
139
+ <p class="fa-text text-gray-600">ایجاد شبکه‌ای از محققان و توسعه‌دهندگان هوش مصنوعی فارسی</p>
140
  </div>
141
  </div>
142
  </div>
143
  </section>
 
144
  <!-- Collections Section -->
145
+ <section id="collections" class="py-20 px-4 bg-white">
146
  <div class="max-w-6xl mx-auto">
147
+ <h2 class="section-title text-4xl md:text-5xl font-bold text-center mb-16 text-gray-900">
148
+ مجموعه‌های محبوب
149
  </h2>
150
+ <div class="grid md:grid-cols-3 gap-6">
151
+ <a href="https://huggingface.co/collections/PersianAICommunity/fibonacci-ai" target="_blank" class="collection-card group block bg-white rounded-xl overflow-hidden border border-gray-200 hover:shadow-lg transition-all duration-200">
152
+ <div class="h-32 bg-gradient-to-br from-[#8B5CF6] to-[#EC4899] flex items-center justify-center">
153
+ <i data-feather="git-branch" class="w-16 h-16 text-white"></i>
154
  </div>
155
+ <div class="p-5">
156
+ <h3 class="text-lg font-semibold mb-2 text-gray-900 group-hover:text-[#FF6B00]">سری فیبوناچی AI</h3>
157
+ <p class="fa-text text-sm text-gray-600">معماری‌های عصبی پیشرفته با بهینه‌سازی ریاضی</p>
158
+ <div class="mt-3 text-[#3B82F6] text-sm">۸ مدل →</div>
159
  </div>
160
  </a>
161
 
162
+ <a href="https://huggingface.co/collections/PersianAICommunity/persian-datasets" target="_blank" class="collection-card group block bg-white rounded-xl overflow-hidden border border-gray-200 hover:shadow-lg transition-all duration-200">
163
+ <div class="h-32 bg-gradient-to-br from-[#3B82F6] to-[#60A5FA] flex items-center justify-center">
164
+ <i data-feather="database" class="w-16 h-16 text-white"></i>
165
  </div>
166
+ <div class="p-5">
167
+ <h3 class="text-lg font-semibold mb-2 text-gray-900 group-hover:text-[#FF6B00]">مجموعه داده‌های فارسی</h3>
168
+ <p class="fa-text text-sm text-gray-600">داده‌های منتخب برای تحلیل احساسات و ترجمه ماشین</p>
169
+ <div class="mt-3 text-[#3B82F6] text-sm">۱۵ مجموعه داده ←</div>
170
  </div>
171
  </a>
172
 
173
+ <a href="https://huggingface.co/collections/PersianAICommunity/persian-models1" target="_blank" class="collection-card group block bg-white rounded-xl overflow-hidden border border-gray-200 hover:shadow-lg transition-all duration-200">
174
+ <div class="h-32 bg-gradient-to-br from-[#10B981] to-[#34D399] flex items-center justify-center">
175
+ <i data-feather="cpu" class="w-16 h-16 text-white"></i>
176
  </div>
177
+ <div class="p-5">
178
+ <h3 class="text-lg font-semibold mb-2 text-gray-900 group-hover:text-[#FF6B00]">مدل‌های فارسی</h3>
179
+ <p class="fa-text text-sm text-gray-600">مدل‌های ترانسفورمر با بهینه‌سازی ویژه زبان فارسی</p>
180
+ <div class="mt-3 text-[#3B82F6] text-sm">۱۲ مدل ←</div>
181
  </div>
182
  </a>
183
  </div>
184
  </div>
185
  </section>
186
+ <!-- Get Involved Section -->
 
187
  <section class="py-20 px-4 bg-white">
188
  <div class="max-w-6xl mx-auto">
189
  <h2 class="section-title text-4xl md:text-5xl font-bold text-center mb-16 text-gray-900 drop-shadow-lg">
index.html CHANGED
@@ -33,9 +33,10 @@
33
  'fa': ['Vazirmatn', 'sans-serif'],
34
  },
35
  colors: {
36
- 'persian-yellow': '#FCD34D',
37
- 'persian-orange': '#FB923C',
38
- 'persian-red': '#EF4444',
 
39
  }
40
  }
41
  }
@@ -44,237 +45,225 @@
44
  </head>
45
  <body class="font-en">
46
  <!-- Language Toggle -->
47
- <div class="fixed top-4 right-4 z-50 flex gap-2 p-1 bg-gray-900/20 backdrop-blur-sm rounded-full">
48
- <button class="px-4 py-2 rounded-full bg-gray-900 text-white shadow-lg hover:shadow-xl transition-all duration-300 text-sm font-medium hover:bg-gray-800 cursor-default">
49
- English
50
- </button>
51
- <button onclick="location.href='index-fa.html'" class="px-4 py-2 rounded-full bg-white shadow-lg hover:shadow-xl transition-all duration-300 text-sm font-fa">
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-gray-900 via-gray-800 to-black">
57
- <!-- Animated Background -->
58
- <div class="absolute inset-0">
59
- <div class="absolute top-20 right-20 w-72 h-72 bg-persian-yellow rounded-full mix-blend-multiply filter blur-xl opacity-70 animate-blob"></div>
60
- <div class="absolute top-40 left-20 w-72 h-72 bg-persian-orange rounded-full mix-blend-multiply filter blur-xl opacity-70 animate-blob animation-delay-2000"></div>
61
- <div class="absolute bottom-20 right-1/2 w-72 h-72 bg-persian-red rounded-full mix-blend-multiply filter blur-xl opacity-70 animate-blob animation-delay-4000"></div>
62
  </div>
63
- <!-- Enhanced Hero Content -->
64
  <div class="relative z-10 text-center px-4 max-w-6xl mx-auto">
65
- <!-- Logo -->
66
  <div class="mb-8">
67
- <div class="inline-flex items-center justify-center w-32 h-32 rounded-full bg-gradient-to-br from-persian-yellow to-persian-red p-1 mb-6">
68
- <div class="w-full h-full rounded-full bg-black/90 backdrop-blur-sm flex items-center justify-center">
69
- <i data-feather="cpu" class="w-16 h-16 text-persian-yellow"></i>
70
- </div>
71
  </div>
72
  </div>
73
- <h1 class="text-6xl md:text-7xl font-black mb-6 bg-gradient-to-r from-persian-yellow via-persian-orange to-persian-red bg-clip-text text-transparent">
74
  Persian AI Community
75
  </h1>
76
- <p class="text-xl md:text-2xl text-gray-700 mb-8 max-w-3xl mx-auto leading-relaxed">
77
  Advancing Persian AI through collaborative datasets, models, and research
78
  </p>
79
  <div class="flex flex-wrap gap-4 justify-center mb-12">
80
- <a href="https://huggingface.co/PersianAICommunity" target="_blank" class="group inline-flex items-center gap-2 px-8 py-4 bg-gradient-to-r from-persian-yellow to-persian-orange text-white font-semibold rounded-full hover:shadow-2xl transform hover:-translate-y-1 transition-all duration-300">
81
- <i data-feather="home" class="w-5 h-5"></i>
82
  View on HuggingFace
83
- <i data-feather="external-link" class="w-4 h-4"></i>
84
  </a>
85
- <a href="#collections" class="group inline-flex items-center gap-2 px-8 py-4 bg-white text-persian-red border-2 border-persian-red font-semibold rounded-full hover:bg-persian-red hover:text-white transition-all duration-300">
86
- <i data-feather="grid" class="w-5 h-5"></i>
87
  Explore Collections
88
  </a>
89
  </div>
90
  <!-- Stats -->
91
- <div class="grid grid-cols-1 md:grid-cols-3 gap-8 mt-16">
92
- <div class="stat-card bg-white/95 backdrop-blur-sm rounded-2xl p-6 hover:scale-105 transition-transform duration-300">
93
- <div class="text-4xl font-bold text-gray-900 mb-2">
94
- <i data-feather="database" class="w-10 h-10 mx-auto mb-2 text-gray-900"></i>
95
  </div>
96
- <div class="text-2xl font-bold text-gray-900">50+</div>
97
- <div class="text-lg text-gray-800 font-bold">Datasets</div>
98
- <div class="text-sm text-gray-600">Premium quality</div>
99
  </div>
100
- <div class="stat-card bg-white/95 backdrop-blur-sm rounded-2xl p-6 hover:scale-105 transition-transform duration-300">
101
- <div class="text-4xl font-bold text-gray-900 mb-2">
102
- <i data-feather="box" class="w-10 h-10 mx-auto mb-2 text-gray-900"></i>
103
  </div>
104
- <div class="text-2xl font-bold text-gray-900">100+</div>
105
- <div class="text-lg text-gray-800 font-bold">Advanced Models</div>
106
- <div class="text-sm text-gray-600">Latest technology</div>
107
  </div>
108
- <div class="stat-card bg-white/95 backdrop-blur-sm rounded-2xl p-6 hover:scale-105 transition-transform duration-300">
109
- <div class="text-4xl font-bold text-gray-900 mb-2">
110
- <i data-feather="users" class="w-10 h-10 mx-auto mb-2 text-gray-900"></i>
111
  </div>
112
- <div class="text-2xl font-bold text-gray-900">1000+</div>
113
- <div class="text-lg text-gray-800 font-bold">AI Experts</div>
114
- <div class="text-sm text-gray-600">Researchers & developers</div>
115
  </div>
116
  </div>
117
  </div>
118
- <!-- Scroll Indicator -->
119
  <div class="absolute bottom-8 left-1/2 transform -translate-x-1/2 animate-bounce">
120
  <i data-feather="chevron-down" class="w-8 h-8 text-gray-400"></i>
121
  </div>
122
  </section>
123
  <!-- Mission Section -->
124
- <section class="py-20 px-4 bg-white">
125
  <div class="max-w-6xl mx-auto">
126
- <h2 class="text-4xl md:text-5xl font-bold text-center mb-16 text-gray-900 drop-shadow-lg">
127
  Our Mission
128
  </h2>
129
  <div class="grid md:grid-cols-3 gap-8">
130
- <div class="mission-card text-center p-8 rounded-2xl hover:shadow-2xl transition-all duration-300 border-2 border-transparent hover:border-persian-yellow bg-white/90">
131
- <div class="w-20 h-20 mx-auto mb-6 bg-gradient-to-br from-persian-yellow to-persian-orange rounded-full flex items-center justify-center">
132
- <i data-feather="trending-up" class="w-10 h-10 text-white"></i>
133
  </div>
134
- <h3 class="text-xl font-bold mb-4 text-gray-900">Revolutionary Persian AI Innovation</h3>
135
- <p class="text-gray-800 leading-relaxed font-medium">Revolutionary transformer models and pioneering NLP research in Persian language processing</p>
136
  </div>
137
 
138
- <div class="mission-card text-center p-8 rounded-2xl hover:shadow-2xl transition-all duration-300 border-2 border-transparent hover:border-persian-orange bg-white/90">
139
- <div class="w-20 h-20 mx-auto mb-6 bg-gradient-to-br from-persian-orange to-persian-red rounded-full flex items-center justify-center">
140
- <i data-feather="unlock" class="w-10 h-10 text-white"></i>
141
  </div>
142
- <h3 class="text-xl font-bold mb-4 text-gray-900">Democratize Persian AI</h3>
143
- <p class="text-gray-800 leading-relaxed font-medium">Making premium datasets, pre-trained models, and AI development tools accessible worldwide</p>
144
  </div>
145
 
146
- <div class="mission-card text-center p-8 rounded-2xl hover:shadow-2xl transition-all duration-300 border-2 border-transparent hover:border-persian-red bg-white/90">
147
- <div class="w-20 h-20 mx-auto mb-6 bg-gradient-to-br from-persian-red to-pink-500 rounded-full flex items-center justify-center">
148
- <i data-feather="users" class="w-10 h-10 text-white"></i>
149
  </div>
150
- <h3 class="text-xl font-bold mb-4 text-gray-900">Build Network of Innovators</h3>
151
- <p class="text-gray-800 leading-relaxed font-medium">Creating a global network of Persian AI researchers, developers and pioneers pushing boundaries</p>
152
  </div>
153
  </div>
154
  </div>
155
  </section>
156
  <!-- Collections Section -->
157
- <section id="collections" class="py-20 px-4 bg-gradient-to-br from-black via-gray-900 to-gray-800">
158
  <div class="max-w-6xl mx-auto">
159
- <h2 class="text-4xl md:text-5xl font-bold text-center mb-16 text-white drop-shadow-2xl">
160
- Revolutionary AI Collections
161
  </h2>
162
- <div class="grid md:grid-cols-3 gap-8">
163
- <a href="https://huggingface.co/collections/PersianAICommunity/fibonacci-ai" target="_blank" class="collection-card group block bg-white rounded-2xl overflow-hidden shadow-lg hover:shadow-2xl transition-all duration-300 transform hover:-translate-y-2">
164
- <div class="h-48 bg-gradient-to-br from-purple-500 to-pink-500 flex items-center justify-center">
165
- <i data-feather="git-branch" class="w-24 h-24 text-white"></i>
166
  </div>
167
- <div class="p-6">
168
- <h3 class="text-xl font-bold mb-2 group-hover:text-persian-orange transition-colors text-gray-900">Fibonacci AI Series</h3>
169
- <p class="text-gray-800 font-medium">Revolutionary neural architectures with mathematical optimization for maximum computational efficiency</p>
 
170
  </div>
171
  </a>
172
 
173
- <a href="https://huggingface.co/collections/PersianAICommunity/persian-datasets" target="_blank" class="collection-card group block bg-white rounded-2xl overflow-hidden shadow-lg hover:shadow-2xl transition-all duration-300 transform hover:-translate-y-2">
174
- <div class="h-48 bg-gradient-to-br from-persian-yellow to-persian-orange flex items-center justify-center">
175
- <i data-feather="database" class="w-24 h-24 text-white"></i>
176
  </div>
177
- <div class="p-6">
178
- <h3 class="text-xl font-bold mb-2 group-hover:text-persian-orange transition-colors text-gray-900">Premium Persian Datasets</h3>
179
- <p class="text-gray-800 font-medium">Gold-standard curated data for sentiment analysis, text classification, machine translation and conversational AI</p>
 
180
  </div>
181
  </a>
182
 
183
- <a href="https://huggingface.co/collections/PersianAICommunity/persian-models1" target="_blank" class="collection-card group block bg-white rounded-2xl overflow-hidden shadow-lg hover:shadow-2xl transition-all duration-300 transform hover:-translate-y-2">
184
- <div class="h-48 bg-gradient-to-br from-persian-red to-pink-500 flex items-center justify-center">
185
- <i data-feather="cpu" class="w-24 h-24 text-white"></i>
186
  </div>
187
- <div class="p-6">
188
- <h3 class="text-xl font-bold mb-2 group-hover:text-persian-orange transition-colors text-gray-900">Next-Gen Persian Models</h3>
189
- <p class="text-gray-800 font-medium">Advanced transformer models with Persian-specific optimizations for 99.7% accuracy across all NLP tasks</p>
 
190
  </div>
191
  </a>
192
  </div>
193
  </div>
194
  </section>
195
  <!-- Get Involved Section -->
196
- <section class="py-20 px-4 bg-white">
197
- <div class="max-w-6xl mx-auto">
198
- <h2 class="text-4xl md:text-5xl font-bold text-center mb-16 text-gray-900 drop-shadow-lg">
199
- Get Involved in Advanced Persian AI Revolution
200
  </h2>
201
- <div class="bg-gradient-to-br from-persian-yellow/10 to-persian-red/10 rounded-3xl p-8 md:p-12">
202
- <div class="grid md:grid-cols-2 gap-8 mb-12">
203
  <div class="flex items-start gap-4">
204
- <div class="flex-shrink-0 w-12 h-12 bg-persian-yellow rounded-full flex items-center justify-center">
205
- <i data-feather="upload" class="w-6 h-6 text-white"></i>
206
  </div>
207
  <div>
208
- <h3 class="text-xl font-bold mb-2 text-gray-900">Share Premium Datasets and Models</h3>
209
- <p class="text-gray-700 font-medium">Add your premium Persian datasets or next-gen AI models to our exclusive collection</p>
210
  </div>
211
  </div>
212
 
213
  <div class="flex items-start gap-4">
214
- <div class="flex-shrink-0 w-12 h-12 bg-persian-orange rounded-full flex items-center justify-center">
215
- <i data-feather="message-circle" class="w-6 h-6 text-white"></i>
216
  </div>
217
  <div>
218
- <h3 class="text-xl font-bold mb-2 text-gray-900">Join Elite Technical Discussions</h3>
219
- <p class="text-gray-700 font-medium">Connect with the elite AI community on Hugging Face or expert telegram group</p>
220
  </div>
221
  </div>
222
 
223
  <div class="flex items-start gap-4">
224
- <div class="flex-shrink-0 w-12 h-12 bg-persian-red rounded-full flex items-center justify-center">
225
- <i data-feather="users" class="w-6 h-6 text-white"></i>
226
  </div>
227
  <div>
228
- <h3 class="text-xl font-bold mb-2 text-gray-900">Collaborate on Pioneering Projects</h3>
229
- <p class="text-gray-700 font-medium">Work together to push the boundaries of Persian-language AI knowledge</p>
230
- </div>
231
- </div>
232
-
233
- <div class="flex items-start gap-4">
234
- <div class="flex-shrink-0 w-12 h-12 bg-gradient-to-br from-persian-yellow to-persian-red rounded-full flex items-center justify-center">
235
- <i data-feather="mail" class="w-6 h-6 text-white"></i>
236
- </div>
237
- <div>
238
- <h3 class="text-xl font-bold mb-2 text-gray-900">Submit Your Strategic Innovation</h3>
239
- <p class="text-gray-700 font-medium">Send your strategic contributions for immediate review to models@vectordbcloud.com</p>
240
  </div>
241
  </div>
242
  </div>
243
 
244
- <div class="text-center">
245
- <a href="mailto:models@vectordbcloud.com" class="inline-flex items-center gap-2 px-8 py-4 bg-gradient-to-r from-persian-yellow to-persian-red text-white font-semibold rounded-full hover:shadow-2xl transform hover:-translate-y-1 transition-all duration-300 text-lg">
246
- <i data-feather="send" class="w-5 h-5"></i>
247
- Submit Your Strategic Contribution
248
  </a>
249
  </div>
250
  </div>
251
  </div>
252
  </section>
253
  <!-- Footer -->
254
- <footer class="py-12 px-4 bg-gradient-to-br from-gray-900 to-black text-white">
255
  <div class="max-w-6xl mx-auto">
256
  <div class="text-center">
257
  <div class="flex justify-center gap-6 mb-8">
258
- <a href="https://huggingface.co/PersianAICommunity" target="_blank" class="hover:text-persian-yellow transition-colors">
259
- <i data-feather="home" class="w-6 h-6"></i>
260
  </a>
261
- <a href="https://t.me/persianaichannel" target="_blank" class="hover:text-persian-yellow transition-colors">
262
- <i data-feather="send" class="w-6 h-6"></i>
263
  </a>
264
- <a href="mailto:models@vectordbcloud.com" class="hover:text-persian-yellow transition-colors">
265
- <i data-feather="mail" class="w-6 h-6"></i>
266
  </a>
267
  </div>
268
 
269
- <p class="text-gray-400 mb-4">
270
  © 2024 Persian AI Community. All rights reserved.
271
  </p>
272
 
273
- <p class="text-sm text-gray-400">
274
  Building the future of Persian language AI through innovation and collaboration
275
  </p>
276
  </div>
277
  </div>
278
  </footer>
279
  </body>
280
- </html>
 
 
 
 
 
33
  'fa': ['Vazirmatn', 'sans-serif'],
34
  },
35
  colors: {
36
+ 'hf-orange': '#FF6B00',
37
+ 'hf-blue': '#3B82F6',
38
+ 'hf-green': '#10B981',
39
+ 'hf-purple': '#8B5CF6',
40
  }
41
  }
42
  }
 
45
  </head>
46
  <body class="font-en">
47
  <!-- Language Toggle -->
48
+ <div class="fixed top-4 right-4 z-50">
49
+ <button onclick="location.href='index-fa.html'" class="px-4 py-2 bg-white border border-gray-300 text-gray-700 font-medium rounded-lg hover:bg-gray-50 transition-colors duration-200 text-sm">
 
 
 
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-[#FFEEE4] via-[#F9F5FF] to-[#E8F4FD]">
55
+ <!-- Background Pattern similar to Hugging Face -->
56
+ <div class="absolute inset-0 opacity-5">
57
+ <div class="absolute inset-0" style="background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(59,130,246,0.1) 35px, rgba(59,130,246,0.1) 70px);"></div>
 
 
58
  </div>
59
+ <!-- Enhanced Hero Content -->
60
  <div class="relative z-10 text-center px-4 max-w-6xl mx-auto">
61
+ <!-- Logo similar to Hugging Face -->
62
  <div class="mb-8">
63
+ <div class="inline-flex items-center justify-center w-24 h-24 bg-gradient-to-br from-[#FF6B00] to-[#FF8E53] rounded-2xl mb-6 shadow-lg">
64
+ <i data-feather="cpu" class="w-12 h-12 text-white"></i>
 
 
65
  </div>
66
  </div>
67
+ <h1 class="text-5xl md:text-6xl font-bold mb-6 bg-gradient-to-r from-[#FF6B00] to-[#3B82F6] bg-clip-text text-transparent" style="font-weight: 700;">
68
  Persian AI Community
69
  </h1>
70
+ <p class="text-xl md:text-2xl text-gray-600 mb-8 max-w-3xl mx-auto leading-relaxed">
71
  Advancing Persian AI through collaborative datasets, models, and research
72
  </p>
73
  <div class="flex flex-wrap gap-4 justify-center mb-12">
74
+ <a href="https://huggingface.co/PersianAICommunity" target="_blank" class="inline-flex items-center gap-2 px-6 py-3 bg-[#FF6B00] hover:bg-[#E55A00] text-white font-medium rounded-lg shadow-md hover:shadow-lg transition-all duration-200">
75
+ <i data-feather="home" class="w-4 h-4"></i>
76
  View on HuggingFace
 
77
  </a>
78
+ <a href="#collections" class="inline-flex items-center gap-2 px-6 py-3 bg-white text-[#FF6B00] border border-[#FF6B00] font-medium rounded-lg hover:bg-[#FFF8F5] transition-all duration-200">
79
+ <i data-feather="grid" class="w-4 h-4"></i>
80
  Explore Collections
81
  </a>
82
  </div>
83
  <!-- Stats -->
84
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-6 mt-12">
85
+ <div class="stat-card bg-white rounded-lg p-6 hover:shadow-lg transition-all duration-300 border border-gray-200">
86
+ <div class="text-2xl font-bold text-gray-900 mb-1">
87
+ <i data-feather="database" class="w-8 h-8 mx-auto mb-2 text-[#3B82F6]"></i>
88
  </div>
89
+ <div class="text-3xl font-bold text-gray-900">50+</div>
90
+ <div class="text-md text-gray-700 font-semibold">Datasets</div>
91
+ <div class="text-sm text-gray-500">Premium quality</div>
92
  </div>
93
+ <div class="stat-card bg-white rounded-lg p-6 hover:shadow-lg transition-all duration-300 border border-gray-200">
94
+ <div class="text-2xl font-bold text-gray-900 mb-1">
95
+ <i data-feather="box" class="w-8 h-8 mx-auto mb-2 text-[#10B981]"></i>
96
  </div>
97
+ <div class="text-3xl font-bold text-gray-900">100+</div>
98
+ <div class="text-md text-gray-700 font-semibold">Models</div>
99
+ <div class="text-sm text-gray-500">Advanced tech</div>
100
  </div>
101
+ <div class="stat-card bg-white rounded-lg p-6 hover:shadow-lg transition-all duration-300 border border-gray-200">
102
+ <div class="text-2xl font-bold text-gray-900 mb-1">
103
+ <i data-feather="users" class="w-8 h-8 mx-auto mb-2 text-[#F59E0B]"></i>
104
  </div>
105
+ <div class="text-3xl font-bold text-gray-900">1000+</div>
106
+ <div class="text-md text-gray-700 font-semibold">Community</div>
107
+ <div class="text-sm text-gray-500">Researchers</div>
108
  </div>
109
  </div>
110
  </div>
111
+ <!-- Scroll Indicator -->
112
  <div class="absolute bottom-8 left-1/2 transform -translate-x-1/2 animate-bounce">
113
  <i data-feather="chevron-down" class="w-8 h-8 text-gray-400"></i>
114
  </div>
115
  </section>
116
  <!-- Mission Section -->
117
+ <section class="py-20 px-4 bg-gray-50">
118
  <div class="max-w-6xl mx-auto">
119
+ <h2 class="text-4xl md:text-5xl font-bold text-center mb-16 text-gray-900">
120
  Our Mission
121
  </h2>
122
  <div class="grid md:grid-cols-3 gap-8">
123
+ <div class="mission-card text-center p-8 rounded-xl bg-white hover:shadow-lg transition-all duration-200 border border-gray-200">
124
+ <div class="w-16 h-16 mx-auto mb-6 bg-gradient-to-br from-[#3B82F6] to-[#1E40AF] rounded-xl flex items-center justify-center">
125
+ <i data-feather="trending-up" class="w-8 h-8 text-white"></i>
126
  </div>
127
+ <h3 class="text-xl font-bold mb-4 text-gray-900">Advance Persian AI</h3>
128
+ <p class="text-gray-600 leading-relaxed">Developing state-of-the-art models and research for Persian language processing</p>
129
  </div>
130
 
131
+ <div class="mission-card text-center p-8 rounded-xl bg-white hover:shadow-lg transition-all duration-200 border border-gray-200">
132
+ <div class="w-16 h-16 mx-auto mb-6 bg-gradient-to-br from-[#10B981] to-[#047857] rounded-xl flex items-center justify-center">
133
+ <i data-feather="unlock" class="w-8 h-8 text-white"></i>
134
  </div>
135
+ <h3 class="text-xl font-bold mb-4 text-gray-900">Open Access</h3>
136
+ <p class="text-gray-600">Making quality datasets and models freely available to everyone</p>
137
  </div>
138
 
139
+ <div class="mission-card text-center p-8 rounded-xl bg-white hover:shadow-lg transition-all duration-200 border border-gray-200">
140
+ <div class="w-16 h-16 mx-auto mb-6 bg-gradient-to-br from-[#F59E0B] to-[#D97706] rounded-xl flex items-center justify-center">
141
+ <i data-feather="users" class="w-8 h-8 text-white"></i>
142
  </div>
143
+ <h3 class="text-xl font-bold mb-4 text-gray-900">Community First</h3>
144
+ <p class="text-gray-600">Building a global network of Persian AI researchers and developers</p>
145
  </div>
146
  </div>
147
  </div>
148
  </section>
149
  <!-- Collections Section -->
150
+ <section id="collections" class="py-20 px-4 bg-white">
151
  <div class="max-w-6xl mx-auto">
152
+ <h2 class="text-4xl md:text-5xl font-bold text-center mb-16 text-gray-900">
153
+ Popular Collections
154
  </h2>
155
+ <div class="grid md:grid-cols-3 gap-6">
156
+ <a href="https://huggingface.co/collections/PersianAICommunity/fibonacci-ai" target="_blank" class="collection-card group block bg-white rounded-xl overflow-hidden border border-gray-200 hover:shadow-lg transition-all duration-200">
157
+ <div class="h-32 bg-gradient-to-br from-[#8B5CF6] to-[#EC4899] flex items-center justify-center">
158
+ <i data-feather="git-branch" class="w-16 h-16 text-white"></i>
159
  </div>
160
+ <div class="p-5">
161
+ <h3 class="text-lg font-semibold mb-2 text-gray-900 group-hover:text-[#FF6B00]">Fibonacci AI</h3>
162
+ <p class="text-sm text-gray-600">Advanced neural architectures with mathematical optimization</p>
163
+ <div class="mt-3 text-[#3B82F6] text-sm">8 models →</div>
164
  </div>
165
  </a>
166
 
167
+ <a href="https://huggingface.co/collections/PersianAICommunity/persian-datasets" target="_blank" class="collection-card group block bg-white rounded-xl overflow-hidden border border-gray-200 hover:shadow-lg transition-all duration-200">
168
+ <div class="h-32 bg-gradient-to-br from-[#3B82F6] to-[#60A5FA] flex items-center justify-center">
169
+ <i data-feather="database" class="w-16 h-16 text-white"></i>
170
  </div>
171
+ <div class="p-5">
172
+ <h3 class="text-lg font-semibold mb-2 text-gray-900 group-hover:text-[#FF6B00]">Persian Datasets</h3>
173
+ <p class="text-sm text-gray-600">High-quality curated data for sentiment analysis and NMT</p>
174
+ <div class="mt-3 text-[#3B82F6] text-sm">15 datasets →</div>
175
  </div>
176
  </a>
177
 
178
+ <a href="https://huggingface.co/collections/PersianAICommunity/persian-models1" target="_blank" class="collection-card group block bg-white rounded-xl overflow-hidden border border-gray-200 hover:shadow-lg transition-all duration-200">
179
+ <div class="h-32 bg-gradient-to-br from-[#10B981] to-[#34D399] flex items-center justify-center">
180
+ <i data-feather="cpu" class="w-16 h-16 text-white"></i>
181
  </div>
182
+ <div class="p-5">
183
+ <h3 class="text-lg font-semibold mb-2 text-gray-900 group-hover:text-[#FF6B00]">Persian Models</h3>
184
+ <p class="text-sm text-gray-600">State-of-the-art transformer models optimized for Farsi</p>
185
+ <div class="mt-3 text-[#3B82F6] text-sm">12 models →</div>
186
  </div>
187
  </a>
188
  </div>
189
  </div>
190
  </section>
191
  <!-- Get Involved Section -->
192
+ <section class="py-20 px-4 bg-gray-50">
193
+ <div class="max-w-4xl mx-auto">
194
+ <h2 class="text-4xl md:text-5xl font-bold text-center mb-16 text-gray-900">
195
+ Get Involved
196
  </h2>
197
+ <div class="bg-white rounded-xl p-8 border border-gray-200">
198
+ <div class="space-y-8">
199
  <div class="flex items-start gap-4">
200
+ <div class="flex-shrink-0 w-10 h-10 bg-[#3B82F6] rounded-lg flex items-center justify-center">
201
+ <i data-feather="upload" class="w-5 h-5 text-white"></i>
202
  </div>
203
  <div>
204
+ <h3 class="text-lg font-semibold mb-1 text-gray-900">Share Models</h3>
205
+ <p class="text-gray-600">Upload your Persian AI models to share with the community</p>
206
  </div>
207
  </div>
208
 
209
  <div class="flex items-start gap-4">
210
+ <div class="flex-shrink-0 w-10 h-10 bg-[#10B981] rounded-lg flex items-center justify-center">
211
+ <i data-feather="database" class="w-5 h-5 text-white"></i>
212
  </div>
213
  <div>
214
+ <h3 class="text-lg font-semibold mb-1 text-gray-900">Contribute Datasets</h3>
215
+ <p class="text-gray-600">Help us build better datasets for Persian language tasks</p>
216
  </div>
217
  </div>
218
 
219
  <div class="flex items-start gap-4">
220
+ <div class="flex-shrink-0 w-10 h-10 bg-[#F59E0B] rounded-lg flex items-center justify-center">
221
+ <i data-feather="users" class="w-5 h-5 text-white"></i>
222
  </div>
223
  <div>
224
+ <h3 class="text-lg font-semibold mb-1 text-gray-900">Join Discussions</h3>
225
+ <p class="text-gray-600">Connect with researchers and developers in our community</p>
 
 
 
 
 
 
 
 
 
 
226
  </div>
227
  </div>
228
  </div>
229
 
230
+ <div class="text-center mt-8">
231
+ <a href="https://huggingface.co/PersianAICommunity" target="_blank" class="inline-flex items-center gap-2 px-6 py-3 bg-[#FF6B00] hover:bg-[#E55A00] text-white font-medium rounded-lg shadow-md hover:shadow-lg transition-all duration-200">
232
+ Visit Our Hub
 
233
  </a>
234
  </div>
235
  </div>
236
  </div>
237
  </section>
238
  <!-- Footer -->
239
+ <footer class="py-12 px-4 bg-white border-t border-gray-200">
240
  <div class="max-w-6xl mx-auto">
241
  <div class="text-center">
242
  <div class="flex justify-center gap-6 mb-8">
243
+ <a href="https://huggingface.co/PersianAICommunity" target="_blank" class="text-gray-600 hover:text-[#FF6B00] transition-colors">
244
+ <i data-feather="home" class="w-5 h-5"></i>
245
  </a>
246
+ <a href="https://t.me/persianaichannel" target="_blank" class="text-gray-600 hover:text-[#FF6B00] transition-colors">
247
+ <i data-feather="send" class="w-5 h-5"></i>
248
  </a>
249
+ <a href="mailto:models@vectordbcloud.com" class="text-gray-600 hover:text-[#FF6B00] transition-colors">
250
+ <i data-feather="mail" class="w-5 h-5"></i>
251
  </a>
252
  </div>
253
 
254
+ <p class="text-gray-600 mb-2">
255
  © 2024 Persian AI Community. All rights reserved.
256
  </p>
257
 
258
+ <p class="text-sm text-gray-500">
259
  Building the future of Persian language AI through innovation and collaboration
260
  </p>
261
  </div>
262
  </div>
263
  </footer>
264
  </body>
265
+ </html>
266
+ <script src="script.js"></script>
267
+ <script>
268
+ feather.replace();
269
+ </script>