diff --git a/content/salary.md b/content/salary.md new file mode 100644 index 0000000..f1d8ebf --- /dev/null +++ b/content/salary.md @@ -0,0 +1,144 @@ +--- +# date: 2017-02-22T14:43:02-06:00 +title: Salary Transparency +description: "My salary information made public to help combat pay discrimination." +toc: false +--- + +Below is a list of jobs and salaries I've had. Dollar amounts are annual +estimates in USD. Stock is generally sold as soon as legally possible for +simplicity and personal policy. Dates are rough estimates in many cases. + +## Why? + +- Combat pay discrimination +- Help fellow employees negotiate with employers +- Reduce stigma around talking about personal finances + +## Jobs + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CompanyTitleStart DateEnd DateSalaryAnnual Bonus TargetAnnual Stock ValueDeparture Reason
BillSr. Staff SWE2023-08-20Still here!$210,000$21,000$120,000N/A
BillStaff SWE2021-06-052023-08-20$192,258$19,226$90,000Promoted
DivvyStaff SWE2021-03-052023-06-01$175,000$8,000$70,000Acquired by Bill, Raises
PostmatesSWE II2019-06-102021-03-05$165,000$0$90,000Quit
Mixon Hill Inc.Systems Engineer2017-12-012019-06-10$60,000$5,000N/AQuit
TogglSWE II2017-04-012019-07-01$55,000$0$0Fired
EmfluenceSWE II2014-04-012015-05-01$60,000$0$0Fired
Voxa VenturesSWE2013-05-012015-03-01$55,000$0$0Company Bankrupt
Waterway Gas & WashLine Associate2012-05-012013-05-01$30,000$0$0Quit
Price ChopperCashier2011-04-012012-04-01$23,000$0$0Quit
+
+ +## Micro-Rant on Titles + +Also, if we talked about how meaningless "levels" are in titles, just know +that... they are. They're really just there to reflect that employee's pay. +Don't judge by titles. + diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index a11a22c..e8fcf14 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -93,6 +93,14 @@ Privacy Policy +
  • + + + + + Salary Transparency + +
  • diff --git a/src/stylus/core.styl b/src/stylus/core.styl index f35b0ca..06e18d5 100644 --- a/src/stylus/core.styl +++ b/src/stylus/core.styl @@ -194,13 +194,20 @@ button, input[type=submit] .lead { font-size: 1.5rem } .rounded { border-radius: 0.5em } +table + border-collapse collapse + table tr > td.leading padding-right 1em +table tr > th table tr > td - vertical-align top - padding-top 0.25em - padding-bottom 0.25em + vertical-align center + padding 0.25em 0.5em + border solid 1px var(--input-focus-bg) + +table tr > th + text-align center form &> label, > fieldset @@ -243,6 +250,11 @@ form &:focus transform translateX(0%) +.table-container + position relative + max-width 100vw + overflow-x auto + @media (min-width 600px) body.align-left .hide-in-align-left { display: none } @@ -256,7 +268,12 @@ form line-height 1.5em text-align left - h1, h2, h3, h4, h5, h6, form, ul, ol, p, table, .content, details + table + position relative + margin-left auto + margin-right auto + + h1, h2, h3, h4, h5, h6, form, ul, ol, p, .content, details position relative max-width 600px margin-left auto