Skip to content

Commit

Permalink
✨ feat: v3 ready
Browse files Browse the repository at this point in the history
  • Loading branch information
jamerrq committed Jan 5, 2024
1 parent b34fc3f commit 3f7cd79
Show file tree
Hide file tree
Showing 7 changed files with 2,309 additions and 2,311 deletions.
6 changes: 4 additions & 2 deletions src/components/about-me-card.astro
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const ABOUT_ME_STYLES = [
<p class=''>
<p class='font-fira inline'></p>
My name is Jamer José, I'm a Math Engineer from
<div class="inline dark:bg-blue-100 bg-blue-800 px-1 rounded-sm w-fit">
<div class='inline dark:bg-blue-100 bg-blue-800 px-1 rounded-sm w-fit'>
<a
href='https://www.eafit.edu.co/'
rel='noopener noreferrer'
Expand All @@ -55,7 +55,9 @@ const ABOUT_ME_STYLES = [
<p>
<p class='font-fira inline'>󰜐</p>
Currently working as part time Backend Developer at
<div class="inline dark:bg-emerald-100 bg-emerald-800 px-1 rounded-sm w-fit">
<div
class='inline dark:bg-emerald-100 bg-emerald-800 px-1 rounded-sm w-fit'
>
<a
href='https://www.linkedin.com/showcase/dium-team/about/'
rel='noopener noreferrer'
Expand Down
2 changes: 1 addition & 1 deletion src/components/experience.astro
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const EXPERIENCE_STYLES = [
'[&>div>ul>li>a]:bg-emerald-400',
'[&>div>ul>li>a]:dark:bg-emerald-400',
'[&>div>ul>li>a]:dark:text-emerald-950',
'[&>div>ul>li>a]:text-slate-950',
'[&>div>ul>li>a]:text-slate-950'
].join(' ')
---

Expand Down
4 changes: 1 addition & 3 deletions src/components/socials.astro
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ const SOCIALS_STYLES: string = [
<article class={SOCIALS_STYLES} title='My Links'>
<div class='flex gap-2 justify-center text-black'>
<p class='font-fira'></p>
<p class='font-semibold'>
My Links
</p>
<p class='font-semibold'>My Links</p>
<p class='font-fira'></p>
</div>
<div class='flex justify-around [&>a]:font-fira'>
Expand Down
4 changes: 1 addition & 3 deletions src/components/tech-stack.astro
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,5 @@ const TECH_STACK_STYLES = [
/>
</div>
</div>
<p class='font-bold responsive-text-xxs pt-2'>
-- Tap to see more --
</p>
<p class='font-bold responsive-text-xxs pt-2'>-- Tap to see more --</p>
</a>
Loading

0 comments on commit 3f7cd79

Please sign in to comment.