diff --git a/templates/salary_transparency.rs.html b/templates/salary_transparency.rs.html
new file mode 100644
index 0000000..394477b
--- /dev/null
+++ b/templates/salary_transparency.rs.html
@@ -0,0 +1,35 @@
+@use super::{header_html, footer_html};
+@use crate::{app::Config, tmpl::xeblog_salary_history};
+@use std::sync::Arc;
+
+@(cfg: Arc
)
+
+@:header_html(Some("Salary Transparency"), None)
+
+Salary Transparency
+
+This page lists my salary for every job I've had in tech. I have had this data open to the public for years, but I feel this should be more prominently displayed on my website. Other people have copied my approach of having a list of every salary they have ever been payed on their websites, and I would like to set the example by making it prominent on my website.
+
+As someone who has seen pay discrimination work in action first-hand, data is one of the ways that we can end this pointless hiding of information that leads to people being uninformed and hirt by their lack of knowledge. By laying my hand out in the open like this, I hope to ensure that people are better informed about how much money they can make, so that they can be paid equally for equal work.
+
+Salary Data
+
+To get this data, I have scoured over past emails, contracts and everything so that I can be sure that this information is as accurate as possible. The data on this page intentionally omits employer names.
+
+Raw data (including employer names) is available at /api/salary_transparency.json
. The JSON format is not stable. Do not treat it as such. I reserve the right to change the formatting or semantics of the JSON format at any time without warning. The raw data is in /dhall/jobHistory.dhall
in my site's git repository.
+
+@Html(xeblog_salary_history(cfg.clone()).0)
+
+I typically update this page once any of the following things happens:
+
+
+ - I quit a job.
+ - I get a raise/title change at the same company.
+ - I get terminated from a job.
+ - I get converted from a contracter to a full-time employee.
+ - Other unspecified extranormal events happen.
+
+
+Please consider publishing your salary data like this as well. By open, voulntary transparency we can help to end stigmas around discussing pay and help ensure that the next generations of people in tech are treated fairly. Stigmas thrive in darkness but die in the light of day. You can help end the stigma by playing your cards out in the open like this.
+
+@:footer_html()
diff --git a/templates/signalboost.rs.html b/templates/signalboost.rs.html
index 91211b3..91fa6a3 100644
--- a/templates/signalboost.rs.html
+++ b/templates/signalboost.rs.html
@@ -9,7 +9,7 @@
These awesome people are currently looking for a job. If you are looking for anyone with these skills, please feel free to reach out to them.
-To add yourself to this list, fork this website's source code and send a pull request with edits to signalboost.dhall
.
+To add yourself to this list, fork this website's source code and send a pull request with edits to /dhall/signalboost.dhall
.
With COVID-19 raging across the world, these people are in need of a job now more than ever.