migrated home.js and refactored into various sections

This commit is contained in:
Aaron Qian 2022-11-11 12:18:28 -08:00 committed by Aaron Qian
parent 954507a20d
commit 67c1f520d8
No known key found for this signature in database
GPG key ID: BF1A987C395B5B0E
13 changed files with 268 additions and 632 deletions

View file

@ -2,3 +2,6 @@ import './navbar';
import './sidebar';
import './education';
import './achievements';
import './projects';
import './publications';