This commit is contained in:
parent
6879fd918e
commit
d569ec88e5
1 changed files with 13 additions and 5 deletions
|
|
@ -3,18 +3,26 @@
|
||||||
<section class="gamepad-spotlight-container">
|
<section class="gamepad-spotlight-container">
|
||||||
<div class="gamepad-spotlight-content">
|
<div class="gamepad-spotlight-content">
|
||||||
<div class="image-wrapper">
|
<div class="image-wrapper">
|
||||||
<img src="/gamepad.png" alt="Wii U GamePad" class="gamepad-image" />
|
<img
|
||||||
|
src="/gamepad.png"
|
||||||
|
alt="Wii U GamePad"
|
||||||
|
class="gamepad-image"
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
<div class="text-wrapper">
|
<div class="text-wrapper">
|
||||||
<h1 class="archivo-black title">
|
<h1 class="archivo-black title">
|
||||||
We do justice to the Wii <span class="text-wiiu-blue">U</span>.
|
We do justice to the Wii <span class="text-wiiu-blue">U</span>.
|
||||||
</h1>
|
</h1>
|
||||||
<!--NOT FINALIZED!!! check #dev for context-->
|
<!-- NOT FINALIZED!!! check #dev for context -->
|
||||||
<p class="subtext">
|
<p class="subtext">
|
||||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
||||||
</p>
|
</p>
|
||||||
<p class="hint-text">
|
<p class="hint-text">
|
||||||
Pssst.. our codebase is open source! Check out our Forgejo repository to see how we bring the Wii U back to life, and maybe even contribute yourself: <a href="https://git.spbr.net/spacebar" target="_blank" class="text-blue-400 underline">https://git.spbr.net/spacebar</a>
|
Pssst.. our codebase is open source! Check out our Forgejo repository to see how we bring the Wii U back to life, and maybe even contribute yourself: <a
|
||||||
|
href="https://git.spbr.net/spacebar"
|
||||||
|
target="_blank"
|
||||||
|
class="text-blue-400 underline"
|
||||||
|
>https://git.spbr.net/spacebar</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -138,9 +146,9 @@
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
gap: 4rem;
|
gap: 4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
font-size: 4.5rem;
|
font-size: 4.5rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue