all repos — site @ 5b6bcf864a7fe357c1d9592118340178b089d828

source for my site, found at icyphox.sh

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 content="About me." name=description>
 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="About me.">
14<meta name="twitter:image" content="/static/icyphox.png">
15<meta property="og:title" content="Blog">
16<meta property="og:type" content="website">
17<meta property="og:description" content="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>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="/blog">blog</a> has a few write-ups that you might want to check out.</p>
35
36<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. Take a look at my <a href="https://github.com/icyphox">GitHub</a> profile for more of my work.</p>
37
38<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. For 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>
39
40<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>
41
42<h2>Contact</h2>
43
44<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>
45 
46    </div>
47   </body>
48 </div>
49</html>