Update Team Data and Navigation Structure #49

Merged
ERFouX merged 3 commits from main into main 2025-01-23 08:44:30 -05:00
6 changed files with 135 additions and 200 deletions

View file

@ -16,6 +16,8 @@ export function Navbar() {
<nav className="hidden md:flex items-center gap-6 text-sm font-medium"> <nav className="hidden md:flex items-center gap-6 text-sm font-medium">
<Link href="/features">{t('navigation.features')}</Link> <Link href="/features">{t('navigation.features')}</Link>
<Link href="/download">{t('navigation.download')}</Link> <Link href="/download">{t('navigation.download')}</Link>
<Link href="https://forum.parchlinux.com">{t('navigation.forum')}</Link>
<Link href="https://wiki.parchlinux.com">{t('navigation.wiki')}</Link>
<Link href="/community">{t('navigation.community')}</Link> <Link href="/community">{t('navigation.community')}</Link>
<Link href="https://blog.parchlinux.com">{t('navigation.blog')}</Link> <Link href="https://blog.parchlinux.com">{t('navigation.blog')}</Link>
<Link href="/team">{t('navigation.team')}</Link> <Link href="/team">{t('navigation.team')}</Link>

View file

@ -39,7 +39,7 @@ const teamData = [
fa: "حمیدرضا" fa: "حمیدرضا"
}, },
"stack": { "stack": {
en: "maintainer", en: "Maintainer",
fa: "نگهدارنده" fa: "نگهدارنده"
}, },
"image": "https://avatars.githubusercontent.com/HRMCA", "image": "https://avatars.githubusercontent.com/HRMCA",
@ -156,7 +156,7 @@ const teamData = [
}, },
{ {
"name": { "name": {
en: "meshya", en: "Meshya",
fa: "مشیا" fa: "مشیا"
}, },
"stack": { "stack": {
@ -192,7 +192,7 @@ const teamData = [
}, },
"stack": { "stack": {
en: "Graphic Designer", en: "Graphic Designer",
fa: "گرافیست" fa: "طراح گرافیک"
}, },
"image": "https://avatars.githubusercontent.com/AliLotfi09", "image": "https://avatars.githubusercontent.com/AliLotfi09",
"socials": { "socials": {
@ -207,7 +207,7 @@ const teamData = [
}, },
"stack": { "stack": {
en: "ّFrontend Developer", en: "ّFrontend Developer",
fa: "توسعه دهنده فرانت اند" fa: "توسعه‌دهنده فرانت‌اند"
}, },
"image": "https://avatars.githubusercontent.com/Bravemobin", "image": "https://avatars.githubusercontent.com/Bravemobin",
"socials": { "socials": {

View file

@ -15,11 +15,13 @@ export default {
}, },
navigation: { navigation: {
blog: 'Blog',
community: 'Community',
join: 'Join',
download: 'Download',
features: 'Features', features: 'Features',
download: 'Download',
forum: 'Forum',
wiki: 'Wiki',
community: 'Community',
blog: 'Blog',
join: 'Join',
team: 'Team', team: 'Team',
toggle_language: 'Toggle Language', toggle_language: 'Toggle Language',
toggle_theme: 'Toggle Theme', toggle_theme: 'Toggle Theme',

View file

@ -15,11 +15,13 @@ export default {
}, },
navigation: { navigation: {
blog: 'بلاگ',
community: 'جامعه',
join: 'پیوستن',
download: 'دانلود',
features: 'امکانات', features: 'امکانات',
download: 'دانلود',
forum: 'انجمن',
wiki: 'ویکی',
community: 'جامعه',
blog: 'بلاگ',
join: 'پیوستن',
team: 'تیم', team: 'تیم',
toggle_language: 'تغییر زبان', toggle_language: 'تغییر زبان',
toggle_theme: 'تغییر پوسته', toggle_theme: 'تغییر پوسته',

299
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -16,11 +16,11 @@
"class-variance-authority": "^0.7.0", "class-variance-authority": "^0.7.0",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"lucide-react": "^0.456.0", "lucide-react": "^0.456.0",
"next": "15.0.3", "next": "^15.0.3",
"next-themes": "^0.4.3", "next-themes": "^0.4.3",
"or": "^0.2.0", "or": "^0.2.0",
"react": "19.0.0-rc-66855b96-20241106", "react": "^19.0.0",
"react-dom": "19.0.0-rc-66855b96-20241106", "react-dom": "^19.0.0",
"react-markdown": "^9.0.1", "react-markdown": "^9.0.1",
"rosetta": "^1.1.0", "rosetta": "^1.1.0",
"tailwind-merge": "^2.5.4", "tailwind-merge": "^2.5.4",