1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-11-23 21:02:09 +00:00

Increase padding/tap-targets

- Adding more detail to the bulleted list in /about.html makes it easier
  to tap links since they're further apart
- Pad code frames a bit
This commit is contained in:
Rohan Kumar 2020-12-23 17:04:40 -08:00
parent 51a6d4edde
commit b48bd871a7
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479
2 changed files with 17 additions and 13 deletions

View file

@ -16,7 +16,7 @@ computers that let people sign up for shell accounts. A typical shell account
features clients for IRC and email, common terminal/commandline utilities, and (most features clients for IRC and email, common terminal/commandline utilities, and (most
importantly) web hosting. Read about the tildeverse's importantly) web hosting. Read about the tildeverse's
[origins](https://web.archive.org/web/20180917091804/https://medium.com/message/tilde-club-i-had-a-couple-drinks-and-woke-up-with-1-000-nerds-a8904f0a2ebf), [origins](https://web.archive.org/web/20180917091804/https://medium.com/message/tilde-club-i-had-a-couple-drinks-and-woke-up-with-1-000-nerds-a8904f0a2ebf),
[learn more](http://tilde.club/wiki/faq.html), pick [a read [the FAQ](http://tilde.club/wiki/faq.html), pick [a
tilde](http://tilde.club/%7Epfhawkins/othertildes.html) and [get tilde](http://tilde.club/%7Epfhawkins/othertildes.html) and [get
started](http://tilde.club/~anthonydpaul/primer.html). My Tildeverse pages will serve started](http://tilde.club/~anthonydpaul/primer.html). My Tildeverse pages will serve
as a "rough draft". as a "rough draft".
@ -33,19 +33,22 @@ Would normally be in Portland, OR during the school year, but COVID-19 happened.
Location (Seirdy, online) Location (Seirdy, online)
------------------------- -------------------------
My handle is "Seirdy" on all the platforms I use: My handle is "Seirdy" on all the platforms I use.
- [Tildeverse](https://envs.net/~seirdy) - The [Tildeverse](https://envs.net/~seirdy).
- [Sourcehut forge](https://sr.ht/~seirdy) - Software forges: [Sourcehut](https://sr.ht/~seirdy),
- [GitHub forge](https://github.com/Seirdy) [GitHub](https://github.com/Seirdy), [GitLab](https://gitlab.com/Seirdy), and
- [GitLab forge](https://gitlab.com/Seirdy) [Codeberg](https://codeberg.org/Seirdy).
- [Fediverse (Pleroma)](https://pleroma.envs.net/seirdy) - Social (federated): I'm [@Seirdy
- [Matrix: @seirdy:envs.net](https://matrix.to/\#/@seirdy:envs.net) @pleroma.envs.net](https://pleroma.envs.net/seirdy) on the Fediverse.
- [email](mailto:seirdy@seirdy.one) - Social (non-federated): I'm Seirdy on [Hacker
- [PGP: 36B154A782AEA0AC](../publickey.txt) News](https://news.ycombinator.com/user?id=Seirdy),
[Lobsters](https://lobste.rs/u/Seirdy),
My username is Seirdy on Reddit, Hacker News, Lobsters, Linux Weekly News, Codeberg, [Reddit](https://www.reddit.com/user/Seirdy/), and Linux Weekly News.
and a few other places; my nick is Seirdy on many IRC networks. - Email: my address is <seirdy@seirdy.one>. I typically sign my emails with my public
PGP key: [36B154A782AEA0AC](../publickey.txt). My key is also available via WKD.
- Chat: my nick is Seirdy on most IRC networks. If you don't like IRC, I'm also
[@seirdy:envs.net](https://matrix.to/\#/@seirdy:envs.net) on Matrix.
If you find a "Seirdy" somewhere else and don't know whether or not it's me, please If you find a "Seirdy" somewhere else and don't know whether or not it's me, please
contact me and ask instead of assuming that it must be me. contact me and ask instead of assuming that it must be me.

View file

@ -102,4 +102,5 @@ pre {
overflow: auto visible; overflow: auto visible;
/* csslint ignore:end */ /* csslint ignore:end */
padding: 0.5rem;
} }