fix: update project repository URLs to point to Gitea

This commit is contained in:
2025-08-29 13:21:06 -03:00
parent 5b1bdc3a51
commit 00979714ec
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ Welcome to my personal portfolio project! This repository contains the complete
[![Portfolio](https://img.shields.io/badge/Live_Demo-joaoloureiro.dev.br-blue?style=for-the-badge&logo=icloud)](https://joaoloureiro.dev.br) [![Portfolio](https://img.shields.io/badge/Live_Demo-joaoloureiro.dev.br-blue?style=for-the-badge&logo=icloud)](https://joaoloureiro.dev.br)
![Deploy badge](https://gitea.joaoloureiro.dev.br/JoaoLoureiro/portfolio-app/actions/workflows/deploy.yml/badge.svg) ![Deploy badge](https://gitea.joaoloureiro.dev.br/joaoloureiro/portfolio-app/actions/workflows/deploy.yml/badge.svg?branch=main)
## 🏛️ Project Architecture ## 🏛️ Project Architecture
The project is organized into two main components in a monorepo-style structure: The project is organized into two main components in a monorepo-style structure:

View File

@@ -4,9 +4,9 @@ import ProjectCard from '../ProjectCard';
import { motion } from 'framer-motion'; import { motion } from 'framer-motion';
const projectsData = [ const projectsData = [
{ id: 1, tech: ["Next.js", "Tailwind CSS", "TypeScript", "Framer Motion"], imageUrl: "/Portfolio.png", repoUrl: "https://github.com/joaonloureiro/portfolio-app" }, { id: 1, tech: ["Next.js", "Tailwind CSS", "TypeScript", "Framer Motion"], imageUrl: "/Portfolio.png", repoUrl: "https://gitea.joaoloureiro.dev.br/joaoloureiro/portfolio-app" },
{ id: 2, tech: ["Traefik", "Docker", "Linux", "Homelab"], imageUrl: "/ProxmoxServer.png" }, { id: 2, tech: ["Traefik", "Docker", "Linux", "Homelab"], imageUrl: "/ProxmoxServer.png" },
{ id: 3, tech: ["React", "TypeScript", "Styled-Components"], imageUrl: "/Happy.png", repoUrl: "https://github.com/joaonloureiro/happy-app", liveUrl: "https://happy.joaoloureiro.dev.br/" } { id: 3, tech: ["React", "TypeScript", "Styled-Components"], imageUrl: "/Happy.png", repoUrl: "https://gitea.joaoloureiro.dev.br/joaoloureiro/happy-app", liveUrl: "https://happy.joaoloureiro.dev.br/" }
]; ];
const containerVariants = { const containerVariants = {