Open comments for this post
Got the site up on Vercel, added the “projects” area where I can add the other stuff imma make during stardance (and after), got some sick pop-out cards for projects with diff colour shadows. (mainly trying to makesure everything is flexible, so i can easily add any future projects)
Open comments for this post
Achieved
creating a template-page for my web-portfolio, tried out a few different themes and settled with a mc-themed one. Got the homepage going, with a working navbar that fades in when scrolling away from homepage hero-image, and working (very basic) footer.
Todo:
add more content, fix navbar when zooming in too much
add different sections (projects, cv, other)
add contacts (github, dc)
Open comments for this post
🪑added a toggle camera button to my basic motion detection software (use case was to find out who steals your chair but you can use it for other things too :| )
and fixed some bugs - program crashing when no cameras detected, clear media button ran another script (which would break when running python program as .exe, so imported the other script instead)