Files
low-level-guy.com/Views/Home/Index.cshtml
T
2026-06-07 18:48:42 +09:00

20 lines
798 B
Plaintext

@{
ViewData["Title"] = "Joshua Ferrer";
}
<section class="landing">
<div class="landing__content">
<p class="landing__eyebrow">Software Engineer / Technical Lead based in Tokyo</p>
<h1>Joshua Ferrer</h1>
<p class="landing__summary">
Software engineering, backend systems, infrastructure, requirements definition, and technical leadership
for internal business systems.
</p>
<div class="landing__actions">
<a class="btn btn-dark" href="/cv">View CV</a>
<a class="btn btn-outline-dark" href="/?lang=ja">日本語</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>