Updated wiki hero icons.

This commit is contained in:
Chris 2018-01-13 00:34:12 -05:00
parent 97c38918c8
commit 2722d39a41

View file

@ -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 }}