Skip to content

Commit 6e086b2

Browse files
authored
Merge pull request #3 from gitgutgit/claude/unruffled-archimedes
Full-bleed hero section
2 parents fd04587 + 377dce6 commit 6e086b2

2 files changed

Lines changed: 15 additions & 12 deletions

File tree

index.html

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,22 @@
2323
</script>
2424
</head>
2525
<body>
26-
<div class="wrap">
26+
<header class="hero">
2727
<div class="container">
28-
<header class="hero">
29-
<span class="badge">Seeking Full-Time Opportunities</span>
30-
<h1>Jeewon Kim</h1>
31-
<p class="lead">CS @ Columbia (GPA 3.88 · May 2026). Full-stack developer focused on <strong>AI systems</strong>, <strong>distributed apps</strong>, and <strong>social impact</strong> products.<br>Previously at Generous Health and TVCF, and founder of Tchelp.org.</p>
32-
<div class="actions">
33-
<a class="btn primary" href="mailto:jk4864@columbia.edu">Email Me</a>
34-
<a class="btn" href="https://github.com/gitgutgit" target="_blank" rel="noopener">GitHub</a>
35-
<a class="btn" href="#projects">Featured Projects</a>
36-
<a class="btn" href="#experience">Experience</a>
37-
</div>
38-
</header>
28+
<span class="badge">Seeking Full-Time Opportunities</span>
29+
<h1>Jeewon Kim</h1>
30+
<p class="lead">CS @ Columbia (GPA 3.88 · May 2026). Full-stack developer focused on <strong>AI systems</strong>, <strong>distributed apps</strong>, and <strong>social impact</strong> products.<br>Previously at Generous Health and TVCF, and founder of Tchelp.org.</p>
31+
<div class="actions">
32+
<a class="btn primary" href="mailto:jk4864@columbia.edu">Email Me</a>
33+
<a class="btn" href="https://github.com/gitgutgit" target="_blank" rel="noopener">GitHub</a>
34+
<a class="btn" href="#projects">Featured Projects</a>
35+
<a class="btn" href="#experience">Experience</a>
36+
</div>
37+
</div>
38+
</header>
3939

40+
<div class="wrap">
41+
<div class="container">
4042
<section id="projects" class="reveal">
4143
<h2 class="section-title">Featured Projects</h2>
4244
<div class="cards">

styles.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ header.hero {
5050
position: relative;
5151
padding: 80px 0 60px;
5252
overflow: hidden;
53+
width: 100%;
5354
}
5455
header.hero::before {
5556
content: '';

0 commit comments

Comments
 (0)