From 64cc97395d0541c1bbfc1df58f0351d9b8332c6b Mon Sep 17 00:00:00 2001 From: Akshay Date: Wed, 11 Mar 2020 23:16:32 +0530 Subject: add intro --- docs/index.html | 29 ++++++++++++++++++++--------- docs/style.css | 10 +++++++++- 2 files changed, 29 insertions(+), 10 deletions(-) (limited to 'docs') diff --git a/docs/index.html b/docs/index.html index a83fb3a..dce846c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -17,6 +17,17 @@

nerdypepper's μblog

+
+
+ Hi. +

I'm Akshay, I go by nerd or nerdypepper on the internet.

+

+ I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer. + I write open-source stuff to pass time. I also design fonts: scientifica, curie. + Things I find cool usually end up here. +

+

Get in touch at nerd@irc.rizon.net or nerdypepper@chat.freeode.net.

+
@@ -208,16 +219,16 @@
- +
+
diff --git a/docs/style.css b/docs/style.css index 86dcb3b..e7e5335 100644 --- a/docs/style.css +++ b/docs/style.css @@ -105,6 +105,14 @@ hr { border-top: 2px solid var(--dark-white); } +.intro { + font-size: 0.9rem; + overflow: auto; + padding: 0rem; + margin: 1rem 0rem; + font-family: 'Inter', sans-serif; +} + .heading { margin: 0 auto; color: var(--black); @@ -202,7 +210,7 @@ pre > code { } .footer { - font-size: 0.7rem; + font-size: 0.9rem; text-align: center; } -- cgit v1.2.3