From b5e492c7f0a8c9d102a1c15eefa178c2fba9015a Mon Sep 17 00:00:00 2001 From: Techno Talks <80555613+TechnoTalksDev@users.noreply.github.com> Date: Fri, 1 Jul 2022 07:21:23 +0000 Subject: [PATCH 1/2] Close unclosed span --- static/main/scss/main.scss | 1 + templates/index.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/static/main/scss/main.scss b/static/main/scss/main.scss index 81aca87..5070d77 100644 --- a/static/main/scss/main.scss +++ b/static/main/scss/main.scss @@ -257,6 +257,7 @@ nav img:hover{ margin-left: 10px; } } + .about-text{ width: 550px; } diff --git a/templates/index.html b/templates/index.html index 3a1e562..ad2d332 100644 --- a/templates/index.html +++ b/templates/index.html @@ -57,7 +57,7 @@
Hey, I'm TechnoTalks! A high schooler who's an aspiring developer based in the US. I love tech in general hence the name TechnoTalks. I don't really know why I code to be honest. It's something that's really frustrating, but I guess that feeling of squashing that bug or implementing a new feature at the end of the day is enough to drive me to the next bug, feature, and anything in between. I mostly work on random projects I feel like working on that, are reasonably in reach for my skill level. I'm currently dabbling in a little bit of competitive programming which I think should be called competitive problem solving. Hear me out, 90% of competitive programing is coming up with an effective algorithim, then the other 10% is writing it out in code... See what I mean? Anyway I won't bore you anymore check out my projects down bellow...
+Hey, I'm TechnoTalks! A high schooler who's an aspiring developer based in the US. I love tech in general hence the name TechnoTalks. I don't really know why I code to be honest. It's something that's really frustrating, but I guess that feeling of squashing that bug or implementing a new feature at the end of the day is enough to drive me to the next bug, feature, and anything in between. I mostly work on random projects I feel like working on that, are reasonably in reach for my skill level. I'm currently dabbling in a little bit of competitive programming which I think should be called competitive problem solving. Hear me out, 90% of competitive programing is coming up with an effective algorithim, then the other 10% is writing it out in code... See what I mean? Anyway I won't bore you anymore check out my projects down bellow...