Open codepen in a new browser tab using the button above.
Click Start Coding on the top left of the screen (or New Pen if you already have an account).
You'll see four panes: HTML (top-left), CSS (top-middle), JavaScript (top-right), and the live preview (bottom).
We won't be writing JavaScript today, so feel free to minimize the JS pane using the down chevron in its top-right corner. Anything you type in HTML or CSS shows up live in the preview pane.
The two privacy rules
Your profile is public the moment you share the URL. Before you write a single word of personal content, read these two rules:
Keep it professional. Write as if a teacher, a recruiter, and a university admissions officer are all reading every word on your page.
Be careful with personal info. Any single detail is usually fine, but stacking them (Name + school + grade + contact) is how strangers become not-strangers. Skip the sensitive stuff entirely — phone number, home address, date of birth, full legal name. If someone needs to reach you, one email is enough. A "portfolio" email (firstname.lastinitial.portfolio@gmail.com) separate from your personal one is even better, and a placeholder email is fine for today.
These rules are mandatory. We'll point at them again in Activity 2 when you start writing content.
Workshop standards
Two rules while we work:
Try before you ask. Re-read the instruction. Look at your code. Nine times out of ten the answer is in front of you.
Ask 3 peers before an instructor. Your classmates are your first debugging partner.