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:
@@ -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-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; }
|
.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 === */
|
||||||
.footer {
|
.footer {
|
||||||
padding: 48px 0;
|
padding: 48px 0;
|
||||||
|
|||||||
13
index.html
13
index.html
@@ -192,13 +192,12 @@
|
|||||||
|
|
||||||
<section id="contact" class="section">
|
<section id="contact" class="section">
|
||||||
<h2 class="section-title">Contact</h2>
|
<h2 class="section-title">Contact</h2>
|
||||||
<p>
|
<p class="contact-desc">궁금한 점이 있으시면 편하게 연락해 주세요.</p>
|
||||||
<a href="mailto:98kimsungmin@naver.com">98kimsungmin@naver.com</a>
|
<div class="contact-links">
|
||||||
·
|
<a href="mailto:98kimsungmin@naver.com" class="btn btn-primary">이메일</a>
|
||||||
<a href="https://github.com/tolelom" target="_blank" rel="noopener">GitHub</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>
|
||||||
<a href="https://solved.ac/profile/tolelom" target="_blank" rel="noopener">Solved.ac</a>
|
</div>
|
||||||
</p>
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
|
|||||||
Reference in New Issue
Block a user