build/about/index.html (view raw)
1<!DOCTYPE html>
2<html lang=en>
3<link rel="stylesheet" href="/static/style.css" type="text/css">
4<link rel="shortcut icon" type="images/x-icon" href="/static/favicon.ico">
5<meta name="description" content="The juicy stuff about me.">
6<meta name="viewport" content="initial-scale=1">
7<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
8<meta content="#021012" name="theme-color">
9<meta name="HandheldFriendly" content="true">
10<meta name="twitter:card" content="summary_large_image">
11<meta name="twitter:site" content="@icyphox">
12<meta name="twitter:title" content="About">
13<meta name="twitter:description" content="The juicy stuff about me.">
14<meta name="twitter:image" content="/static/icyphox.png">
15<meta property="og:title" content="About">
16<meta property="og:type" content="website">
17<meta property="og:description" content="The juicy stuff about me.">
18<meta property="og:url" content="https://icyphox.sh">
19<meta property="og:image" content="/static/icyphox.png">
20<html>
21 <title>
22 About
23 </title>
24<script src="//instant.page/1.1.0" type="module" integrity="sha384-EwBObn5QAxP8f09iemwAJljc+sU+eUXeL9vSBw1eNmVarwhKk2F9vBEpaN9rsrtp"></script>
25<div class="container-text">
26 <header class="header">
27 <a href="../">‹ back</a>
28 </header>
29<body>
30 <div class="content">
31 <div class="left">
32 <h1>Hi, I’m Anirudh.</h1>
33
34<p>But you'll see me as <a href="https://www.startpage.com/do/search?query=icyphox">icyphox</a> on the Internet.
35I’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>.
36I’m also a CTF player/security researcher at <a href="https://sector443.xyz">Sector443</a>, an infosec community at my University.
37My <a href="/blog">blog</a> has a few write-ups that you might want to check out.</p>
38
39<p>In my free time (which I tend to have a lot of) I contribute to open-source projects like the <a href="https://nim-lang.org">Nim</a> programming language.
40Take a look at my <a href="https://github.com/icyphox">GitHub</a> profile for more of my work. This <a href="https://github.com/icyphox/site">website</a> itself is built using <a href="https://github.com/icyphox/vite">vite</a> — a static site generator written by me in Python. </p>
41
42<p>Atmospheric/electronic metal subgenres are my jam. If it djents, I like it. My <a href="https://last.fm/user/Icyphox">Last.fm</a> should be self-explanatory.
43For those who didn’t click it: bands like <em>Oceans Ate Alaska</em>, <em>I See Stars</em>, <em>Invent Animate</em>, <em>Make Them Suffer</em>, <em>Ice Nine Kills</em>, etc.</p>
44
45<p>You might be interested in my setup, which I’ve written about in detail <a href="/blog/my-setup">here</a>. But here's the gist of it.</p>
46
47<ul>
48<li>laptop: HP Envy 13, i5 8250u, 8GB/256GB</li>
49<li>distro: Debian 9 Stretch</li>
50<li>window manager: i3</li>
51</ul>
52
53<h2>Contact</h2>
54
55<p>My DMs on <a href="https://twitter.com/icyphox">Twitter</a> are open, so feel free to slide into them.
56Don’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>
57
58<p>Want to <strong>hire me</strong>? I’m down for freelance security work. Here’s my <a href="https://x.icyphox.sh/resume.pdf">résumé</a>.</p>
59
60 </div>
61 </body>
62 </div>
63</html>
64<script src="/static/smartquotes.js"></script>
65<script>smartquotes()</script>