all repos — site @ 5675e389bb455c9a7a793b2ef7fd81b45b729de4

source for my site, found at icyphox.sh

feat: massive rework
Anirudh icyph0x@pm.me
Mon, 25 Jun 2018 10:10:13 +0530
commit

5675e389bb455c9a7a793b2ef7fd81b45b729de4

parent

b28049e470096e07291bb5077165021314e78722

6 files changed, 107 insertions(+), 90 deletions(-)

jump to
D about/index.html

@@ -1,55 +0,0 @@

-<!DOCTYPE html> -<html> -<header> - <link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura.css" type="text/css"> - <link rel="stylesheet" href="/static/responsive.css" type="text/css"> - <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"> - <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> - <meta name="HandheldFriendly" content="true"> - <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> - -<footer class="footer"> -<hr /> - Built using <a href="https://github.com/icyphox/vite">Vite</a>. View this site's <a href="https://github.com/icyphox/site">source</a>. - <p> </p> -<footer>
D contact/index.html

@@ -1,26 +0,0 @@

-<!DOCTYPE html> -<html> -<header> - <link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura.css" type="text/css"> - <link rel="stylesheet" href="/static/responsive.css" type="text/css"> - <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"> - <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> - <meta name="HandheldFriendly" content="true"> - <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>contact</h2> - -<p>Reach me at <a href="mailto:icyph0x@pm.me">icyph0x@pm.me</a> or at <code>#rice</code> on <a href="https://rizon.net">Rizon</a>.</p> - -</body> - -<footer class="footer"> -<hr /> - Built using <a href="https://github.com/icyphox/vite">Vite</a>. View this site's <a href="https://github.com/icyphox/site">source</a>. - <p> </p> -<footer>
M index.htmlindex.html

@@ -2,29 +2,54 @@ <!DOCTYPE html>

<html> <header> <link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura.css" type="text/css"> - <link rel="stylesheet" href="/static/responsive.css" type="text/css"> + <link rel="stylesheet" href="/static/style.css" type="text/css"> <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="HandheldFriendly" content="true"> - <a href="/">home</a> <a href="/gpg.txt">gpg</a> <a href="/about">about</a> <a href="/contact">contact</a> + <a href="/">home</a> <a href="/projects">projects</a> <a href="/info">info</a> <a href="/gpg.txt">gpg</a> <title> icyphox </title> </header> <body> - <p>Hey there,</p> + <p>hey there,</p> + +<p>I'm <em>icyphox</em>, and this is all about me.</p> + +<h3>technical</h3> + +<ul> +<li>network security</li> +<li>digital forensics</li> +<li>decentralization</li> +<li>systems administration</li> +<li>Python and Nim</li> +</ul> + +<h3>music</h3> + +<p>I listen to (and shill) this metal subgenre - <a href="https://en.wikipedia.org/wiki/Metalcore">metalcore</a>, usually atmospheric or electronic. <br /> +Check out my <a href="https://www.last.fm/user/Icyphox">Last.fm</a>.</p> -<p>I'm <strong><em>icyphox</em></strong>, and this is my new, less flashy website. I lost the Markdown source of my old site in an SSD wipe. -The blog's gone (for now), but I'll probably archive it somewhere.</p> +<h3>gaming</h3> -<p>More about me, <a href="/about">here</a>.</p> +<p>I play lots of CS, and sometimes Dota 2. I stink pretty bad at both games, tho. <br /> +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> </div> </body> <footer class="footer"> -<hr /> - Built using <a href="https://github.com/icyphox/vite">Vite</a>. View this site's <a href="https://github.com/icyphox/site">source</a>. + <p> </p> <footer>
A info/index.html

@@ -0,0 +1,30 @@

+<!DOCTYPE html> +<html> +<header> + <link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura.css" type="text/css"> + <link rel="stylesheet" href="/static/style.css" type="text/css"> + <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + <meta name="HandheldFriendly" content="true"> + <a href="/">home</a> <a href="/projects">projects</a> <a href="/info">info</a> <a href="/gpg.txt">gpg</a> + <title> + icyphox + </title> +</header> + +<body> + <h2>about this site</h2> + +<p>This site is built using my own static site generator - <a href="https://github.com/icyphox/vite">Vite</a>, and deployed using GitHub Pages. <br /> +You can find this website's source <a href="https://github.com/icyphox/site">here</a>. Check the <code>gh-pages</code> branch for rendered code.</p> + +<h2>contact</h2> + +<p>Reach me at <a href="mailto:icyph0x@pm.me">icyph0x@pm.me</a> or at <code>#rice</code> on <a href="https://rizon.net">Rizon</a>.</p> + +</body> + +<footer class="footer"> + + <p> </p> +<footer>
A projects/index.html

@@ -0,0 +1,44 @@

+<!DOCTYPE html> +<html> +<header> + <link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura.css" type="text/css"> + <link rel="stylesheet" href="/static/style.css" type="text/css"> + <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + <meta name="HandheldFriendly" content="true"> + <a href="/">home</a> <a href="/projects">projects</a> <a href="/info">info</a> <a href="/gpg.txt">gpg</a> + <title> + icyphox + </title> +</header> + +<body> + <h2>projects</h2> + +<p>Here are a few things I'm working on.</p> + +<p><strong><a href="https://github.com/icyphox/vite">vite</a></strong> <br /> +A simple and minimal static site generator that JustWorks&trade;.</p> + +<p><strong><a href="https://github.com/icyphox/fab">fab</a></strong> <br /> +A terminal coloring and formatting lib for Nim.</p> + +<p><strong><a href="https://github.com/icyphox/dotfiles">dotfiles</a></strong> <br /> +My Linux dotfiles</p> + +<p><strong><a href="https://github.com/icyphox/gitsocial-instance">GitSocial</a></strong> <br /> +A federated social network, that uses Git under the hood.</p> + +<p><strong><a href="https://github.com/icyphox/nit">nit</a></strong> <br /> +A basic implementation of Git, written in Nim.</p> + +<p><strong><a href="https://github.com/icyphox/site">site</a></strong> <br /> +The source for this website.</p> + + </div> +</body> + +<footer class="footer"> + + <p> </p> +<footer>
M static/responsive.cssstatic/style.css

@@ -17,4 +17,3 @@ position: relative;

bottom: 0; width: auto } -