[Website] Reword some stuff related to the site

This commit is contained in:
M&M 2021-04-24 22:15:23 -07:00
parent d9a7588ff4
commit e1a3058551
3 changed files with 14 additions and 6 deletions

View File

@ -1,5 +1,5 @@
title: Cemu Graphic Packs title: Cemu Graphic Packs
description: Official website of the Community Graphic Packs for Cemu, used to upscale and change your Wii U games. description: Official website of the Community Graphic Packs for Cemu, used to upscale and/or change your favorite Wii U games.
url: https://ActualMandM.github.io/cemu_graphic_packs/ url: https://ActualMandM.github.io/cemu_graphic_packs/
repository: ActualMandM/cemu_graphic_packs repository: ActualMandM/cemu_graphic_packs

View File

@ -24,6 +24,7 @@ const altNames = {
"tphd": "The Legend of Zelda: Twilight Princess HD", "tphd": "The Legend of Zelda: Twilight Princess HD",
"wwhd": "The Legend of Zelda: The Wind Waker HD", "wwhd": "The Legend of Zelda: The Wind Waker HD",
// easter eggs // easter eggs
"zemu": "The Legend of Zelda: Breath of the Wild",
"breath of the dicknut": "The Legend of Zelda: Breath of the Wild", "breath of the dicknut": "The Legend of Zelda: Breath of the Wild",
"f-zero": "FAST Racing NEO", "f-zero": "FAST Racing NEO",
"m&m": "Sonic", "m&m": "Sonic",
@ -53,10 +54,17 @@ async function searchSupportedGames(searchString) {
let resultsHintSearch = []; let resultsHintSearch = [];
if (Object.keys(altNames).includes(searchString.toLowerCase())) searchString = altNames[searchString.toLowerCase()]; if (Object.keys(altNames).includes(searchString.toLowerCase())) searchString = altNames[searchString.toLowerCase()];
if (searchString.toLowerCase() == "digital foundry") { switch (searchString.toLowerCase()) {
document.title = "Home - CEMU Hacks"; case "digital foundry":
document.getElementsByClassName("display-4")[0].innerText="CEMU Hacks"; document.title = "Home - CEMU Hacks";
document.getElementsByClassName("lead")[0].innerText = "Get your online CEMU hax here!!"; document.getElementsByClassName("navbar-brand")[0].innerText="CEMU Hacks";
document.getElementsByClassName("display-4")[0].innerText="CEMU Hacks";
document.getElementsByClassName("lead")[0].innerText = "Get your online CEMU hax here!!";
case "ign":
// IGN based for calling it community built presets & plugins instead of hacks
document.title = "Home - Cemu Plugins";
document.getElementsByClassName("navbar-brand")[0].innerText="Cemu Plugins";
document.getElementsByClassName("display-4")[0].innerText="Cemu Plugins";
} }
if (searchString != "*") resultsHintSearch = supportedGamesSearchSet.get(searchString); if (searchString != "*") resultsHintSearch = supportedGamesSearchSet.get(searchString);
else { else {

View File

@ -8,7 +8,7 @@ layout: page
<div class="jumbotron pt-4 pb-4" style="background-color: #127282;"> <div class="jumbotron pt-4 pb-4" style="background-color: #127282;">
<h3>Downloads</h3> <h3>Downloads</h3>
<div><strong>Automatic installation instructions (recommended)</strong></div> <div><strong>Automatic installation instructions (recommended)</strong></div>
<div>Use Cemu's built-in graphic packs downloader (a new feature added in Cemu 1.15.1) to automatically retrieve the newest graphic packs from our repository.</div> <div>Use Cemu's built-in graphic packs downloader (a feature added in Cemu 1.15.1) to automatically retrieve the newest graphic packs from our repository.</div>
<div><strong>Manual installation instructions</strong></div> <div><strong>Manual installation instructions</strong></div>
<div class="mb-3">Remove all of your graphic packs first, then move all of the folders from a downloaded .zip below to the <kbd>graphicPacks</kbd> folder from your Cemu folder.</div> <div class="mb-3">Remove all of your graphic packs first, then move all of the folders from a downloaded .zip below to the <kbd>graphicPacks</kbd> folder from your Cemu folder.</div>
<p class="pt-2 mb-1"><strong>Select the download for your Cemu version</strong></p> <p class="pt-2 mb-1"><strong>Select the download for your Cemu version</strong></p>