Anti portfolio

Anti portfolio Used AI

5 devlogs
15h 51m
Created by Vivaan

will update

Timeline

Missed devlog part 2, after some coding enhancements, i got onto make the hero or top section i dont know what it's called, messed with some css, but overall, it's pretty good, might add some animations like flicker or something so it gives haunted website vibes

Update attachment

first, made the whole failure card system dynamic — added a list in js with different failures, each one has a title, a short line about what went wrong, and a longer story, all of that gets rendered through js so i don’t have to keep writing html by hand

added a basic toggle to show/hide full text when the user clicks “read more”, pretty simple, no animations, just switches between none and block

also added tags to each failure, like “frontend”, “backend”, “workflow”, so it’s easier to group them later if i want, right now they’re just colored spans showing up under the title

started working on a separate section called “reasons you should not hire me”, it’s just a list of short bullet points like “writes commit messages like ‘fix things’”, or “tests in production”, that kinda stuff

put that in its own div, will maybe make it toggle-able later

in css, made everything align a bit better using flexbox, cleaned up some padding and spacing, still no fonts or themes, just basic black text on white with grey boxes

next i might add a fake filter system for categories, not actual search, just buttons that hide/show cards by tag

also thinking of adding a static section with my worst-ever project screenshots, like visual proof of failure, still deciding on layout

that’s it for now, moving fast now to cover missed hours
also added filters

Update attachment

made the html skeleton, header, main, footer, main’s got a section where all the “fail cards” gonna live, each card’s like, title, short text, and a button that’s like “read more”, in css, did like, basic layout, nothing aesthetic, just boxes, some padding, tried to make it ugly on purpose but not too ugly yk, used monospace cuz it looks kinda broken by default and then js time, kept it stupid simple, made a list of fake fails like accidentally deleted prod or committed node_modules n stuff, rendered them with js using forEach, each card has title, short text, and a button that opens the full fail

Update attachment

dated: 24/07/25, i was to talk to you guys about what's up with my project and my devlogs, but due to a glitch, i lost 25+ hours, but i talked to support and got it back
so am gonna post all my saved devlogs

Update attachment
Vivaan
Vivaan
11h 13m 19 days ago

I was working on my portfolio project, but i thought, hey that's too common tho isn't it, so i started with this: my anti-portfolio, and as the name suggests it tells the user or the employer, about our failures and why should they not hire us. Sorry for the devlog delays, but dont worry i will compensate for all the hours, for the next 2-3 devlogs, the time span will be of 5 mins(as i'll be update y'all about the missed devlogs), so stay tuned. I will be doing this app in only html and css and js, nothing else.

Update attachment