Replace resume link with About Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Thu, 14 Mar 2019 11:47:02 +0530
2 files changed,
11 insertions(+),
3 deletions(-)
M
index.html
→
index.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.css
→
static/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 {