Redesign site as bilingual CV
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user