Update index page deets Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Wed, 26 Jun 2019 00:03:20 +0530
4 files changed,
12 insertions(+),
10 deletions(-)
M
build/index.html
→
build/index.html
@@ -40,10 +40,11 @@ <img src=/static/icynobg.svg class=logo>
</h1> <p>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. <br /> +I generally do computer security stuff. <br /> When I’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’m the kind of guy who “<em>rices</em>” +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.css
→
build/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.md
→
pages/_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.css
→
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 {