mirror of
https://github.com/ReviveMii/website
synced 2025-09-07 14:01:09 +02:00
Compare commits
No commits in common. "309f96013d0472d5d1e2f42adfdf3b9431a4e2fb" and "3bc5b58ec0a5b2286dabea92a6453fee33e6f0cd" have entirely different histories.
309f96013d
...
3bc5b58ec0
@ -77,8 +77,27 @@
|
||||
}
|
||||
</script>
|
||||
<section class="projects-list" style="margin-top:-80px;">
|
||||
<div class="container">
|
||||
|
||||
<div class="container">
|
||||
<div class="project-card">
|
||||
<img src="/revivetube.png" alt="ReviveTube" style="height:240px;">
|
||||
<div class="card-content">
|
||||
<h3>ReviveTube</h3>
|
||||
<p>Watch YouTube Videos on your Wii</p>
|
||||
<a href="/revivetube" onclick="startloading();" class="btn">Learn More</a>
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
<br>
|
||||
<div class="project-card">
|
||||
<img src="/imageshare.jpg" alt="imageshare" style="height:240px;">
|
||||
<div class="card-content">
|
||||
<h3>ReviveMii Image Transfer</h3>
|
||||
<p>Revival for the Nintendo Image Share Feature on 3ds and Wii U</p>
|
||||
<a href="/imageshare" onclick="startloading();" class="btn">Learn More</a>
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
<br>
|
||||
<div class="project-card">
|
||||
<img src="/riivivetube.png" alt="RiiviveTube" style="height:240px;">
|
||||
<div class="card-content">
|
||||
@ -86,17 +105,6 @@
|
||||
<p>Wii YouTube Channel Revival</p>
|
||||
<a href="/riivivetube" onclick="startloading();" class="btn">Learn More</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<br><br>
|
||||
<div class="container">
|
||||
<div class="project-card">
|
||||
<img src="/revivetube.png" alt="ReviveTube" style="height:240px;">
|
||||
<div class="card-content">
|
||||
<h3>ReviveTube</h3>
|
||||
<p>Watch YouTube Videos on your Wii Internet Channel</p>
|
||||
<a href="/revivetube" onclick="startloading();" class="btn">Learn More</a>
|
||||
</div>
|
||||
</div>
|
||||
<br><br>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user