feat: improve contact section with tagline and button-style links

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-23 10:04:03 +09:00
parent 0984bab039
commit 93f4fc3e8c
2 changed files with 17 additions and 7 deletions

View File

@@ -376,6 +376,17 @@ img { max-width: 100%; display: block; }
.infra-card-name { font-size: 0.85rem; margin-top: 6px; font-weight: 600; color: #444; }
.infra-card-desc { font-size: 0.72rem; color: #aaa; margin-top: 3px; }
/* === Contact === */
.contact-desc {
color: #555;
margin-bottom: 24px;
}
.contact-links {
display: flex;
gap: 12px;
flex-wrap: wrap;
}
/* === Footer === */
.footer {
padding: 48px 0;

View File

@@ -192,13 +192,12 @@
<section id="contact" class="section">
<h2 class="section-title">Contact</h2>
<p>
<a href="mailto:98kimsungmin@naver.com">98kimsungmin@naver.com</a>
&nbsp;·&nbsp;
<a href="https://github.com/tolelom" target="_blank" rel="noopener">GitHub</a>
&nbsp;·&nbsp;
<a href="https://solved.ac/profile/tolelom" target="_blank" rel="noopener">Solved.ac</a>
</p>
<p class="contact-desc">궁금한 점이 있으시면 편하게 연락해 주세요.</p>
<div class="contact-links">
<a href="mailto:98kimsungmin@naver.com" class="btn btn-primary">이메일</a>
<a href="https://github.com/tolelom" class="btn" target="_blank" rel="noopener">GitHub</a>
<a href="https://solved.ac/profile/tolelom" class="btn" target="_blank" rel="noopener">Solved.ac</a>
</div>
</section>
<footer class="footer">