feat: organize constants and add index file for easy importing

This commit is contained in:
2026-05-28 11:31:38 -07:00
parent c7e046f1c2
commit d7bb5e1e39
5 changed files with 86 additions and 0 deletions
+4
View File
@@ -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" },
];