all repos — site @ cf1b67a8ae2d2a1cccf52c853278fa3f91e3036d

source for my site, found at icyphox.sh

Replace resume link with About

Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Thu, 14 Mar 2019 11:47:02 +0530
commit

cf1b67a8ae2d2a1cccf52c853278fa3f91e3036d

parent

ef646de59f9d9ce01a00a1e848691aa74510f8d2

2 files changed, 11 insertions(+), 3 deletions(-)

jump to
M index.htmlindex.html

@@ -28,7 +28,7 @@ <div class="header">

<a href="/">icyphox.sh</a> (<a href="https://github.com/icyphox/site">src</a>) </div> - <div class="introduction"> + <div class="introduction"> <h1 align="center"> <!-- logo credits: Akshay Oppiliappan (@nerdypepper) --> <img src="/static/icynobg.svg" class="logo">

@@ -43,8 +43,8 @@

<div class="right"> <a href="https://github.com/icyphox" target="_blank">GitHub</a> <a href="https://twitter.com/icyphox" target="_blank">Twitter</a> - <a href="https://x.icyphox.sh/resume.pdf" target="_blank">Résumé</a> <a href="https://medium.com/@icyphox" target="_blank">Medium</a> + <a href="/about" target="_blank">About</a> </div> </div> </body>
M static/style.cssstatic/style.css

@@ -97,6 +97,14 @@ text-align: left;

margin: 20px; } +.header-right { + color: cyan; + top: 20px; + position: absolute; + width: 100%; + text-align: right; + right: 20px; +} a { color: gray; margin: 0;

@@ -149,7 +157,7 @@ .content {

left: 10%; bottom: 0%; font-size: 15px; - line-height: 130%; + line-height: 150%; width: 80%; } .content h1 {