0%

SKIP TO CONTENT
ON AIR — VIBE CODING ACADEMY · EN · LIVE

What is Vibe Coding? Build Something in 10 Minutes

beginner~10 min0/4 steps

Instructions

1

Add an <h1> with your name — this is YOUR profile card

Hint: Try: `<h1 class="text-2xl font-bold text-white text-center mb-2">Your Name</h1>`

2

Add a <p class="bio"> with one sentence about what you do or who you are

3

Add a <ul class="skills"> with 3 <li> items — what are you good at?

4

Add an <a class="cta-link"> button at the bottom — a link people can click to connect with you

Your Code

html
21 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

Live Preview

Live Preview