Skip to content

Commit

Permalink
chore: update whoami data
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter committed May 8, 2024
1 parent d6c2f45 commit 1b204da
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/_data/whoami.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ export default {
name: site.author.name,
website: site.url,
occupation: 'Student',
location: 'United States',
languages: ['JavaScript', 'TypeScript', 'Rust', 'Python', 'HTML', 'CSS'],
frameworks: ['SolidJS', 'Eleventy', 'TailwindCSS'],
interests: ['Web Development', 'Software Development', 'Open Source'],
learning: ['Rust', 'Vue', 'Fortran', 'Swift'],
languages: ['JavaScript', 'TypeScript', 'Rust', 'HTML/CSS'],
stack: ['Vue', 'Solid', 'Eleventy', 'TailwindCSS'],
learning: ['Fortran', 'Swift'],
};

0 comments on commit 1b204da

Please sign in to comment.