diff --git a/app/data/portfolio.fa.ts b/app/data/portfolio.fa.ts index 0895194..2979bab 100644 --- a/app/data/portfolio.fa.ts +++ b/app/data/portfolio.fa.ts @@ -159,6 +159,27 @@ const portfolioFa: PortfolioData = { ], category: "public", }, + { + name: "Monasef", + description: "همون فایل، نصف هزینه اینترنت ⁦;⁠-⁠)", + thumbnail: "/img/projects/monasef.png", + status: "فعال", + opensource: false, + links: [ + { + label: "وب‌سایت", + to: "https://monasef.ir/", + icon: "i-mdi-link", + }, + ], + icons: [ + "i-logos-dotnet", + "i-logos-bootstrap", + "i-logos-docker-icon", + "i-logos-prometheus", + ], + category: "freelance", + }, ], }; diff --git a/app/data/portfolio.ts b/app/data/portfolio.ts index 30bde7e..733a857 100644 --- a/app/data/portfolio.ts +++ b/app/data/portfolio.ts @@ -158,6 +158,56 @@ export const portfolio: PortfolioData = { ], category: "public", }, + { + name: "HoolIt", + description: + "HoolIt is an open-source project aiming to provide a simple and easy-to-use alternative to the beloved dweet.io.", + // thumbnail: "/img/projects/monasef.png", + status: "Active", + opensource: true, + links: [ + { + label: "GitHub", + to: "https://github.com/mmahdium/HoolIt", + icon: "i-mdi-github", + }, + ], + icons: ["i-logos-dotnet", "i-logos-docker-icon"], + category: "public", + }, + { + name: "PolyList", + description: + "PolyList is a social music platform where you can create, manage, and share playlists and libraries with friends. Track your listening history through a public profile powered by web scrobbling.", + thumbnail: "/img/projects/polylist.png", + status: "Active", + opensource: false, + links: [ + { + label: "Website", + to: "https://pl.mahdium.ir", + icon: "i-mdi-link", + }, + { + label: "My Profile", + to: "https://pl.mahdium.ir/p/mahdium", + icon: "i-mdi-link", + }, + ], + icons: [ + "i-logos-go", + "i-logos-gin", + "i-logos-nuxt-icon", + "i-logos-vercel-icon", + "i-logos-vue", + "i-logos-daisyui-icon", + "i-logos-tailwindcss-icon", + "i-logos-supabase-icon", + "i-logos-postgresql", + "i-logos-docker-icon", + ], + category: "freelance", + }, ], }; diff --git a/public/img/projects/monasef.png b/public/img/projects/monasef.png new file mode 100644 index 0000000..89af8bf Binary files /dev/null and b/public/img/projects/monasef.png differ diff --git a/public/img/projects/polylist.png b/public/img/projects/polylist.png new file mode 100644 index 0000000..1474c88 Binary files /dev/null and b/public/img/projects/polylist.png differ