all repos — site @ 1abfdc98504274bcef38eeab236c56e769c6b1d6

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 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    
28        <a href="/">home</a>
29        <a href="/blog">blog</a>
30        <a href="/reading">reading</a>
31        <a href="https://twitter.com/icyphox">twitter</a>
32        <a href="/about">about</a>
33
34  </header>
35<body> 
36   <div class="content">
37    <div class="left">
38      <h1 id="about">about</h1>
39
40<h2 id="hi-im-anirudh">Hi, I&#8217;m Anirudh.</h2>
41
42<p>But you&#8217;ll see me as <a href="https://www.startpage.com/do/search?query=icyphox">icyphox</a> on the Internet. 
43I’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>. 
44On the less technical side of things, I love discussing <strong>operational security</strong> and <strong>tradecraft</strong>.
45I’m also a CTF player/security researcher at <a href="https://sector443.xyz">Sector443</a>, an infosec community at my University. 
46Sometimes, I will compose a post for my <a href="/blog">blog</a>.</p>
47
48<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.
49Take a look at my <a href="https://github.com/icyphox">GitHub</a> profile for more of my work. </p>
50
51<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.
52For 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>
53
54<p>You might be interested in my setup, which I’ve written about in detail <a href="/blog/my-setup">here</a>.</p>
55
56<p>Apart from the links above, you can also find me on</p>
57
58<ul>
59<li><a href="https://reddit.com/u/icyphox">Reddit</a></li>
60<li><a href="https://lobste.rs/u/icyphox">Lobste.rs</a></li>
61<li><a href="https://news.ycombinator.com/user?id=Icyphox">Hacker News</a></li>
62<li><a href="https://steamcommunity.com/id/icyphox">Steam</a></li>
63</ul>
64
65<h2 id="contact">Contact</h2>
66
67<p>My DMs on <a href="https://twitter.com/icyphox">Twitter</a> are open, so feel free to slide into them.
68Don’t use Twitter? Shoot me a plain-text <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>
69
70<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>
71
72<h2 id="this-website">This website</h2>
73
74<p>The site itself is built using my own static site generator — <a href="https://github.com/icyphox/vite">vite</a>. </p>
75
76<p>This site uses no cookies, and I&#8217;m generally not interested in any form of tracking/analytics. However, my DNS and SSL provider, CloudFlare,
77does collect basic data like site hits and demographics. I&#8217;ve been meaning to get rid of it, but laziness has gotten the best of me. </p>
78
79<p>The entirety of the content on my site is licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>.
80The source code for the site is licensed under <a href="https://opensource.org/licenses/MIT">MIT</a>.</p>
81 
82    </div>
83      <hr />
84    <footer>
85      <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">
86        <img src="https://licensebuttons.net/l/by-nc-sa/4.0/80x15.png">
87        </a>
88    </footer>
89   </body>
90 </div>
91 </html>