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 +++++++++- generate.sh | 34 +++++++++++++++++++++++++--------- 3 files changed, 54 insertions(+), 19 deletions(-) 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; } diff --git a/generate.sh b/generate.sh index 57599d8..ccae2dd 100755 --- a/generate.sh +++ b/generate.sh @@ -42,6 +42,11 @@ link_wrapper() { " } +intro() { + echo -ne " + " +} + cat > ./docs/index.html << EOF @@ -62,6 +67,17 @@ cat > ./docs/index.html << EOF

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.

+
EOF @@ -106,17 +122,17 @@ done cat >> ./docs/index.html << EOF
- +
+
EOF -- cgit v1.2.3