all repos — site @ 9578316fe9192b513079904f593e4c27cf0a4809

source for my site, found at icyphox.sh

feat: loads of changes kek
Anirudh icyph0x@pm.me
Sun, 24 Jun 2018 22:15:17 +0530
commit

9578316fe9192b513079904f593e4c27cf0a4809

parent

87f6e12ddaa185af29d3d25906328150acdbe863

4 files changed, 17 insertions(+), 21 deletions(-)

jump to
M about/index.htmlabout/index.html

@@ -48,8 +48,8 @@ </ul>

</body> +<footer class="footer"> <hr /> -<footer> - <small align="center">Built using <a href="https://github.com/icyphox/vite">Vite</a>.</small> + <small align="center">Built using <a href="https://github.com/icyphox/vite">Vite</a>. View this site's <a href="https://github.com/icyphox/site">source</a>.</small> <p> </p> <footer>
M contact/index.htmlcontact/index.html

@@ -6,11 +6,6 @@ <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"> -<style> -body { - margin-top: 10%; -} -</style> <a href="/">home</a> <a href="/gpg.txt">gpg</a> <a href="/about">about</a> <a href="/contact">contact</a> <title> icyphox

@@ -24,8 +19,8 @@ <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 /> -<footer> - <small align="center">Built using <a href="https://github.com/icyphox/vite">Vite</a>.</small> + <small align="center">Built using <a href="https://github.com/icyphox/vite">Vite</a>. View this site's <a href="https://github.com/icyphox/site">source</a>.</small> <p> </p> <footer>
M index.htmlindex.html

@@ -6,11 +6,6 @@ <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"> -<style> -body { - margin-top: 10%; -} -</style> <a href="/">home</a> <a href="/gpg.txt">gpg</a> <a href="/about">about</a> <a href="/contact">contact</a> <title> icyphox

@@ -20,15 +15,16 @@

<body> <p>Hey there,</p> -<p>This is my new, less flashy website. I lost the Markdown source of my old site in an SSD wipe :v <br /> +<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> <p>More about me, <a href="/about">here</a>.</p> + </div> +<hr /> </body> -<hr /> -<footer> - <small align="center">Built using <a href="https://github.com/icyphox/vite">Vite</a>.</small> +<footer class="footer"> + <small align="center">Built using <a href="https://github.com/icyphox/vite">Vite</a>. View this site's <a href="https://github.com/icyphox/site">source</a>.</small> <p> </p> <footer>
M static/responsive.cssstatic/responsive.css

@@ -8,7 +8,12 @@ #primary { width:100%; }

#secondary { width:100%; margin:0; border:none; } } html { font-size: 100% } -@media (min-width: 640px) { body {font-size:1rem;} } -@media (min-width:960px) { body {font-size:1.2rem;} } -@media (min-width:1100px) { body {font-size:1.5rem;} } +@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: absolute; + bottom: 0; +}