Bhavya’s Portfolio
- 2 Devlogs
- 7 Total hours
Buiding a website for my portfolio
Buiding a website for my portfolio
devlog -#2
So i have to remove some of the things which i added last time as upcoming features:
CVE
Hobbies
I removed them as no one cares what your hobbies and to be honest i tried and wrote the entire code but the results ain’t satisfying so i just deleted the code as i left in the website what i like , i really like to write blogs and kinda find it enjoyable to tell how did i and why did i kinda like it so i have added another blog “Reverse engineering a small CTF binary in C”. You can read the blog on the website if you find the title interesting.
As of now the website is complete and i will try my best not make anymore changes “Minimalism is best imo”
devlog -#1
Ok so i am making my portfolio for 4 times now.This is one of the final struck so i don’t forgot what i did and why and everyone who is reading this can yell at me about what i got wrong lol.
The goal:
I am fed up from building a big ahh website therefor this time and one last time i want to make a minimalist website telling about me , profile pic, name,one line what i do a short paragraph, and a location pin with live clock that’s it. The kind of page you read in 20 sec and walks away knowing who i am.
The stack
html+css+ javascript
The dark mode ate my pfp:
ok so originally ideas was to have a character gif to turn into a red tinted shadow in dark mode. Looked good on paper but it was one of the bad idea which didn’t turned out to be as i thought so i need to swap the pfp with a simple gif of a my fav. character Reze from chainsaw men.
The cropping of pfp:
The gif i used was was a portrait jpg so the character’s face got chopped
Fix: I just changed the focus of the pfp from full torso to face only which turned out to be good.
The ist clock:
This was a 10 line function and i still managed to mess it up, First version uses the local viewer’s local time zone so if anyone opened in london it would’ve showed the BST not IST.
Fixed the clock to Asia/Kolkata timezone regarless of where visitor is.The clock updates every 30 sec, which is enough that no one notices the drift and cheap enough for not waste cpu.
Hover animation:
The page barely has any motion by default. I added a few small ones.
The red glow bulb:
There’s a fixed radial gradient in the top left corner that gives the page soft “Designed website” feel.
What is left to do: