Add salary page with table

This commit is contained in:
Daniel Flanagan 2023-09-20 10:31:25 -05:00
parent 6becc36f49
commit 84d7289507
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4
3 changed files with 173 additions and 4 deletions

144
content/salary.md Normal file
View file

@ -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
<section class="table-container">
<table>
<thead>
<tr>
<th>Company</th>
<th>Title</th>
<th>Start Date</th>
<th>End Date</th>
<th>Salary</th>
<th>Annual Bonus Target</th>
<th>Annual Stock Value</th>
<th>Departure Reason</th>
</tr>
</thead>
<tbody>
<tr>
<td>Bill</td>
<td>Sr. Staff <abbr title="Software Engineer">SWE</abbr></td>
<td>2023-08-20</td>
<td>Still here!</td>
<td>$210,000</td>
<td>$21,000</td>
<td>$120,000</td>
<td>N/A</td>
<tr/>
<tr>
<td>Bill</td>
<td>Staff <abbr title="Software Engineer">SWE</abbr></td>
<td>2021-06-05</td>
<td>2023-08-20</td>
<td>$192,258</td>
<td>$19,226</td>
<td>$90,000</td>
<td>Promoted</td>
<tr/>
<tr>
<td>Divvy</td>
<td>Staff <abbr title="Software Engineer">SWE</abbr></td>
<td>2021-03-05</td>
<td>2023-06-01</td>
<td>$175,000</td>
<td>$8,000</td>
<td>$70,000</td>
<td>Acquired by Bill, Raises</td>
<tr/>
<tr>
<td>Postmates</td>
<td><abbr title="Software Engineer">SWE</abbr> II</td>
<td>2019-06-10</td>
<td>2021-03-05</td>
<td>$165,000</td>
<td>$0</td>
<td>$90,000</td>
<td>Quit</td>
<tr/>
<tr>
<td>Mixon Hill Inc.</td>
<td>Systems Engineer</td>
<td>2017-12-01</td>
<td>2019-06-10</td>
<td>$60,000</td>
<td>$5,000</td>
<td>N/A</td>
<td>Quit</td>
<tr/>
<tr>
<td>Toggl</td>
<td><abbr title="Software Engineer">SWE</abbr> II</td>
<td>2017-04-01</td>
<td>2019-07-01</td>
<td>$55,000</td>
<td>$0</td>
<td>$0</td>
<td>Fired</td>
<tr/>
<tr>
<td>Emfluence</td>
<td><abbr title="Software Engineer">SWE</abbr> II</td>
<td>2014-04-01</td>
<td>2015-05-01</td>
<td>$60,000</td>
<td>$0</td>
<td>$0</td>
<td>Fired</td>
<tr/>
<tr>
<td>Voxa Ventures</td>
<td><abbr title="Software Engineer">SWE</abbr></td>
<td>2013-05-01</td>
<td>2015-03-01</td>
<td>$55,000</td>
<td>$0</td>
<td>$0</td>
<td>Company Bankrupt</td>
<tr/>
<tr>
<td>Waterway Gas & Wash</td>
<td>Line Associate</td>
<td>2012-05-01</td>
<td>2013-05-01</td>
<td>$30,000</td>
<td>$0</td>
<td>$0</td>
<td>Quit</td>
<tr/>
<tr>
<td>Price Chopper</td>
<td>Cashier</td>
<td>2011-04-01</td>
<td>2012-04-01</td>
<td>$23,000</td>
<td>$0</td>
<td>$0</td>
<td>Quit</td>
<tr/>
</tbody>
</table>
</section>
## 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.

View file

@ -93,6 +93,14 @@
Privacy Policy
</a>
</li>
<li>
<a href="/salary">
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" strokeWidth="1.5" stroke="currentColor" height="24" width="24">
<path strokeLinecap="round" strokeLinejoin="round" d="M12 6v12m-3-2.818l.879.659c1.171.879 3.07.879 4.242 0 1.172-.879 1.172-2.303 0-3.182C13.536 12.219 12.768 12 12 12c-.725 0-1.45-.22-2.003-.659-1.106-.879-1.106-2.303 0-3.182s2.9-.879 4.006 0l.415.33M21 12a9 9 0 11-18 0 9 9 0 0118 0z" />
</svg>
Salary Transparency
</a>
</li>
<li>
<a href="https://git.lyte.dev/lytedev/site.lyte.dev">
<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor">

View file

@ -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