masoudmarandi commited on
Commit
f97eab6
·
verified ·
1 Parent(s): 3008288

Create index-fa.html

Browse files
Files changed (1) hide show
  1. index-fa.html +269 -0
index-fa.html ADDED
@@ -0,0 +1,269 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="fa" dir="rtl">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>جامعه هوش مصنوعی فارسی | Persian AI Community</title>
7
+ <meta name="description" content="پیشبرد هوش مصنوعی فارسی با مجموعه داده‌ها، مدل‌ها و تحقیقات مشترک">
8
+
9
+ <!-- TTF Persian Fonts -->
10
+ <link rel="preconnect" href="https://cdn.jsdelivr.net">
11
+ <link href="https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.003/Vazirmatn-font-face.css" rel="stylesheet" />
12
+ <link href="https://cdn.jsdelivr.net/gh/rastikerdar/samim@v2.0.0/Samim-font-face.css" rel="stylesheet" />
13
+
14
+ <!-- Tailwind -->
15
+ <script src="https://cdn.tailwindcss.com"></script>
16
+
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
+ <script>
26
+ tailwind.config = {
27
+ theme: {
28
+ extend: {
29
+ fontFamily: {
30
+ 'en': ['Inter', 'sans-serif'],
31
+ 'fa': ['Vazirmatn', 'sans-serif'],
32
+ },
33
+ colors: {
34
+ 'persian-yellow': '#FCD34D',
35
+ 'persian-orange': '#FB923C',
36
+ 'persian-red': '#EF4444',
37
+ }
38
+ }
39
+ }
40
+ }
41
+ </script>
42
+ </head>
43
+ <body class="font-fa bg-gray-50">
44
+ <!-- Language Toggle -->
45
+ <div class="fixed top-4 left-4 z-50">
46
+ <a href="index.html" class="inline-block px-4 py-2 rounded-full bg-[#FF6B00] text-white shadow-lg hover:shadow-xl hover:bg-[#E55A00] transition-all duration-300 text-sm font-medium" style="font-family: 'Vazirmatn', sans-serif;">
47
+ English
48
+ </a>
49
+ </div>
50
+ <!-- Hero Section -->
51
+ <section class="min-h-screen flex items-center justify-center relative overflow-hidden bg-gradient-to-br from-[#FFEEE4] via-[#F9F5FF] to-[#E8F4FD]">
52
+ <!-- Background Pattern similar to Hugging Face -->
53
+ <div class="absolute inset-0 opacity-5">
54
+ <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>
55
+ </div>
56
+ <!-- Hero Content -->
57
+ <div class="relative z-10 text-center px-4 max-w-5xl mx-auto">
58
+ <div class="mb-8">
59
+ <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">
60
+ <i data-feather="cpu" class="w-12 h-12 text-white"></i>
61
+ </div>
62
+ </div>
63
+ <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;">
64
+ جامعه هوش مصنوعی فارسی
65
+ </h1>
66
+
67
+ <p class="fa-subtitle text-xl md:text-2xl text-gray-600 mb-8 max-w-3xl mx-auto leading-relaxed">
68
+ پیشبرد هوش مصنوعی فارسی از طریق مجموعه داده‌ها، مدل‌ها و تحقیقات مشترک
69
+ </p>
70
+
71
+ <div class="flex flex-wrap gap-4 justify-center mb-12">
72
+ <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">
73
+ <i data-feather="home" class="w-4 h-4"></i>
74
+ مشاهده در Hugging Face
75
+ </a>
76
+ <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">
77
+ <i data-feather="grid" class="w-4 h-4"></i>
78
+ کاوش مجموعه‌ها
79
+ </a>
80
+ </div>
81
+ <!-- Stats -->
82
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-6 mt-12">
83
+ <div class="stat-card bg-white rounded-lg p-6 hover:shadow-lg transition-all duration-300 border border-gray-200">
84
+ <div class="text-2xl font-bold text-gray-900 mb-1">
85
+ <i data-feather="database" class="w-8 h-8 mx-auto mb-2 text-[#3B82F6]"></i>
86
+ </div>
87
+ <div class="text-3xl font-bold text-gray-900">۵۰+</div>
88
+ <div class="text-md text-gray-700 font-semibold">مجموعه داده</div>
89
+ <div class="text-sm text-gray-500">با کیفیت بالا</div>
90
+ </div>
91
+ <div class="stat-card bg-white rounded-lg p-6 hover:shadow-lg transition-all duration-300 border border-gray-200">
92
+ <div class="text-2xl font-bold text-gray-900 mb-1">
93
+ <i data-feather="box" class="w-8 h-8 mx-auto mb-2 text-[#10B981]"></i>
94
+ </div>
95
+ <div class="text-3xl font-bold text-gray-900">۱۰۰+</div>
96
+ <div class="fa-text font-fa text-md text-gray-700 font-semibold">مدل‌ها</div>
97
+ <div class="fa-text font-fa text-sm text-gray-500">پیشرفته</div>
98
+ </div>
99
+ <div class="stat-card bg-white rounded-lg p-6 hover:shadow-lg transition-all duration-300 border border-gray-200">
100
+ <div class="text-2xl font-bold text-gray-900 mb-1">
101
+ <i data-feather="users" class="w-8 h-8 mx-auto mb-2 text-[#F59E0B]"></i>
102
+ </div>
103
+ <div class="text-3xl font-bold text-gray-900">۱۰۰۰+</div>
104
+ <div class="fa-text font-fa text-md text-gray-700 font-semibold">کاربران</div>
105
+ <div class="fa-text font-fa text-sm text-gray-500">فعال</div>
106
+ </div>
107
+ </div>
108
+ </div>
109
+ </section>
110
+ <!-- Mission Section -->
111
+ <section class="py-20 px-4 bg-gray-50">
112
+ <div class="max-w-6xl mx-auto">
113
+ <h2 class="section-title text-4xl md:text-5xl font-bold text-center mb-16 text-gray-900">
114
+ مأموریت ما
115
+ </h2>
116
+ <div class="grid md:grid-cols-3 gap-8">
117
+ <div class="mission-card text-center p-8 rounded-xl bg-white hover:shadow-lg transition-all duration-200 border border-gray-200">
118
+ <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">
119
+ <i data-feather="trending-up" class="w-8 h-8 text-white"></i>
120
+ </div>
121
+ <h3 class="fa-text text-xl font-bold mb-4 text-gray-900">توسعه هوش مصنوعی فارسی</h3>
122
+ <p class="fa-text text-gray-600 leading-relaxed">توسعه مدل‌ها و تحقیقات نوین در زمینه پردازش زبان فارسی</p>
123
+ </div>
124
+ <div class="mission-card text-center p-8 rounded-xl bg-white hover:shadow-lg transition-all duration-200 border border-gray-200">
125
+ <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">
126
+ <i data-feather="unlock" class="w-8 h-8 text-white"></i>
127
+ </div>
128
+ <h3 class="fa-text text-xl font-bold mb-4 text-gray-900">دسترسی آزاد</h3>
129
+ <p class="fa-text text-gray-600">در دسترس قرار دادن مجموعه داده‌ها و مدل‌های باکیفیت برای همه</p>
130
+ </div>
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-[#F59E0B] to-[#D97706] rounded-xl flex items-center justify-center">
133
+ <i data-feather="users" class="w-8 h-8 text-white"></i>
134
+ </div>
135
+ <h3 class="fa-text text-xl font-bold mb-4 text-gray-900">جامعه محور</h3>
136
+ <p class="fa-text text-gray-600">ایجاد شبکه‌ای از محققان و توسعه‌دهندگان هوش مصنوعی فارسی</p>
137
+ </div>
138
+ </div>
139
+ </div>
140
+ </section>
141
+ <!-- Collections Section -->
142
+ <section id="collections" class="py-20 px-4 bg-white">
143
+ <div class="max-w-6xl mx-auto">
144
+ <h2 class="section-title text-4xl md:text-5xl font-bold text-center mb-16 text-gray-900">
145
+ مجموعه‌های محبوب
146
+ </h2>
147
+ <div class="grid md:grid-cols-3 gap-6">
148
+ <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">
149
+ <div class="h-32 bg-gradient-to-br from-[#8B5CF6] to-[#EC4899] flex items-center justify-center">
150
+ <i data-feather="git-branch" class="w-16 h-16 text-white"></i>
151
+ </div>
152
+ <div class="p-5">
153
+ <h3 class="text-lg font-semibold mb-2 text-gray-900 group-hover:text-[#FF6B00]">سری فیبوناچی AI</h3>
154
+ <p class="fa-text text-sm text-gray-600">معماری‌های عصبی پیشرفته با بهینه‌سازی ریاضی</p>
155
+ <div class="mt-3 text-[#3B82F6] text-sm">۸ مدل →</div>
156
+ </div>
157
+ </a>
158
+
159
+ <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">
160
+ <div class="h-32 bg-gradient-to-br from-[#3B82F6] to-[#60A5FA] flex items-center justify-center">
161
+ <i data-feather="database" class="w-16 h-16 text-white"></i>
162
+ </div>
163
+ <div class="p-5">
164
+ <h3 class="text-lg font-semibold mb-2 text-gray-900 group-hover:text-[#FF6B00]">مجموعه داده‌های فارسی</h3>
165
+ <p class="fa-text text-sm text-gray-600">داده‌های منتخب برای تحلیل احساسات و ترجمه ماشین</p>
166
+ <div class="mt-3 text-[#3B82F6] text-sm">۱۵ مجموعه داده ←</div>
167
+ </div>
168
+ </a>
169
+
170
+ <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">
171
+ <div class="h-32 bg-gradient-to-br from-[#10B981] to-[#34D399] flex items-center justify-center">
172
+ <i data-feather="cpu" class="w-16 h-16 text-white"></i>
173
+ </div>
174
+ <div class="p-5">
175
+ <h3 class="text-lg font-semibold mb-2 text-gray-900 group-hover:text-[#FF6B00]">مدل‌های فارسی</h3>
176
+ <p class="fa-text text-sm text-gray-600">مدل‌های ترانسفورمر با بهینه‌سازی ویژه زبان فارسی</p>
177
+ <div class="mt-3 text-[#3B82F6] text-sm">۱۲ مدل ←</div>
178
+ </div>
179
+ </a>
180
+ </div>
181
+ </div>
182
+ </section>
183
+ <!-- Get Involved Section -->
184
+ <section class="py-20 px-4 bg-white">
185
+ <div class="max-w-6xl mx-auto">
186
+ <h2 class="section-title text-4xl md:text-5xl font-bold text-center mb-16 text-gray-900 drop-shadow-lg">
187
+ در انقلاب هوش مصنوعی فارسی پیشرفته مشارکت کنید
188
+ </h2>
189
+ <div class="bg-gradient-to-br from-persian-yellow/10 to-persian-red/10 rounded-3xl p-8 md:p-12">
190
+ <div class="grid md:grid-cols-2 gap-8 mb-12">
191
+ <div class="flex items-start gap-4">
192
+ <div class="flex-shrink-0 w-12 h-12 bg-persian-yellow rounded-full flex items-center justify-center">
193
+ <i data-feather="upload" class="w-6 h-6 text-white"></i>
194
+ </div>
195
+ <div>
196
+ <h3 class="fa-text text-xl font-bold mb-2 text-gray-900">اشتراک‌گذاری مجموعه داده‌ها و مدل‌های ناب</h3>
197
+ <p class="fa-text text-gray-700 font-medium">مجموعه داده‌ها یا مدل‌های فارسی خود را به مجموعه ممتاز ما اضافه کنید</p>
198
+ </div>
199
+ </div>
200
+
201
+ <div class="flex items-start gap-4">
202
+ <div class="flex-shrink-0 w-12 h-12 bg-persian-orange rounded-full flex items-center justify-center">
203
+ <i data-feather="message-circle" class="w-6 h-6 text-white"></i>
204
+ </div>
205
+ <div>
206
+ <h3 class="fa-text text-xl font-bold mb-2 text-gray-900">شرکت در بحث‌های تخصصی</h3>
207
+ <p class="fa-text text-gray-700 font-medium">در جامعه Hugging Face یا گروه تلگرام تخصصی ما ارتباط برقرار کنید</p>
208
+ </div>
209
+ </div>
210
+
211
+ <div class="flex items-start gap-4">
212
+ <div class="flex-shrink-0 w-12 h-12 bg-persian-red rounded-full flex items-center justify-center">
213
+ <i data-feather="users" class="w-6 h-6 text-white"></i>
214
+ </div>
215
+ <div>
216
+ <h3 class="fa-text text-xl font-bold mb-2 text-gray-900">همکاری در پروژه‌های پیشگام</h3>
217
+ <p class="fa-text text-gray-700 font-medium">برای پیشبرد مرزهای دانش هوش مصنوعی فارسی با هم کار کنید</p>
218
+ </div>
219
+ </div>
220
+
221
+ <div class="flex items-start gap-4">
222
+ <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">
223
+ <i data-feather="mail" class="w-6 h-6 text-white"></i>
224
+ </div>
225
+ <div>
226
+ <h3 class="fa-text text-xl font-bold mb-2 text-gray-900">ارسال نوآوری‌های خود</h3>
227
+ <p class="fa-text text-gray-700 font-medium">مشارکت‌های راهبردی خود را برای بررسی فوری به models@vectordbcloud.com ارسال کنید</p>
228
+ </div>
229
+ </div>
230
+ </div>
231
+ <div class="text-center">
232
+ <a href="mailto:models@vectordbcloud.com" class="inline-block 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">
233
+ <i data-feather="send" class="w-5 h-5"></i>
234
+ ارسال مشارکت راهبردی شما
235
+ </a>
236
+ </div>
237
+ </div>
238
+ </div>
239
+ </section>
240
+
241
+ <!-- Footer -->
242
+ <footer class="py-12 px-4 bg-gradient-to-br from-gray-900 to-black text-white">
243
+ <div class="max-w-6xl mx-auto">
244
+ <div class="text-center">
245
+ <div class="flex justify-center gap-6 mb-8">
246
+ <a href="https://huggingface.co/PersianAICommunity" target="_blank" class="hover:text-persian-yellow transition-colors">
247
+ <i data-feather="home" class="w-6 h-6"></i>
248
+ </a>
249
+ <a href="https://t.me/persianaichannel" target="_blank" class="hover:text-persian-yellow transition-colors">
250
+ <i data-feather="send" class="w-6 h-6"></i>
251
+ </a>
252
+ <a href="mailto:models@vectordbcloud.com" class="hover:text-persian-yellow transition-colors">
253
+ <i data-feather="mail" class="w-6 h-6"></i>
254
+ </a>
255
+ </div>
256
+
257
+ <p class="text-gray-400 mb-4">
258
+ © ۲۰۲۴ جامعه هوش مصنوعی فارسی. همه حقوق محفوظ است.
259
+ </p>
260
+ <p class="text-sm text-gray-400">
261
+ ساخت آینده هوش مصنوعی زبان فارسی از طریق نوآوری و همکاری
262
+ </p>
263
+ </div>
264
+ </div>
265
+ </footer>
266
+
267
+
268
+ </body>
269
+ </html>