mirror of
https://github.com/mmahdium/portfolio.git
synced 2025-12-20 09:23:54 +01:00
Added more projects
This commit is contained in:
@@ -159,6 +159,27 @@ const portfolioFa: PortfolioData = {
|
|||||||
],
|
],
|
||||||
category: "public",
|
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",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -158,6 +158,56 @@ export const portfolio: PortfolioData = {
|
|||||||
],
|
],
|
||||||
category: "public",
|
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",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
BIN
public/img/projects/monasef.png
Normal file
BIN
public/img/projects/monasef.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.8 KiB |
BIN
public/img/projects/polylist.png
Normal file
BIN
public/img/projects/polylist.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 MiB |
Reference in New Issue
Block a user