Skip to content

Commit 74c19a3

Browse files
author
Alejandro García Iglesias
committed
Small adjustments
1 parent f5615ab commit 74c19a3

5 files changed

Lines changed: 3 additions & 7 deletions

File tree

index.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
content="Senior Frontend Engineer with 19+ years of experience in frontend architecture, design systems, and cross-functional collaboration. Based in Buenos Aires, open to remote opportunities."
1111
/>
1212

13-
<!-- Favicon -->
14-
<link rel="icon" type="image/svg+xml" href="/cv/favicon.svg" />
15-
1613
<!-- Open Graph -->
1714
<meta property="og:type" content="profile" />
1815
<meta property="og:title" content="Alejandro García Iglesias · Senior Frontend Engineer" />

public/favicon.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/components/About.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export function About({ resume }: AboutProps) {
2020
>
2121
<h2
2222
id="about-heading"
23-
className="mb-4 font-display text-2xl text-foreground"
23+
className="mb-4 font-display text-3xl text-foreground"
2424
>
2525
About
2626
</h2>

src/components/Experience.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export function Experience({ resume }: ExperienceProps) {
2424
transition={{ duration: 0.5, ease: 'easeOut' }}
2525
>
2626
<div className="mb-6 flex items-baseline justify-between">
27-
<h2 id="experience-heading" className="font-display text-2xl text-foreground">
27+
<h2 id="experience-heading" className="font-display text-3xl text-foreground">
2828
Experience
2929
</h2>
3030
<Button

src/components/Skills.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export function Skills({ resume }: SkillsProps) {
2121
>
2222
<h2
2323
id="skills-heading"
24-
className="mb-4 font-display text-2xl text-foreground"
24+
className="mb-4 font-display text-3xl text-foreground"
2525
>
2626
Skills
2727
</h2>

0 commit comments

Comments
 (0)