all repos — site @ 5c5dee4bed680bc8887b4d0dadfffecbaf348050

source for my site, found at icyphox.sh

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="linux, infosec, open source." name=description>
 6<meta name="viewport" content="initial-scale=1">
 7<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
 8<meta name="HandheldFriendly" content="true">
 9<meta name="twitter:card" content="summary_large_image">
10<meta name="twitter:site" content="@icyphox">
11<meta name="twitter:title" content="Anirudh">
12<meta name="twitter:description" content="linux, infosec, open source.">
13<meta name="twitter:image" content="https://0x0.st/svQ1.png">
14<meta property="og:title" content="Anirudh">
15<meta property="og:type" content="website">
16<meta property="og:description" content="linux, infosec, open source.">
17<meta property="og:url" content="https://icy.ph0x.me">
18<meta property="og:image" content="https://0x0.st/svQ1.png">
19<html>
20  <title>
21  	Anirudh	
22  </title>
23
24<div class="container">
25  <header>
26    <div class="right header">
27    <a href="/">Home</a> <a href="/blog">Blog</a> <a href="/about">About</a>
28    </div>
29  </header>
30
31  <body> 
32      <div class="content">
33    	<h1>About</h1>
34
35<p>I'm Anirudh, but I generally go by <a href="https://www.google.com/search?q=icyphox">icyphox</a> on the Internet. This is all about me.</p>
36
37<h2>Interests</h2>
38
39<p>I have a <em>lot</em> of interests, but I primarily focus on these:</p>
40
41<ul>
42<li>information security </li>
43<li>digital forensics</li>
44<li>social engineering and physical security</li>
45<li>free and open source software</li>
46</ul>
47
48<p>I have long since been doing red-team activity in security, but I'm branching out and exploring blue-team work too. <br />
49I'm currently focusing on digital forensics and reverse engineering. </p>
50
51<h2>Music</h2>
52
53<p>I'm super picky when it comes to my music. I specifically listen to atmospheric/electronic/melodic <strong>metalcore</strong> and <strong>deathcore</strong>. <br />
54Some of the bands I like:</p>
55
56<ul>
57<li>I See Stars</li>
58<li>Oceans Ate Alaska</li>
59<li>Make Them Suffer</li>
60<li>Invent Animate</li>
61</ul>
62
63<p>You might want to check out my <a href="https://last.fm/user/icyphox">Last.fm</a>.</p>
64
65<h2>This website</h2>
66
67<p>You can find its source <a href="https://github.com/icyphox/site">here</a>, and the static site generator that powers it - <a href="https://github.com/icyphox/vite">Vite</a>. </p>
68
69<h2>Contact</h2>
70
71<p>I read all my mail (not that I get a lot of relevant stuff), so feel free to shoot one at <a href="mailto:icyph0x@pm.me">icyph0x@pm.me</a>. You can also find me at <code>#rice</code> at <a href="https://rizon.net">Rizon</a>, as <code>icy</code> or <code>icyphox</code>.</p>
72
73    </div>
74  </body>
75</div>
76</html>