6 Commits

Author SHA1 Message Date
cookiell546
6865c87b74 Opt-into edge-to-edge by default
Chromium already supports dynamic edge-to-edge viewports. This change
opts-in by default, making the gesture navigation bar (chin) invisible
without needing scroll interaction.

No other changes were necessary, as no content relied on specific
viewport insets.

Command used:

```
sed -i 's/<meta name="viewport" content="width=device-width, initial-scale=1"\/>/<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"\/>/g' **/*.html
```
2025-06-08 09:18:32 -04:00
Daniel Micay
40664fd53f update language list for hiring page 2024-06-23 16:13:06 -04:00
nayrxoc
3944a261a4 fix typo in hiring page 2024-05-01 08:33:08 -04:00
Daniel Micay
2b13e83aee remove unused redirect.js from hiring 2024-02-24 15:37:37 -05:00
Jules
b18b3dcf41 Removed that salary is location-adjusted 2023-10-11 09:49:59 -04:00
Jules
16372f5361 Create hiring.html 2023-10-04 12:19:05 -04:00