all repos — site @ 7d542815012767de47460c1c5ff4b94a19e5ccc7

source for my site, found at icyphox.sh

Clean up stuff

Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Thu, 28 Nov 2019 17:34:48 +0530
commit

7d542815012767de47460c1c5ff4b94a19e5ccc7

parent

1282c0ab8dea5688f714e4fb2396557ec656fbb9

3 files changed, 7 insertions(+), 18 deletions(-)

jump to
M pages/_index.mdpages/_index.md

@@ -8,18 +8,6 @@ <h1 align=center>

<img src=/static/icynobg.svg class=logo> </h1> -Hi! I'm Anirudh. I'm currently majoring in Computer Science and -I dabble in computer security. -When I'm not breaking things, I write (terrible) code in the [Nim](https://nim-lang.org) -programming language. -I enjoy using Linux systems, and I'm the kind of guy who "*rices*" -and has his [dotfiles](https://github.com/icyphox/dotfiles) under version control. -I do a bunch of other things too, which you can read all about [here](/about). - -Want to contact me? The best way is via email, at [x@icyphox.sh](mailto:x@icyphox.sh) -or [Twitter](https://twitter.com/icyphox) DMs. Or if you prefer IRC, I'm `icy` / -`icyphox` on Rizon and Freenode. - # latest posts ([see all](/blog)) | | |
M pages/about.mdpages/about.md

@@ -41,12 +41,9 @@

## Contact My Twitter DMs are open, but I may take a while to reply. You can also -email me at [x@icyphox.sh](mailto:x@icyphox.sh), or if it's a comment on -one of my blog posts -- send an email to my public inbox at -[~icyphox/x@lists.sr.ht](mailto:~icyphox/x@lists.sr.ht) -(viewable [here](https://lists.sr.ht/~icyphox/x)). Should you need it, +email me at [x@icyphox.sh](mailto:x@icyphox.sh). Should you need it, my [PGP key](/static/gpg.txt). Fingerprint: -`FE1B 8FCF E6C1 6222 F157 1C8E 8A93 F96F 78C5 D4C4` +`FE1B 8FCF E6C1 6222 F157 1C8E 8A93 F96F 78C5 D4C4`. I'm also on IRC @ Freenode and Rizon, usually as `icy` / `icyphox`.
M static/style.cssstatic/style.css

@@ -104,6 +104,7 @@ }

.logo { width: 220px; + padding-bottom: 60px; } .footer {

@@ -206,16 +207,19 @@ all: initial;

} .footimgs { + padding-top: 10px; max-height: 2rem; display: inline-block; vertical-align: text-top; image-orientation: from-image; max-width: 100%; padding-bottom: 5px; + cursor: pointer; } footer a:hover { - all: initial; + color: unset; + background: unset; } h1, h2, h3 {