diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2023-05-10 16:58:00 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2023-05-10 16:58:00 +0530 |
commit | 86f3d3f516a0b045209b6ccc7243bf333972b197 (patch) | |
tree | f1ac939c1ffff178138428ebbfbb1108919ab153 | |
parent | 9d0fc7c6ca6e0cf3100614c7a68c9c10773cde55 (diff) |
fixed some html validation errors in index
-rw-r--r-- | config.toml | 18 | ||||
-rw-r--r-- | static/images/vidhukant.webp | bin | 49044 -> 29154 bytes |
2 files changed, 9 insertions, 9 deletions
diff --git a/config.toml b/config.toml index 21045e0..ef8fb7d 100644 --- a/config.toml +++ b/config.toml @@ -6,9 +6,9 @@ theme = "vidhukant-hugo" [params] gifs = [ - "<a href='https://vidhukant.xyz'><img src='/images/vidhukant.xyz.gif' target='_blank' alt='VidhuKant.xyz' width='88'></a>" - , "<a href='https://landchad.net'><img src='/images/landchad.gif' target='_blank' alt='LandChad.net' width='88'></a>" - , "<a href='https://jacobwsmith.xyz'><img src='/images/jwsxyz_button.gif' target='_blank' alt='JacobWSmith.xyz' width='88'></a>" + "<a href='https://vidhukant.xyz'><img src='/images/vidhukant.xyz.gif' alt='VidhuKant.xyz' width='88'></a>" + , "<a href='https://landchad.net'><img src='/images/landchad.gif' alt='LandChad.net' width='88'></a>" + , "<a href='https://jacobwsmith.xyz'><img src='/images/jwsxyz_button.gif' alt='JacobWSmith.xyz' width='88'></a>" , "<a href='/contact/'><img src='/images/no-facebook.svg' alt=\"Not f'd. You won't find me on Facebook\" width='120'></a>" , "<a href='https://512kb.club'><img src='/images/orange-team.svg' alt='a proud member of the orange team of 512KB club'></a>" ] @@ -38,18 +38,18 @@ indexContent = """ I’m interested in cyber security and shit because it sounds cool; I also like functional programming because it sounds cool; also I love reading manga because it sounds cool. - <blockquote> - <em>“I may or may not have a carrot in place of a brain.”</em> - <br> - <span>— Vidhu Kant, 2023</span> - </blockquote> </p> + <blockquote> + <em>“I may or may not have a carrot in place of a brain.”</em> + <br> + <span>— Vidhu Kant, 2023</span> + </blockquote> <p> I love reading (mostly fiction) and learning new languages. I plan to one day be fluent in like, 5 languages; Let’s see if I can do that! (spoiler alert: I’m gonna forget about this.) - <br/> + <br> I hope I can one day be as cool as Bocchi from "Bocchi the Rock" and be able to play the guitar. But right now, I’m just as introverted as Bocchi from "Bocchi the Rock" without the cute anime girl and the guitar part. </p> diff --git a/static/images/vidhukant.webp b/static/images/vidhukant.webp Binary files differindex cbd50d9..b88eb5c 100644 --- a/static/images/vidhukant.webp +++ b/static/images/vidhukant.webp |