fix: show email as text in hero, keep button for GitHub only
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -133,6 +133,14 @@ 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;
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user