all repos — site @ 759d37db0dec9e224fb543cadc8bd8528c18460f

source for my site, found at icyphox.sh

Update index page deets

Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Wed, 26 Jun 2019 00:03:20 +0530
commit

759d37db0dec9e224fb543cadc8bd8528c18460f

parent

2cf321fa2b625d522430cafc3bda6a4d9b801e93

4 files changed, 12 insertions(+), 10 deletions(-)

jump to
M build/index.htmlbuild/index.html

@@ -40,10 +40,11 @@ <img src=/static/icynobg.svg class=logo>

</h1> <p>Hi! I&#8217;m Anirudh. I&#8217;m currently majoring in Computer Science and -I generally do computer security stuff. Lately, I&#8217;ve been dabbling -with hardware and embedded security. <br /> +I generally do computer security stuff. <br /> When I&#8217;m not breaking things, I write (pretty) bad code in the <a href="https://nim-lang.org">Nim</a> programming language. Or Python, otherwise. <br /> +I enjoy using Linux systems, and I&#8217;m the kind of guy who &#8220;<em>rices</em>&#8221; +and has his <a href="https://github.com/icyphox/dotfiles">dotfiles</a> under version control. <br /> I do a bunch of other things too, which you can read all about <a href="/about">here</a>.</p> <p>Want to contact me? The best way is via email, at <a href="mailto:icyph0x@pm.me">icyph0x@pm.me</a>
M build/static/style.cssbuild/static/style.css

@@ -218,10 +218,10 @@ overflow-y: auto;

}*/ .content { - left: 10%; - right: 10%; + left: 7%; + right: 7%; bottom: 10%; - width: 85%; + width: 86%; } .content h1, h2, h3 {
M pages/_index.mdpages/_index.md

@@ -9,10 +9,11 @@ <img src=/static/icynobg.svg class=logo>

</h1> Hi! I'm Anirudh. I'm currently majoring in Computer Science and -I generally do computer security stuff. Lately, I've been dabbling -with hardware and embedded security. +I generally do computer security stuff. When I'm not breaking things, I write (pretty) bad code in the [Nim](https://nim-lang.org) programming language. Or Python, otherwise. +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 [icyph0x@pm.me](mailto:icyph0x@pm.me)
M static/style.cssstatic/style.css

@@ -218,10 +218,10 @@ overflow-y: auto;

}*/ .content { - left: 10%; - right: 10%; + left: 7%; + right: 7%; bottom: 10%; - width: 85%; + width: 86%; } .content h1, h2, h3 {