mirror of
https://github.com/mmahdium/portfolio.git
synced 2026-08-17 05:24:30 +03:30
feat: Implement initial portfolio website structure with components for various sections, i18n, and GitHub integration.
This commit is contained in:
@@ -270,12 +270,12 @@ export const portfolio: PortfolioData = {
|
||||
category: 'current',
|
||||
},
|
||||
{
|
||||
name: 'NuxtUi-Portfolio-Ali',
|
||||
name: 'nuxt-portfolio',
|
||||
description: 'My portfolio built with Nuxt 3 and Nuxt UI v4, showcasing projects, skills, and experiences.',
|
||||
status: 'Active',
|
||||
opensource: true,
|
||||
links: [
|
||||
{ label: 'GitHub', to: 'https://github.com/aliarghyani/NuxtUi-Portfolio-Ali', icon: 'i-mdi-github' },
|
||||
{ label: 'GitHub', to: 'https://github.com/aliarghyani/nuxt-portfolio', icon: 'i-mdi-github' },
|
||||
],
|
||||
icons: ['i-logos-nuxt-icon', 'i-logos-vue', 'i-logos-typescript-icon', 'i-logos-tailwindcss-icon'],
|
||||
category: 'public',
|
||||
|
||||
Reference in New Issue
Block a user