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">
|
<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>
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
10
i18n/en.js
10
i18n/en.js
|
@ -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',
|
||||||
|
|
10
i18n/fa.js
10
i18n/fa.js
|
@ -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
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",
|
"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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue