Commit Graph

3 Commits

Author SHA1 Message Date
Emilia Allison 2bcd585898
fix: JavaScript on mobile detection
The result of `getPropertyValue` is a string, so it evaluates to
true without regard to the value. Changed to actually check if the
value is exactly `'1'`
2022-01-22 12:29:37 -05:00
Emilia Allison 4c1992105a
Initial mobile styling
Width changes to 100%, pgp key always visible, etc
2022-01-22 01:02:22 -05:00
Emilia Allison 05480fa8e4
Restructure into src/
yeah so I'd really prefer it if you *didn't* serve my README, thanks.

There are clearly other ways to achieve this, but I don't really mind
just having an extra directory. This way I can clutter up the project
root without cluttering up my website root.
2022-01-22 01:00:30 -05:00