update intro
Prithu Goswami prithugoswami524@gmail.com
Thu, 21 Jan 2021 19:55:52 +0530
2 files changed,
9 insertions(+),
2 deletions(-)
M
layouts/index.html
→
layouts/index.html
@@ -36,11 +36,13 @@ Hey there, I am Prithu Goswami. I am currently studying at PES
University South Campus, Bangalore(PESIT-BSC) where I am persuing a Bachelor's degree in Computer Science and Engineering. </p> + <p> I love to build new things and design solutions to problems. - I have been fascinated by computers and technology since a very - young age. + Interested in Backend, Cloud, DevOps, Info-Sec and *nix. You can find + my resume <a href="https://i.prithu.xyz/resume.pdf">here</a>. </p> + </div> <img id="profile-pic" src="./img/duotone-profile-small.jpeg"> <div id="socials">
M
static/css/main.css
→
static/css/main.css
@@ -112,6 +112,11 @@ #intro{
margin-top: 4rem; } +#intro a{ + font-weight: 500; + text-decoration: underline; +} + .container{ width: 65%; margin: 0 auto;