Skip to content

Commit 600361d

Browse files
committed
✨ feat: remove the size from AboutMe page
1 parent 3fd9fd4 commit 600361d

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

src/components/AboutMe.astro

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import CustomParagraph from './shared/CustomParagraph.astro';
55

66
<section id="aboutMe" class="h-screen max-sm:h-[100dvh]">
77
<div class="flex h-[90%] flex-col justify-center break-words p-2">
8-
<header class="reveal">
8+
<header class="reveal pb-2">
99
<Subtitle left>About me</Subtitle>
1010
</header>
1111
<CustomParagraph reveal>
@@ -17,15 +17,12 @@ import CustomParagraph from './shared/CustomParagraph.astro';
1717
Currently, I'm also working on frontend technologies like angular,
1818
vue, html, css.
1919
</CustomParagraph>
20-
<CustomParagraph reveal>
21-
In my free time I like listening to music, reading books or watching
22-
movies from favorite directors.
23-
</CustomParagraph>
2420
<a
25-
class="reveal mt-8 rounded-md border-2 border-teal-300 px-8 py-4 text-center text-2xl text-teal-300 transition-colors duration-500 ease-in hover:bg-teal-300 hover:text-[--default-background-color]"
26-
href="/images/cv.pdf"
21+
class="reveal mt-2 rounded-md border-2 border-teal-300 px-8 py-4 text-center text-2xl text-teal-300 transition-colors duration-500 ease-in hover:bg-teal-300 hover:text-[--default-background-color]"
22+
href="/pdfs/resume.pdf"
2723
target="_blank"
28-
aria-label="Download Curriculum Vitae pdf">Curriculum Vitae</a
24+
aria-label="Download Curriculum Vitae pdf"
25+
download="resume.pdf">Curriculum Vitae</a
2926
>
3027
</div>
3128
</section>

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import Presentation from '../components/Presentation.astro';
2020
}
2121
});
2222
</script>
23-
<!-- TODO: remove space betwean section --><!-- TODO: Add skills --><!-- TODO: add a link to download the cv -->
23+
<!-- TODO: remove space betwean section --><!-- TODO: Add skills -->
2424
<Layout title="Carlos Jorge's personal portfolio website">
2525
<Header />
2626
<main>

0 commit comments

Comments
 (0)