diff options
author | Ashelyn Rose <git@tempest.dev> | 2023-11-13 01:52:04 -0700 |
---|---|---|
committer | Ashelyn Rose <git@tempest.dev> | 2023-11-18 13:46:03 -0700 |
commit | 6f7f70a55546d4bc503c3d8310e175f733021550 (patch) | |
tree | 6d9c3d16b40cf3801d0bccefcca52289a1fe0dc7 | |
parent | f9a75bf672b8300ea8028b141249c46509bbe4c5 (diff) |
Add new job
-rw-r--r-- | app/pay-transparency/page.tsx | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/app/pay-transparency/page.tsx b/app/pay-transparency/page.tsx index cb4b053..feeff47 100644 --- a/app/pay-transparency/page.tsx +++ b/app/pay-transparency/page.tsx @@ -9,7 +9,7 @@ export default function PayTransparency() { Pay Transparency </h1> <main className="mainColumn"> - <InfoBar text="Last updated: May 2023" /> + <InfoBar text="Last updated: November 2023" /> <p> This page lists the title and pay rate of every job we have held since university graduation, and is inspired by{' '} @@ -65,6 +65,13 @@ export default function PayTransparency() { <span>$158,000 USD / year <em>**</em> </span> + + <span className={styles.position}>Web Systems Manager</span> + <span>October 2023</span> + <span>Current</span> + <span>$110,000 USD / year + <em>*</em> + </span> </div> </div> |