-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (59 loc) · 3.11 KB
/
Copy pathindex.html
File metadata and controls
67 lines (59 loc) · 3.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles/style.css">
<link rel="stylesheet" href="styles/responsive.css">
<title>Balatro-U</title>
<link rel="icon" type="image/png" href="logo.png">
<meta property="og:type" content="website">
<meta property="og:url" content="https://balatro-u.github.io/">
<meta property="og:title" content="Balatro-U - Port of Balatro on Nintendo Wii U">
<meta property="og:description" content="Experience the acclaimed roguelike deckbuilder Balatro on your Nintendo Wii U console. Community-driven port with full game content and optimized controls.">
<meta property="og:image" content="https://raw.githubusercontent.com/Balatro-U/.github/main/profile/WiiU.png">
<meta property="og:site_name" content="Balatro-U">
<meta name="theme-color" content="#E6564A">
</head>
<body>
<div class="hero-image">
<div class="navbar">
<div class="nav-logotext">
<img src="logo.png" alt="Logo" class="nav-logotext-img">
<a>Balatro-U</a>
</div>
<div class="nav-items">
<a href="index.html" style="background-color: #4295F7;" class="active-site">HOME</a>
<a href="sites/about-project.html" style="background-color: #E1A037;">ABOUT</a>
<a href="sites/contact.html" style="background-color: #589E7C;">CONTACT</a>
<a href="https://github.com/Balatro-U" target="_top" style="background-color: #E6564A;">GITHUB</a>
</div>
</div>
<div class="hero-text">
<h1>Balatro-U</h1>
<p>Port of Balatro on Nintendo Wii U</p>
</div>
<img src="https://raw.githubusercontent.com/Balatro-U/.github/main/profile/WiiU.png" class="hero-image-img" alt="Wii U Image">
</div>
<div class="content">
<h2>This site is currently in development! So do not expect it to work perfectly. Thanks. - Rodri_</h2>
<h1>Welcome to the project Balatro-U!</h1>
<p>Experience the acclaimed roguelike deckbuilder Balatro on your Nintendo Wii U console. This community-driven port brings the addictive gameplay and strategic depth of Balatro to the Wii U platform.</p>
<h1>About the Project</h1>
<p>Balatro-U is an unofficial port that aims to deliver the full Balatro experience on the Wii U. Our team is working hard to optimize performance and ensure compatibility while maintaining the integrity of the original game.</p>
<h1>Features</h1>
<ul>
<li>Full game content ported to Wii U</li>
<li>Optimized for GamePad and Pro Controller</li>
<li>Regular updates and improvements</li>
<li>Active community support</li>
</ul>
</div>
<footer>
<div class="footer-text">
@Balatro-U | Website made by: <a href="https://rodrickhmmm.github.io" style="color:aliceblue; text-decoration: none;">Rodrick/Rodri_</a><br>
<p>(This is a fan-made project and is not officially affiliated with or endorsed by the original creators of Balatro)</p>
</div>
</footer>
</body>
</html>