mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-29 14:30:31 +00:00
Updated wiki hero actions.
This commit is contained in:
parent
f86cb0b42d
commit
dffc3e9d60
|
@ -6,34 +6,34 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<nav class="columns">
|
<nav class="columns">
|
||||||
|
|
||||||
<a class="column has-text-centered" href="https://www.google.com">
|
<a class="column is-hero-action has-text-centered" href="https://www.google.com">
|
||||||
<span class="icon is-large">
|
<span class="icon is-large">
|
||||||
<i class="fas fa-3x fa-code"></i>
|
<i class="fas fa-3x fa-code"></i>
|
||||||
</span>
|
</span>
|
||||||
<p class="title is-4">
|
<p class="title is-4">
|
||||||
<strong>Getting Started</strong>
|
<strong>Getting Started</strong>
|
||||||
</p>
|
</p>
|
||||||
<p class="subtitle">Build the yuzu source and make a contribution</p>
|
<p class="subtitle is-6">Build the yuzu source and make a contribution</p>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a class="column has-text-centered" href="https://www.google.com">
|
<a class="column is-hero-action has-text-centered" href="https://www.google.com">
|
||||||
<span class="icon is-large">
|
<span class="icon is-large">
|
||||||
<i class="fas fa-3x fa-terminal"></i>
|
<i class="fas fa-3x fa-terminal"></i>
|
||||||
</span>
|
</span>
|
||||||
<p class="title is-4">
|
<p class="title is-4">
|
||||||
<strong>Hacking the Switch</strong>
|
<strong>Reverse Engineering</strong>
|
||||||
</p>
|
</p>
|
||||||
<p class="subtitle">Learn about the Switch hardware and software stack</p>
|
<p class="subtitle is-6">Learn the Switch hardware and software stack</p>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a class="column has-text-centered" href="https://www.google.com">
|
<a class="column is-hero-action has-text-centered" href="https://www.google.com">
|
||||||
<span class="icon is-large">
|
<span class="icon is-large">
|
||||||
<i class="fas fa-3x fa-gamepad"></i>
|
<i class="fas fa-3x fa-gamepad"></i>
|
||||||
</span>
|
</span>
|
||||||
<p class="title is-4">
|
<p class="title is-4">
|
||||||
<strong>Homebrew Development</strong>
|
<strong>Homebrew Apps</strong>
|
||||||
</p>
|
</p>
|
||||||
<p class="subtitle">Tools and resources to get started with Switch homebrew</p>
|
<p class="subtitle is-6">Resources to get started with Switch homebrew</p>
|
||||||
</a>
|
</a>
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -15,6 +15,10 @@
|
||||||
background: $navbar-background-color;
|
background: $navbar-background-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.is-hero-action:hover {
|
||||||
|
text-shadow: 4px 4px 16px #fff;
|
||||||
|
}
|
||||||
|
|
||||||
// https://github.com/jgthms/bulma/issues/935
|
// https://github.com/jgthms/bulma/issues/935
|
||||||
.navbar-dropdown {
|
.navbar-dropdown {
|
||||||
a.navbar-item {
|
a.navbar-item {
|
||||||
|
|
Loading…
Reference in a new issue