mirror of
https://github.com/izzy2lost/izzy2lost.com.git
synced 2026-06-19 01:16:11 -07:00
added ghostship app
This commit is contained in:
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 116 KiB |
@@ -0,0 +1,46 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Ghostship · izzy2lost</title>
|
||||
<meta name="description" content="Ghostship is a Super Mario 64 project from Harbour Masters, adapted for Android by izzy2lost.">
|
||||
<link rel="icon" type="image/png" href="assets/logo.png">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body class="crt-off">
|
||||
<canvas id="starfield"></canvas>
|
||||
|
||||
<div class="crt-toggle">
|
||||
<label>
|
||||
<input type="checkbox" id="crtSwitch">
|
||||
<span></span>
|
||||
<span>CRT Mode</span>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<header class="navbar">
|
||||
<a href="index.html" class="back">❮ Back</a>
|
||||
</header>
|
||||
|
||||
<main class="project-page">
|
||||
<img src="assets/ghostship.svg" class="project-icon-large" alt="Ghostship icon">
|
||||
<h1>Ghostship</h1>
|
||||
<p>Harbour Masters' Super Mario 64 recompilation project, adapted for Android.</p>
|
||||
|
||||
<div class="project-links">
|
||||
<a href="https://github.com/izzy2lost/Ghostship" target="_blank" rel="noopener noreferrer" class="btn-badge github-logo">
|
||||
<img src="assets/GitHub_Lockup_Light.svg" alt="View on GitHub">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<section class="release-section">
|
||||
<h2>About</h2>
|
||||
<p>Ghostship is a modern way to play Super Mario 64 with native performance, quality-of-life upgrades, and mod support while keeping compatibility with your own legally obtained game files.</p>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<script src="script.js"></script>
|
||||
<script src="starfield.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -92,6 +92,13 @@
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<a href="ghostship.html" class="project-card">
|
||||
<div class="card-inner">
|
||||
<img src="assets/ghostship.svg" class="project-icon" alt="Ghostship">
|
||||
<h3>Ghostship</h3>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<a href="starship.html" class="project-card">
|
||||
<div class="card-inner">
|
||||
<img src="assets/starship.svg" class="project-icon">
|
||||
|
||||
Reference in New Issue
Block a user