diff --git a/_includes/styles/pages/resume.scss b/_includes/styles/pages/resume.scss new file mode 100644 index 0000000..c912bf9 --- /dev/null +++ b/_includes/styles/pages/resume.scss @@ -0,0 +1,7 @@ +.resume--work-position, .resume--education-emphasis { + color: var(--color-brown); + &::before { + color: var(--color-fg); + content: "\00A0\2014\00A0"; + } +} diff --git a/resume.tsx b/resume.tsx index 37453bb..fb6dca6 100644 --- a/resume.tsx +++ b/resume.tsx @@ -2,22 +2,71 @@ export const title = "Resume - Foster Hangdaan"; export const header = { heading: "Resume", - subheading: <>Download a copy of my resume here., + subheading: Download a copy of my resume here., }; export default function() { return ( <>
-

Experience

+

󱖶 Experience

+
+

Zetane Systems

+ Full-Stack Developer +
October 2021 - present
+
+
+

Startup Tech Pros

+ Tech Lead +
June 2022 - present
+
+
-

Education

+

 Education

+
+

Computer Engineering Technology

+ Emphasis in Computer Programming +
Seneca College of Applied Arts and Technology
+
Graduated August 2020
+
Cumulative GPA 4.0/4.0
+
+
+
+

󰄨 Skills

+

Programming Languages

+

Frameworks & Libraries

+ +

Other Tools

+
diff --git a/styles/main.scss b/styles/main.scss index 37b8c90..f20f5a0 100644 --- a/styles/main.scss +++ b/styles/main.scss @@ -4,5 +4,8 @@ @import "styles/color-palette"; @import "styles/base"; +// Pages +@import "styles/pages/resume"; + // Components @import "styles/components/navbar";