Fix blog link in About Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Fri, 22 Mar 2019 19:14:15 +0530
3 files changed,
5 insertions(+),
5 deletions(-)
M
build/about/index.html
→
build/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.md
→
pages/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.html
→
templates/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>