revert: restore GitHub + Email buttons in hero

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-23 10:13:08 +09:00
parent 1db0e2c88f
commit 2e9d000207
2 changed files with 1 additions and 9 deletions

View File

@@ -133,14 +133,6 @@ img { max-width: 100%; display: block; }
font-weight: 500; font-weight: 500;
} }
.hero-email {
margin-top: 16px;
font-size: 0.9rem;
color: #888;
}
.hero-email a { color: #888; }
.hero-email a:hover { color: #333; }
.hero-links { .hero-links {
display: flex; display: flex;
gap: 12px; gap: 12px;

View File

@@ -42,8 +42,8 @@
</div> </div>
<div class="hero-links"> <div class="hero-links">
<a href="https://github.com/tolelom" class="btn btn-primary" target="_blank" rel="noopener">GitHub</a> <a href="https://github.com/tolelom" class="btn btn-primary" target="_blank" rel="noopener">GitHub</a>
<a href="mailto:98kimsungmin@naver.com" class="btn">Email</a>
</div> </div>
<p class="hero-email"><a href="mailto:98kimsungmin@naver.com">98kimsungmin@naver.com</a></p>
</section> </section>
<section id="about" class="section"> <section id="about" class="section">