chore: build
Anirudh icyph0x@pm.me
Thu, 05 Jul 2018 16:11:11 +0530
2 files changed,
8 insertions(+),
9 deletions(-)
M
build/index.html
→
build/index.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> • <a href="https://twitter.com/icyphox">twitter</a> • <a href="https://keybase.io/icyphox">keybase</a> • <a href="https://xix.ph0x.me/resume.pdf">résumé</a> • <a href="mailto:icyph0x@pm.me">email</a></p> - </div> </div> </body>
M
build/static/style.css
→
build/static/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 {