all repos — site @ 52e208c3f92e7cb9ba7b9a25b732bef1cd1a0d79

source for my site, found at icyphox.sh

refactor: new mnml style
Anirudh icyph0x@pm.me
Wed, 04 Jul 2018 21:07:09 +0530
commit

52e208c3f92e7cb9ba7b9a25b732bef1cd1a0d79

parent

d5f9c52ae84755c69c58b85bb87428424d05607f

2 files changed, 26 insertions(+), 15 deletions(-)

jump to
M index.htmlindex.html

@@ -14,13 +14,15 @@ <header>

</header> -<body> - <div align="center"> - <h1>Anirudh Oppiliappan</h1> +<body> + <div class="centered" align="center"> + <div class="centered-item"> + <h1>Anirudh Oppiliappan</h1> -<p><em>linux, infosec and open source</em></p> +<p><em>linux, infosec, open source</em></p> -<p>github - twitter - keybase - email</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> + </div> </div> </body>
M static/style.cssstatic/style.css

@@ -23,21 +23,30 @@ @media screen and (max-width: 768px) {

#primary { width:100%; } #secondary { width:100%; margin:0; border:none; } } -html { - font-size: 100%; - font-family: 'le_font' -} @media (min-width: 640px) { body {font-size:100%;} } @media (min-width:960px) { body {font-size:120%;} } @media (min-width:1100px) { body {font-size:120%;} } -.footer { - position: relative; - bottom: 0; - width: auto +html { + font-family: 'le_font'; + color: #222; + line-height: 50px; +} + +h1 { + font-size: 4em; +} + +em { + font-size: 1.5em; } -.dark { - background-color: #21373A +a { + font-size: 1.2em; } + +.centered { + margin-top: 15%; +} +