19 lines
859 B
Plaintext
19 lines
859 B
Plaintext
@{
|
|
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>
|