diff options
-rw-r--r-- | content/salary/index.org | 3 | ||||
-rw-r--r-- | theme/static/salary.csv | 1 | ||||
-rw-r--r-- | theme/templates/index.html | 6 |
3 files changed, 7 insertions, 3 deletions
diff --git a/content/salary/index.org b/content/salary/index.org index 3f439bf..70f3421 100644 --- a/content/salary/index.org +++ b/content/salary/index.org @@ -34,7 +34,8 @@ raise while in the same role. | Title | Company | Location | Start | End | Salary | |------------------------------------------------+------------------------+----------------+---------+---------+----------| -| Senior Associate, Technology Assurance - Audit | KPMG | Omaha, NE | 2023-10 | Current | $116,700 | +| Manager, Technology Assurance - Audit | KPMG | Omaha, NE | 2024-10 | Current | TBD | +| Senior Associate, Technology Assurance - Audit | KPMG | Omaha, NE | 2023-10 | 2024-10 | $116,700 | | Senior Associate, Technology Assurance - Audit | KPMG | Omaha, NE | 2022-06 | 2023-10 | $110,000 | | Senior Technology Risk Consultant | Ernst & Young | Des Moines, IA | 2021-09 | 2022-06 | $89,500 | | Senior IT Auditor | Ameritas | Lincoln, NE | 2021-05 | 2021-09 | $72,000 | diff --git a/theme/static/salary.csv b/theme/static/salary.csv index 12143d9..ab2e697 100644 --- a/theme/static/salary.csv +++ b/theme/static/salary.csv @@ -1,4 +1,5 @@ Title,Company,Location,Start,End,Salary +Senior Associate - Technology Assurance - Audit,KPMG,Omaha(NE),2024-10,,TBD Senior Associate - Technology Assurance - Audit,KPMG,Omaha(NE),2023-10,2024-10,116700 Senior Associate - Technology Assurance - Audit,KPMG,Omaha(NE),2022-06,2023-10,110000 Senior Technology Risk Consultant,Ernst & Young,Des Moines(IA),2021-09,2022-06,89500 diff --git a/theme/templates/index.html b/theme/templates/index.html index de58240..906dd2d 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -8,9 +8,11 @@ uid [ultimate] Christian Cleberg <hello@cleberg.net></pre> <section> <h2>Recent Blog Posts</h2> - <div class="post> + <div class="post"> <time datetime="2024-09-23 19:52:20">2024-09-23</time> - <a href="/blog/self-hosting-transmission.html">Self-Hosting Transmission Bittorrent Client</a> + <a href="/blog/self-hosting-transmission.html" + >Self-Hosting Transmission Bittorrent Client</a + > </div> <div class="post"> <time datetime="2024-09-20 13:38:52">2024-09-20</time> |