Skip to content

Commit

Permalink
Merge pull request #84 from kion-dgl/83-social-previe-and-credits
Browse files Browse the repository at this point in the history
83 social previe and credits
  • Loading branch information
kion-dgl authored Oct 24, 2024
2 parents 66b8ce5 + 7f3db75 commit 0b413b4
Show file tree
Hide file tree
Showing 2 changed files with 224 additions and 7 deletions.
Binary file added docs/cover.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
231 changes: 224 additions & 7 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,60 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<!-- Primary Meta Tags -->
<title>🎤 Miku Legends 2: Vocaloid Meets MegaMan! 🎤</title>
<meta
name="title"
content="🎤 Miku Legends 2: Vocaloid Meets MegaMan! 🎤"
/>
<meta
name="description"
content="🌟 Get ready to dive into the world of MegaMan Legends 2 like never before! In this special mod, the iconic blue hero has been swapped out for the Vocaloid superstar herself—Hatsune Miku! Grab your buster (or should we say, Miku-themed buster? 😏), and explore this fan-favorite adventure in full Miku style. This isn’t just a character swap—it’s a full Miku transformation! "
/>

<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta
property="og:url"
content="https://kion-dgl.github.io/Miku-Legends-2/"
/>
<meta
property="og:title"
content="🎤 Miku Legends 2: Vocaloid Meets MegaMan! 🎤"
/>
<meta
property="og:description"
content="🌟 Get ready to dive into the world of MegaMan Legends 2 like never before! In this special mod, the iconic blue hero has been swapped out for the Vocaloid superstar herself—Hatsune Miku! Grab your buster (or should we say, Miku-themed buster? 😏), and explore this fan-favorite adventure in full Miku style. This isn’t just a character swap—it’s a full Miku transformation! "
/>
<meta
property="og:image"
content="https://kion-dgl.github.io/Miku-Legends-2/cover.jpeg"
/>

<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta
property="twitter:url"
content="https://kion-dgl.github.io/Miku-Legends-2/"
/>
<meta
property="twitter:title"
content="🎤 Miku Legends 2: Vocaloid Meets MegaMan! 🎤"
/>
<meta
property="twitter:description"
content="🌟 Get ready to dive into the world of MegaMan Legends 2 like never before! In this special mod, the iconic blue hero has been swapped out for the Vocaloid superstar herself—Hatsune Miku! Grab your buster (or should we say, Miku-themed buster? 😏), and explore this fan-favorite adventure in full Miku style. This isn’t just a character swap—it’s a full Miku transformation! "
/>
<meta
property="twitter:image"
content="https://kion-dgl.github.io/Miku-Legends-2/cover.jpeg"
/>

<!-- Meta Tags Generated with https://metatags.io -->

<title>Miku Legends 2 - Patcher</title>
<script src="https://cdn.jsdelivr.net/npm/tsparticles@2/tsparticles.bundle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/spark-md5/3.0.2/spark-md5.min.js"></script>
<!-- <script src="https://unpkg.com/[email protected]/build/three.min.js"></script>
<script src="https://unpkg.com/[email protected]/examples/js/controls/OrbitControls.js"></script>
<script
type="module"
src="https://cdn.jsdelivr.net/npm/[email protected]/examples/jsm/loaders/GLTFLoader.js"
></script> -->

<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/full.min.css"
Expand All @@ -32,12 +77,184 @@
</head>
<body class="flex flex-col min-h-screen" id="particles-js">
<!-- START NAVBAR -->
<nav class="navbar bg-base-100 relative z-10 shadow-lg">
<nav class="navbar bg-base-100 relative z-40 shadow-lg">
<div class="flex-1">
<a class="btn btn-ghost text-xl">Miku Legends 2</a>
</div>

<div class="navbar-end">
<div class="dropdown dropdown-end">
<div tabindex="0" role="button" class="btn btn-ghost">
Credits
</div>
<div
tabindex="0"
class="dropdown-content menu bg-base-100 rounded-box z-[1] mt-3 p-4 shadow w-[800px]"
>
<!-- Special Thanks Section -->
<div
class="menu-title flex items-center gap-2 text-primary mb-2"
>
<span class="text-lg">💖</span>
<span>Special Thanks to Our Contributors</span>
</div>
<ul class="pl-6 mb-4 space-y-1">
<li>Kion - Project Lead + Reverse Engineer</li>
<li>Xinus22 - Miku Model</li>
<li>suitNtie22 - Special Weapon Models</li>
<li>SumiGummy - Title Screen Logo</li>
<li>limitiv - Apron Miku Mesh Assistance</li>
</ul>

<!-- Patreons Section -->
<div
class="menu-title flex items-center gap-2 text-secondary mb-2"
>
<span class="text-lg"></span>
<span>Shoutout to Our Amazing Patreons</span>
</div>
<ul class="pl-6 mb-4 space-y-1">
<li>GMP</li>
<li>Dirtboy</li>
<li>M Pina</li>
<li>Biorang</li>
<li>Logan Malcome</li>
<li>Zerokoneko</li>
</ul>

<!-- Paintings Section -->
<div
class="menu-title flex items-center gap-2 text-accent mb-2"
>
<span class="text-lg">🎨</span>
<span>Credits for Updated Paintings</span>
</div>

<!-- Three Column Layout for Paintings -->
<div class="grid grid-cols-3 gap-4 pl-6">
<!-- Column 1 -->
<div class="space-y-4">
<div>
<h4 class="font-bold">Flutter</h4>
<ul class="pl-4 space-y-2">
<li class="space-y-1">
<div class="font-semibold">
MegaMan's Room
</div>
<div class="text-sm opacity-75">
Thank you GMP!!
</div>
<div class="text-sm">
Subject: Projekt Melody
</div>
<div class="text-sm">
Art By: Keira_karton
</div>
</li>
<li class="space-y-1">
<div class="font-semibold">
Roll's Room
</div>
<div class="text-sm opacity-75">
Thank you Dirtboy
</div>
<div class="text-sm">
Subject: Otter
</div>
<div class="text-sm">
Photo By: Cuon--Alpinus
</div>
</li>
</ul>
</div>
</div>

<!-- Column 2 -->
<div class="space-y-4">
<div>
<h4 class="font-bold">Yosyonke</h4>
<ul class="pl-4 space-y-2">
<li class="space-y-1">
<div class="font-semibold">
Junk Shop
</div>
<div class="text-sm">
Subject: Xinus' OC
</div>
<div class="text-sm">
Art By: Xinus22
</div>
</li>
<li class="space-y-1">
<div class="font-semibold">
Comic Shop
</div>
<div class="text-sm">
Subject: Lunax Lux
</div>
<div class="text-sm">
Art By: CosmicNobab Games
</div>
</li>
<li class="space-y-1">
<div class="font-semibold">Bar</div>
<div class="text-sm">
Subject: SumiGumi + va11halla
</div>
<div class="text-sm">
Art By: Sumigumi
</div>
</li>
</ul>
</div>
</div>

<!-- Column 3 -->
<div class="space-y-4">
<div>
<h4 class="font-bold">Nino</h4>
<ul class="pl-4 space-y-2">
<li class="space-y-1">
<div class="font-semibold">
Gift Shop
</div>
<div class="text-sm">
Subject: Trege's OC
</div>
<div class="text-sm">
Art By: Trege
</div>
</li>
<li class="space-y-1">
<div class="font-semibold">
Digout
</div>
<div class="text-sm">
Subject: Ribby
</div>
<div class="text-sm">
Art by: Ribby
</div>
</li>
<li class="space-y-1">
<div class="font-semibold">
Dugout (2)
</div>
<div class="text-sm">
Subject: Suitntie
</div>
<div class="text-sm">
Art By: Suitntie
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>

<!-- Github Link -->
<a
class="btn btn-ghost btn-circle"
href="https://github.com/kion-dgl/Miku-Legends-2"
Expand Down

0 comments on commit 0b413b4

Please sign in to comment.