mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-10 07:35:01 +00:00
Updated wiki hero icons.
This commit is contained in:
parent
97c38918c8
commit
2722d39a41
|
@ -1,4 +1,6 @@
|
|||
{{ define "main" }} {{ partial "home_hero" . }}
|
||||
{{ define "main" }}
|
||||
|
||||
{{ partial "home_hero" . }}
|
||||
|
||||
<section class="hero is-info">
|
||||
<div class="hero-body">
|
||||
|
@ -7,7 +9,7 @@
|
|||
|
||||
<a class="column has-text-centered" href="https://www.google.com">
|
||||
<span class="icon is-large">
|
||||
<i class="fas fa-3x fa-cubes"></i>
|
||||
<i class="fas fa-3x fa-code"></i>
|
||||
</span>
|
||||
<p class="title is-4">
|
||||
<strong>Yuzu Development</strong>
|
||||
|
@ -17,7 +19,7 @@
|
|||
|
||||
<a class="column has-text-centered" href="https://www.google.com">
|
||||
<span class="icon is-large">
|
||||
<i class="fas fa-3x fa-cubes"></i>
|
||||
<i class="fas fa-3x fa-terminal"></i>
|
||||
</span>
|
||||
<p class="title is-4">
|
||||
<strong>Switch Hacking</strong>
|
||||
|
@ -27,7 +29,7 @@
|
|||
|
||||
<a class="column has-text-centered" href="https://www.google.com">
|
||||
<span class="icon is-large">
|
||||
<i class="fas fa-3x fa-cubes"></i>
|
||||
<i class="fas fa-3x fa-gamepad"></i>
|
||||
</span>
|
||||
<p class="title is-4">
|
||||
<strong>Switch Homebrew</strong>
|
||||
|
@ -115,5 +117,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{{ end }}
|
Loading…
Reference in a new issue