all repos — site @ decbb91ccfe9a3d929969346c7d67c4d39f038e7

source for my site, found at icyphox.sh

chore: build
Anirudh icyph0x@pm.me
Thu, 05 Jul 2018 16:11:11 +0530
commit

decbb91ccfe9a3d929969346c7d67c4d39f038e7

parent

fd700986db0862495676d786322ab9752ae71e06

2 files changed, 8 insertions(+), 9 deletions(-)

jump to
M index.htmlindex.html

@@ -15,14 +15,12 @@

</header> <body> - <div class="centered" align="center"> - <div class="centered-item"> + <div class="centered"> <h1>Anirudh Oppiliappan</h1> <p><em>linux, infosec, open source</em></p> -<p><a href="https://github.com/icyphox">github</a> • <a href="https://twitter.com/icyphox">twitter</a> • <a href="https://keybase.io/icyphox">keybase</a> • <a href="mailto:icyph0x@pm.me">email</a></p> +<p><a href="https://github.com/icyphox">github</a> &nbsp; &bull; &nbsp; <a href="https://twitter.com/icyphox">twitter</a> &nbsp; &bull; &nbsp; <a href="https://keybase.io/icyphox">keybase</a> &nbsp; &bull; &nbsp; <a href="https://xix.ph0x.me/resume.pdf">résumé</a> &nbsp; &bull; &nbsp; <a href="mailto:icyph0x@pm.me">email</a></p> - </div> </div> </body>
M static/style.cssstatic/style.css

@@ -29,18 +29,19 @@ #primary { width:100%; }

#secondary { width:100%; margin:0; border:none; } } -@media (min-width: 640px) { body {font-size:100%;} } -@media (min-width:960px) { body {font-size:120%;} } +@media (min-width: 640px) { body {font-size:60%;} } +@media (min-width:960px) { body {font-size:100%;} } @media (min-width:1100px) { body {font-size:120%;} } html { - color: #22373A; + color: #333; line-height: 50px; } h1 { font-family: 'secular', sans-serif; - font-size: 3.2em; + font-size: 5em; + line-height: 0.9; } em {

@@ -51,7 +52,7 @@

a { font-family: 'operator', monospace; font-size: 1em; - color: #888; + color: #444; } .centered {