// the find
AsmrProg-YT/Personal-Portfolios
AsmrProg Youtube Channel Personal Portfolio Designs Code Collection.
A collection of vanilla HTML/CSS/JS personal portfolio templates made as YouTube tutorial companions. Each numbered folder is a standalone static portfolio design you can fork and fill in with your own content. Aimed at beginners looking for a starting point, not at developers who need something production-ready.
- Each design is completely self-contained — drop the folder on any static host and it works with zero build step for most entries
- Visual variety across the numbered designs, including at least one Tailwind-based variant with a proper build pipeline
- Low barrier to entry: plain HTML/CSS means any beginner can read and modify the code without toolchain knowledge
- No accessibility considerations visible — no ARIA labels, skip links, or focus management, which is a real problem for a public-facing portfolio
- Placeholder assets (logo.png, profile.png, item-1.jpg) are baked in with no templating or clear swap-out instructions beyond 'watch the video'
- The actual learning content lives on YouTube, not in the repo — the README is essentially just a channel advertisement, so the code is context-free without the video
- Nine separate copies of largely similar HTML/CSS with no shared components or base stylesheet, so any design fix requires touching each folder individually