all repos — site @ a1cbabeb0f2b98ba372e4bdeb79157b1f0dd1c9b

source for my site, found at icyphox.sh

Fix blog link in About

Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Fri, 22 Mar 2019 19:14:15 +0530
commit

a1cbabeb0f2b98ba372e4bdeb79157b1f0dd1c9b

parent

c59a6e1aa1ef2bb97bddd154d311834a880c5838

3 files changed, 5 insertions(+), 5 deletions(-)

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

@@ -28,7 +28,7 @@ <a href="../">‹ back</a>

</header> <body> <div class="content"> - <div align="left"> + <div class="left"> <h1>Hi, I’m Anirudh.</h1> <p>I go by <a href="https://www.startpage.com/do/search?query=icyphox">icyphox</a> on the Internet. I’m doing my undergrad right now, majoring in CS. My primary interest is computer security, and more specifically — <strong>offensive security</strong> and <strong>digital forensics</strong>. I’m also a CTF player/security researcher at <a href="https://sector443.xyz">Sector443</a>, an infosec community at my University. My <a href="https://medium.com/@icyphox">blog</a> has a few write-ups that you might want to check out.</p>

@@ -45,5 +45,5 @@ <p>My DMs on <a href="https://twitter.com/icyphox">Twitter</a> are open, so feel free to slide into them. Don’t use Twitter? Shoot me an <a href="mailto:icyph0x@pm.me">email</a>. If it’s something secret, here’s my <a href="https://keybase.io/icyphox">Keybase</a>.</p>

</div> </body> - </div> + </div> </html>
M pages/about.mdpages/about.md

@@ -4,7 +4,7 @@ ---

# Hi, I’m Anirudh. -I go by [icyphox](https://www.startpage.com/do/search?query=icyphox) on the Internet. I’m doing my undergrad right now, majoring in CS. My primary interest is computer security, and more specifically — **offensive security** and **digital forensics**. I’m also a CTF player/security researcher at [Sector443](https://sector443.xyz), an infosec community at my University. My [blog](https://medium.com/@icyphox) has a few write-ups that you might want to check out. +I go by [icyphox](https://www.startpage.com/do/search?query=icyphox) on the Internet. I’m doing my undergrad right now, majoring in CS. My primary interest is computer security, and more specifically — **offensive security** and **digital forensics**. I’m also a CTF player/security researcher at [Sector443](https://sector443.xyz), an infosec community at my University. My [blog](/blog) has a few write-ups that you might want to check out. In my free time (which I tend to have a lot of) I contribute to open-source projects like the [Nim](https://nim-lang.org) programming language. Take a look at my [GitHub](https://github.com/icyphox) profile for more of my work.
M templates/about.htmltemplates/about.html

@@ -28,9 +28,9 @@ <a href="../">‹ back</a>

</header> <body> <div class="content"> - <div align="left"> + <div class="left"> {{ body }} </div> </body> - </div> + </div> </html>