Update Team Data and Navigation Structure #49
6 changed files with 135 additions and 200 deletions
|
@ -16,6 +16,8 @@ export function Navbar() {
|
|||
<nav className="hidden md:flex items-center gap-6 text-sm font-medium">
|
||||
<Link href="/features">{t('navigation.features')}</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="https://blog.parchlinux.com">{t('navigation.blog')}</Link>
|
||||
<Link href="/team">{t('navigation.team')}</Link>
|
||||
|
|
|
@ -39,7 +39,7 @@ const teamData = [
|
|||
fa: "حمیدرضا"
|
||||
},
|
||||
"stack": {
|
||||
en: "maintainer",
|
||||
en: "Maintainer",
|
||||
fa: "نگهدارنده"
|
||||
},
|
||||
"image": "https://avatars.githubusercontent.com/HRMCA",
|
||||
|
@ -156,7 +156,7 @@ const teamData = [
|
|||
},
|
||||
{
|
||||
"name": {
|
||||
en: "meshya",
|
||||
en: "Meshya",
|
||||
fa: "مشیا"
|
||||
},
|
||||
"stack": {
|
||||
|
@ -192,7 +192,7 @@ const teamData = [
|
|||
},
|
||||
"stack": {
|
||||
en: "Graphic Designer",
|
||||
fa: "گرافیست"
|
||||
fa: "طراح گرافیک"
|
||||
},
|
||||
"image": "https://avatars.githubusercontent.com/AliLotfi09",
|
||||
"socials": {
|
||||
|
@ -207,7 +207,7 @@ const teamData = [
|
|||
},
|
||||
"stack": {
|
||||
en: "ّFrontend Developer",
|
||||
fa: "توسعه دهنده فرانت اند"
|
||||
fa: "توسعهدهنده فرانتاند"
|
||||
},
|
||||
"image": "https://avatars.githubusercontent.com/Bravemobin",
|
||||
"socials": {
|
||||
|
|
10
i18n/en.js
10
i18n/en.js
|
@ -15,11 +15,13 @@ export default {
|
|||
},
|
||||
|
||||
navigation: {
|
||||
blog: 'Blog',
|
||||
community: 'Community',
|
||||
join: 'Join',
|
||||
download: 'Download',
|
||||
features: 'Features',
|
||||
download: 'Download',
|
||||
forum: 'Forum',
|
||||
wiki: 'Wiki',
|
||||
community: 'Community',
|
||||
blog: 'Blog',
|
||||
join: 'Join',
|
||||
team: 'Team',
|
||||
toggle_language: 'Toggle Language',
|
||||
toggle_theme: 'Toggle Theme',
|
||||
|
|
10
i18n/fa.js
10
i18n/fa.js
|
@ -15,11 +15,13 @@ export default {
|
|||
},
|
||||
|
||||
navigation: {
|
||||
blog: 'بلاگ',
|
||||
community: 'جامعه',
|
||||
join: 'پیوستن',
|
||||
download: 'دانلود',
|
||||
features: 'امکانات',
|
||||
download: 'دانلود',
|
||||
forum: 'انجمن',
|
||||
wiki: 'ویکی',
|
||||
community: 'جامعه',
|
||||
blog: 'بلاگ',
|
||||
join: 'پیوستن',
|
||||
team: 'تیم',
|
||||
toggle_language: 'تغییر زبان',
|
||||
toggle_theme: 'تغییر پوسته',
|
||||
|
|
299
package-lock.json
generated
299
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -16,11 +16,11 @@
|
|||
"class-variance-authority": "^0.7.0",
|
||||
"clsx": "^2.1.1",
|
||||
"lucide-react": "^0.456.0",
|
||||
"next": "15.0.3",
|
||||
"next": "^15.0.3",
|
||||
"next-themes": "^0.4.3",
|
||||
"or": "^0.2.0",
|
||||
"react": "19.0.0-rc-66855b96-20241106",
|
||||
"react-dom": "19.0.0-rc-66855b96-20241106",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0",
|
||||
"react-markdown": "^9.0.1",
|
||||
"rosetta": "^1.1.0",
|
||||
"tailwind-merge": "^2.5.4",
|
||||
|
|
Loading…
Add table
Reference in a new issue