guerz.lol
☀ things i actually built ☾ code you can copy, paste, and pick apart ☀ cold builds + freeCodeCamp cert projects ☾ ugly but working > perfect but stuck ☀ view source is a love language ☾ things i actually built ☀
the build log · view source welcome

PROJECTS & INSTRUCTIONS

everything i've shipped, split two ways: cold builds coded from scratch with no hand-holding (the build-it-cold drills), and freeCodeCamp cert projects built to the user-story spec. open a section, tap any project, then flip between ▶ preview (what the build looks like) and </> code (the copy-able source). steal freely. ^_^
cold builds freeCodeCamp RWD view source welcome
cold instructions 4 builds · from scratch, no tutorial
from scratch Box Model html + css
a two-box demo proving how box-sizing: border-box folds padding and border into the declared width instead of adding on top, centered with a flex container. every line is commented so the model actually sticks.
from scratch Flexbox html + css
the smallest possible flex layout — display: flex with space-between and align-items: center — spreading three children across a row. commented line-by-line as a memory anchor.
from scratch CSS Positioning html + css
a full walkthrough of all five position values — static, relative, absolute, fixed and sticky — each in its own labelled section. built cold to lock the differences in.
from scratch Survey Form html
a fully semantic survey form — labelled text / email / number inputs, a select, radio + checkbox groups, and a textarea — every field wired with matching for/id and required validation.
freeCodeCamp project instructions 1 shipped · 4 coming soon
rwd cert · shipped Build a Registration Form html + css
the fCC registration form — three fieldset groups (personal details, account type, optional profile), radios, a file picker, a number field with min/max, a select, a textarea, a pattern-validated password and a required terms checkbox. posts to the fCC demo endpoint. every line commented.
soon Tribute Page not started
🚧 coming soon…
soon Technical Documentation Page not started
🚧 coming soon…
soon Product Landing Page not started
🚧 coming soon…
soon Personal Portfolio Webpage not started
🚧 coming soon…
the shipped builds embed their real, full source and a live preview — copy any block straight into an editor. the “coming soon” cert projects fill in as each one gets built and claimed.