yuzu-emu.github.io/site/layouts/partials/home_hero_contents.html
2018-01-18 01:07:33 -05:00

22 lines
884 B
HTML

<h2 class="title">{{ .Site.Params.Tagline }}</h2>
<div class="content">
<p>yuzu is an experimental open-source emulator for the Nintendo Switch from the creators of Citra.</p>
<p>It is written in C++ with portability in mind, with builds actively maintained for Windows, Linux and macOS.
The emulator is currently only useful for homebrew development and research purposes.</p>
</div>
<div>
<a class="button is-medium is-light is-hidden-touch" href="/downloads" target="_blank">
<span class="icon">
<i class="fas fa-arrow-down"></i>
</span>
<span>Download</span>
</a>
<a class="button is-medium is-primary is-inverted is-outlined" href="{{ .Site.Params.GithubURL }}" target="_blank">
<span class="icon">
<i class="fab fa-github"></i>
</span>
<span>Source Code</span>
</a>
</div>