all repos — site @ 20a683cf7ea28caec95f2ac46cbc89744a79f180

source for my site, found at icyphox.sh

feat(pages, build): add about section
Anirudh icyph0x@pm.me
Thu, 21 Jun 2018 13:38:19 +0530
commit

20a683cf7ea28caec95f2ac46cbc89744a79f180

parent

b5fc442d48de86d0e2ad6c568144016d052b0435

2 files changed, 80 insertions(+), 0 deletions(-)

jump to
A build/about/index.html

@@ -0,0 +1,51 @@

+<!DOCTYPE html> +<html> +<header> + <link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura.css" type="text/css"> + <a href="/">home</a> <a href="/gpg.txt">gpg</a> <a href="/about">about</a> <a href="/contact">contact</a> + <title> + icyphox + </title> +</header> + +<body> + <h2>about</h2> + +<p>I'm <em>icyphox</em>, an infosec enthusiast, Linux elitist and an open sourcer and this is all about me.</p> + +<h3>technical</h3> + +<ul> +<li>network security</li> +<li>forensics</li> +<li>decentralization</li> +<li>systems administration</li> +<li>Python and Nim</li> +</ul> + +<h3>music</h3> + +<p>I listen to a metalsubgenre called <a href="https://en.wikipedia.org/wiki/Metalcore">metalcore</a>, usually atmospheric or electronic.</p> + +<p>Check out my <a href="https://www.last.fm/user/Icyphox">Last.fm</a> profile.</p> + +<h3>gaming</h3> + +<p>I play lots of CS, and sometimes Dota 2. Hit me up on <a href="https://steamcommunity.com/id/icyphox">Steam</a>.</p> + +<h3>links</h3> + +<ul> +<li><a href="https://xix.ph0x.me/resume.pdf">R&eacute;sum&eacute;</a></li> +<li><a href="https://github.com/icyphox">GitHub</a></li> +<li><a href="https://twitter.com/icyphox">Twitter</a></li> +<li><a href="https://keybase.io/icyphox">Keybase</a></li> +</ul> + +</body> + +<hr /> +<footer> + <p align="center">Built using <a href="https://github.com/icyphox/vite">Vite</a>.</p> + <p> </p> +<footer>
A pages/about.md

@@ -0,0 +1,29 @@

+--- +template: normal.html +--- + +## about +I'm *icyphox*, an infosec enthusiast, Linux elitist and an open sourcer and this is all about me. + +### technical +- network security +- forensics +- decentralization +- systems administration +- Python and Nim + +### music +I listen to a metalsubgenre called [metalcore](https://en.wikipedia.org/wiki/Metalcore), usually atmospheric or electronic. + +Check out my [Last.fm](https://www.last.fm/user/Icyphox) profile. + +### gaming +I play lots of CS, and sometimes Dota 2. Hit me up on [Steam](https://steamcommunity.com/id/icyphox). + +### links + +- [R&eacute;sum&eacute;](https://xix.ph0x.me/resume.pdf) +- [GitHub](https://github.com/icyphox) +- [Twitter](https://twitter.com/icyphox) +- [Keybase](https://keybase.io/icyphox) +