From 0183358872ee9ec79704f6ae8cd8da02375e0b9e Mon Sep 17 00:00:00 2001 From: Yash Karandikar Date: Wed, 10 Nov 2021 11:38:26 -0600 Subject: [PATCH] Add more content and styling --- sass/style.scss | 4 ++++ templates/base.html | 7 +++++++ templates/index.html | 15 +++++++++++++++ 3 files changed, 26 insertions(+) diff --git a/sass/style.scss b/sass/style.scss index 13926ed..3980b6d 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -4,3 +4,7 @@ width: 60%; padding: 10px; } + +body { + font-family: 'Ubuntu', sans-serif; +} diff --git a/templates/base.html b/templates/base.html index efc70cb..f9e63a2 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,12 +5,19 @@ Welcome to Yash's Website! + + +
{% block content %} {% endblock %} +
+
+ home - projects - built with zola +
diff --git a/templates/index.html b/templates/index.html index 1a1bb02..42180b1 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,4 +4,19 @@

Welcome to Yash's website!

+

+ Hello there! My name is Yash Karandikar. I am a programmer and Linux enthusiast, as well as an avid Doctor Who fan. +

+ +

+Skills: +

+

{% endblock content %}