Skip to content

Commit 775bca5

Browse files
M1zzclaude
andcommitted
Add real links to YouTube, Inflearn, Fastcampus
- Footer: YouTube 개발자리, Inflearn, Fastcampus 실제 URL 연결 - 교육 카드 3개(Inflearn, Fastcampus, YouTube)를 클릭 가능한 링크로 변경 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0ce76b9 commit 775bca5

1 file changed

Lines changed: 16 additions & 8 deletions

File tree

index.html

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,13 @@
313313
transform: translateY(-4px);
314314
}
315315

316+
a.card {
317+
text-decoration: none;
318+
color: inherit;
319+
display: block;
320+
cursor: pointer;
321+
}
322+
316323
.card-badge {
317324
font-family: 'JetBrains Mono', monospace;
318325
font-size: 0.6rem;
@@ -660,35 +667,35 @@ <h2 class="pillar-title">교육 콘텐츠</h2>
660667
<p class="pillar-subtitle">개발 경험을 교육 상품으로 전환 — 강의, 멘토링, 코스</p>
661668

662669
<div class="cards-grid">
663-
<div class="card">
670+
<a class="card" href="https://www.inflearn.com/users/604991/@leeo" target="_blank">
664671
<span class="card-badge">Online Course</span>
665672
<h3 class="card-title">Inflearn 강의</h3>
666673
<p class="card-desc">Swift/SwiftUI 기반의 iOS 개발 강의 제작 및 판매. AI 활용 앱 개발 커리큘럼 포함.</p>
667674
<div class="card-results">
668675
<div class="card-result"><strong>온라인 강의</strong> 지속적 판매 수익</div>
669676
<div class="card-result"><strong>AI 코딩 부트캠프</strong> 신규 커리큘럼</div>
670677
</div>
671-
</div>
678+
</a>
672679

673-
<div class="card">
680+
<a class="card" href="https://fastcampus.co.kr/dev_online_ios" target="_blank">
674681
<span class="card-badge">Platform Course</span>
675682
<h3 class="card-title">Fastcampus 강의</h3>
676683
<p class="card-desc">대형 교육 플랫폼을 통한 개발 교육 콘텐츠 공급 및 브랜드 노출.</p>
677684
<div class="card-results">
678685
<div class="card-result"><strong>플랫폼 파트너십</strong> 통한 안정적 수익</div>
679686
<div class="card-result"><strong>대규모 수강생</strong> 도달</div>
680687
</div>
681-
</div>
688+
</a>
682689

683-
<div class="card">
690+
<a class="card" href="https://www.youtube.com/@Leeo25" target="_blank">
684691
<span class="card-badge">YouTube</span>
685692
<h3 class="card-title">개발자리 채널</h3>
686693
<p class="card-desc">개발 교육 유튜브 채널 운영. 무료 콘텐츠로 유입 → 유료 강의 전환 퍼널.</p>
687694
<div class="card-results">
688695
<div class="card-result"><strong>리드 제네레이션</strong> 유료 전환 퍼널</div>
689696
<div class="card-result"><strong>개인 브랜딩</strong> 채널 성장</div>
690697
</div>
691-
</div>
698+
</a>
692699

693700
<div class="card">
694701
<span class="card-badge">Bootcamp</span>
@@ -957,8 +964,9 @@ <h2 class="section-title">기술 스택</h2>
957964
<footer>
958965
<div class="container">
959966
<div class="footer-links">
960-
<a href="#" class="footer-link">YouTube 개발자리</a>
961-
<a href="#" class="footer-link">Inflearn</a>
967+
<a href="https://www.youtube.com/@Leeo25" target="_blank" class="footer-link">YouTube 개발자리</a>
968+
<a href="https://www.inflearn.com/users/604991/@leeo" target="_blank" class="footer-link">Inflearn</a>
969+
<a href="https://fastcampus.co.kr/dev_online_ios" target="_blank" class="footer-link">Fastcampus</a>
962970
<a href="#" class="footer-link">App Store</a>
963971
<a href="#" class="footer-link">Contact</a>
964972
</div>

0 commit comments

Comments
 (0)