diff --git a/index.html b/index.html index ceec2637..ece7c427 100644 --- a/index.html +++ b/index.html @@ -4,8 +4,19 @@ - - + + Developer Portfolio
- +
-

+

{item.type === "experience" ? item.position : item.degree} @@ -89,15 +96,16 @@ export function CV({ refreshTrigger }: CVProps) {
{item.technologies.map( (tech: string, techIndex: number) => ( - - {tech} - + + + {tech} + + ), )}
@@ -107,34 +115,40 @@ export function CV({ refreshTrigger }: CVProps) {

- - {item.duration} - + + + {item.duration} + +
) : ( <>
- - {item.duration} - + + + {item.duration} + +
- +
-

+

{item.type === "experience" ? item.position : item.degree} @@ -159,15 +173,16 @@ export function CV({ refreshTrigger }: CVProps) {
{item.technologies.map( (tech: string, techIndex: number) => ( - - {tech} - + + + {tech} + + ), )}
@@ -193,21 +208,25 @@ export function CV({ refreshTrigger }: CVProps) { {/* Content */}
- - {item.duration} - + + + {item.duration} + +
- +
-

+

{item.type === "experience" ? item.position : item.degree}

@@ -228,15 +247,16 @@ export function CV({ refreshTrigger }: CVProps) {
{item.technologies.map( (tech: string, techIndex: number) => ( - - {tech} - + + + {tech} + + ), )}
diff --git a/src/components/portfolio/github-integration.tsx b/src/components/portfolio/github-integration.tsx index 050ee69d..dea12c3b 100644 --- a/src/components/portfolio/github-integration.tsx +++ b/src/components/portfolio/github-integration.tsx @@ -14,6 +14,10 @@ import { Button } from "@heroui/button"; import { GithubIcon } from "@/components/icons"; import { usePortfolioData } from "@/hooks/usePortfolioData"; import { getLanguageColor } from "@/lib/language-colors"; +import { + getHoverEffectClasses, + getTextHoverEffectClasses, +} from "@/components/ui/hover-effect"; const REPO_PER_PAGE = 4; @@ -222,10 +226,9 @@ export function GithubIntegration({ refreshTrigger }: GithubIntegrationProps) {
-

+

{repo.name}

diff --git a/src/components/portfolio/personal-info.tsx b/src/components/portfolio/personal-info.tsx index 536e8b70..e9fc3674 100644 --- a/src/components/portfolio/personal-info.tsx +++ b/src/components/portfolio/personal-info.tsx @@ -7,6 +7,7 @@ import { Tooltip } from "@heroui/tooltip"; import favicon from "../../../assets/favicon.svg"; +import { HoverEffect } from "@/components/ui/hover-effect"; import { DiscordIcon, GithubIcon, @@ -66,12 +67,20 @@ export function PersonalInfo({ refreshTrigger }: PersonalInfoProps) {

{portfolioData.name}

{portfolioData.title}

- - {portfolioData.location} - - - {portfolioData.email} - + + + {portfolioData.location} + + + + + {portfolioData.email} + +
@@ -80,7 +89,6 @@ export function PersonalInfo({ refreshTrigger }: PersonalInfoProps) { closeDelay={125} color="warning" content="This user is a contributor to the WA-DP GitHub project" - showArrow={true} >