diff options
| author | Jules <146328491+julesh85@users.noreply.github.com> | 2023-10-23 11:40:25 +0200 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-11-08 14:47:53 -0500 |
| commit | 6f5c3491d4e5daca326db1ed8b9375cf1ce185dd (patch) | |
| tree | ed736f60fc14941743b1c89d10f79139b852e57e | |
| parent | e44029e0bffeae5daa90b9afa4cab4065507b209 (diff) | |
Add Hiring section to Contact
| -rw-r--r-- | static/contact.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/static/contact.html b/static/contact.html index 07c0e514..06687e52 100644 --- a/static/contact.html +++ b/static/contact.html @@ -42,6 +42,7 @@ <ul> <li><a href="#community">Community</a></li> <li><a href="#contacting-the-project">Contacting the project</a></li> + <li><a href="#hiring">Hiring</a></li> <li> <a href="#reporting-issues">Reporting issues</a> <ul> @@ -156,6 +157,12 @@ which is used for official announcements.</p> </section> + <section id="hiring"> + <h2><a href="#hiring">Hiring</a></h2> + + <p>Interested in joining the GrapheneOS team? Check out our <a href="https://grapheneos.org/contact">hiring page</a>.</p> + </section> + <section id="reporting-issues"> <h2><a href="#reporting-issues">Reporting issues</a></h2> |
