feat: organize constants and add index file for easy importing
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
export const education = [
|
||||
{ span: "2023 - July 2026", degree: "Bachelor of Science, Computer Science", location: "Western Governors University" },
|
||||
{ span: "2019 - 2021", degree: "Associate of Science, Networking Technologies", location: "Central Arizona College" },
|
||||
];
|
||||
Reference in New Issue
Block a user