index.html
html > index.html > head > body
<script>
const developer = {
name: "김종훈",
role: "Web developer",
goal: "Pixel-perfect design & clean code",
location: "Seoul, Korea"
};
console.log(`Hello World🌍
I'm ${developer.name}, crafting web experiences
with ${developer.role}.`);
// Always learning, always improving ✨
0429
</script>
css.css
script.js
···
html > style > css.css
/* style.css */ body { creativity: 100%; efficiency: 100%; bugs: 0%; passion: infinite; } :root { --dream: "Design → Code → Reality"; --motto: "Clean Code, Clear Mind"; }
Hello.
김종훈
JH, Kim
신입 웹 개발자 김종훈입니다.
사용자 경험을 최우선합니다.
아이디어를
디자인으로,
디자인을 웹으로.