Redesign site as bilingual CV

This commit is contained in:
2026-06-07 18:48:42 +09:00
parent ea90cc5d58
commit 6f9cc0bbbb
12 changed files with 784 additions and 467 deletions
+18
View File
@@ -0,0 +1,18 @@
@{
ViewData["Title"] = "Joshua Ferrer";
}
<section class="landing">
<div class="landing__content">
<p class="landing__eyebrow">東京を拠点とするソフトウェアエンジニア / テクニカルリード</p>
<h1>Joshua Ferrer</h1>
<p class="landing__summary">
社内業務システムにおけるソフトウェア開発、バックエンド、インフラ、要件定義、技術リードを担当しています。
</p>
<div class="landing__actions">
<a class="btn btn-dark" href="/cv?lang=ja">履歴書を見る</a>
<a class="btn btn-outline-dark" href="/?lang=en">English</a>
<a class="btn btn-outline-dark" href="https://git.low-level-guy.com/josufh" target="_blank" rel="noopener noreferrer">Git profile</a>
</div>
</div>
</section>