all repos — site @ dea16390c2e7b99549e7c3a22e4dffe3c827497e

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="Stuff about me, and stuff.">
 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="Stuff about me, and stuff.">
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="Stuff about me, and stuff.">
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<div class="container-text">
25  <header class="header">
26    
27        <a href="/">home</a>
28        <a href="/blog">blog</a>
29        <a href="/reading">reading</a>
30        <a href="https://twitter.com/icyphox">twitter</a>
31        <a href="/about">about</a>
32
33  </header>
34<body> 
35   <div class="content">
36    <div class="left">
37      <h1 id="-1">обо мне</h1>
38
39<h2 id="hi-im-anirudh">Hi, I&#8217;m Anirudh.</h2>
40
41<p>But you&#8217;ll see me as <a href="https://www.startpage.com/do/search?query=icyphox">icyphox</a> on the Internet. 
42I’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>. 
43On the less technical side of things, I love discussing <strong>operational security</strong> and <strong>tradecraft</strong>.
44I’m also a CTF player/security researcher at <a href="https://sector443.xyz">Sector443</a>, an infosec community at my University. 
45Sometimes, I will compose a post for my <a href="/blog">blog</a>.</p>
46
47<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.
48Take a look at my <a href="https://github.com/icyphox">GitHub</a> profile for more of my work. </p>
49
50<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.
51For 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>
52
53<p>You might be interested in my setup, which I’ve written about in detail <a href="/blog/my-setup">here</a>.</p>
54
55<p>I love languages, but I can never stick to one. I currently speak English, French, Tamil
56and Hindi. I can understand and read <em>very</em> basic Japanese, and I&#8217;ve just begun learning
57Russian which I&#8217;m really enjoying so far.</p>
58
59<p>Apart from the links above, you can also find me on</p>
60
61<ul>
62<li><a href="https://reddit.com/u/icyphox">Reddit</a></li>
63<li><a href="https://lobste.rs/u/icyphox">Lobste.rs</a></li>
64<li><a href="https://news.ycombinator.com/user?id=Icyphox">Hacker News</a></li>
65<li><a href="https://steamcommunity.com/id/icyphox">Steam</a></li>
66</ul>
67
68<h2 id="contact">Contact</h2>
69
70<p>My DMs on <a href="https://twitter.com/icyphox">Twitter</a> are open, so feel free to slide into them.
71Don’t use Twitter? Shoot me a plain-text <a href="mailto:x@icyphox.sh">email</a>. If it’s something secret, here’s my <a href="https://keybase.io/icyphox">Keybase</a>.</p>
72
73<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>
74
75<h2 id="this-website">This website</h2>
76
77<p>The site itself is built using my own static site generator — <a href="https://github.com/icyphox/vite">vite</a>. </p>
78
79<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,
80does 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>
81
82<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>.
83The source code for the site is licensed under <a href="https://opensource.org/licenses/MIT">MIT</a>.</p>
84 
85    </div>
86      <hr />
87    <footer>
88      <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">
89        <img class="footimgs" src="/static/cc.svg">
90        </a>
91        <a href="https://webring.xxiivv.com/#random" target="_blank">
92        <img class="footimgs" alt="xxiivv webring" src="/static/webring.svg">
93        </a>
94        
95    </footer>
96   </body>
97 </div>
98 </html>