Skip to content

Commit

Permalink
Update bio and skills
Browse files Browse the repository at this point in the history
  • Loading branch information
achen318 committed Jul 12, 2024
1 parent 9206a10 commit 94b0734
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/AboutMe.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import Section from './Section.astro';

<Section title="About Me">
<p class="text-important">
I am Anthony and I am a junior at Stuyvesant High School.
I am Anthony and I am a rising freshman at the Massachusetts Institute of Technology.
</p>
<br />
<p class="text-important">
I am an avid learner. As of now, I mostly do web development.
I am an avid learner. As of now, I mostly do Leetcode and web development.
</p>
</Section>
5 changes: 5 additions & 0 deletions src/components/Skills.astro
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ const languages: SkillType[] = [
name: 'Dart',
icon: 'vscode-icons:file-type-dartlang',
year: 2023
},
{
name: 'Go',
icon: 'vscode-icons:file-type-go',
year: 2024
}
];
Expand Down

0 comments on commit 94b0734

Please sign in to comment.