Skip to content

Commit

Permalink
remove skills section
Browse files Browse the repository at this point in the history
  • Loading branch information
vitormv committed Nov 30, 2023
1 parent 6720395 commit 49a4b8d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
Binary file modified public/vitor-mello-resume.pdf
Binary file not shown.
14 changes: 0 additions & 14 deletions src/components/ResumePageA4.astro
Expand Up @@ -56,20 +56,6 @@ const { resume } = Astro.props;
</div>
</section>

<section>
<h3>Skills</h3>
<ul class="skills">
{
resume.skills.map((skill) => (
<li>
<span class="skillName">{skill.name}</span>
<span class="skillLevel">{` (${skill.level})`}</span>
</li>
))
}
</ul>
</section>

<section>
<h3>Languages</h3>
<ul class="languages">
Expand Down

1 comment on commit 49a4b8d

@vercel
Copy link

@vercel vercel bot commented on 49a4b8d Nov 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vmello.com – ./

vmellocom-git-main-vmello.vercel.app
vmello.com
vmellocom-vmello.vercel.app

Please sign in to comment.