From 7e3dc4ace4c6b21bc68264dc76c8c442aec8031a Mon Sep 17 00:00:00 2001 From: Ashelyn Rose Date: Mon, 8 May 2023 14:45:55 -0600 Subject: standardize component structure more --- app/pay-transparency/page.tsx | 85 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 app/pay-transparency/page.tsx (limited to 'app/pay-transparency') diff --git a/app/pay-transparency/page.tsx b/app/pay-transparency/page.tsx new file mode 100644 index 0000000..cb4b053 --- /dev/null +++ b/app/pay-transparency/page.tsx @@ -0,0 +1,85 @@ +import InfoBar from "~/components/InfoBar/" + +import styles from '~/styles/pay-transparency.module.css' + +export default function PayTransparency() { + return ( + <> +

+ Pay Transparency +

+
+ +

+ This page lists the title and pay rate of every job we have held + since university graduation, and is inspired by{' '} + Rin's pay transparency + {' '}page. That page is what inspired us to make this one, and we hope the + idea continues to spread, as the more people know what common compensation is + across the industry, the more we can all benefit. +

+ +
+
+ Role + Start + End + Rate / Salary + + Software Developer + Jan 2020 + Sept 2020 + $35 USD / hour + + Software Engineer + Jan 2021 + Sept 2021 + $90,000 USD / year + * + + + Software Engineer + Sept 2021 + Oct 2022 + $100,800 USD / year + * + + + Software Engineer + Oct 2021 + Jan 2022 + $105,840 USD / year + * + + + Senior Software Engineer + Jan 2022 + May 2022 + $121,716 USD / year + * + + + Senior Software Engineer + June 2022 + March 2023 + $158,000 USD / year + ** + +
+
+ +

+ All positions listed here included health, dental, and vision insurance. +

+

+ The positions listed with * came with + a retirement account. +

+

+ The position listed with ** came with + stock options and a retirement account. +

+
+ + ) +} -- cgit 1.4.1