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 %}