feat: marcusk rebranding

This commit is contained in:
Leafd 2024-10-04 15:35:54 -06:00
parent 7d0a572fad
commit 61455a03a4
No known key found for this signature in database
GPG Key ID: E3C7A5F038AFF7A6
16 changed files with 11 additions and 13 deletions

View File

@ -2855,12 +2855,10 @@ input:checked + .toggleSwitchSlider:before {
/* Logo image. */
#image_seal {
height: 70px;
height: 90px;
width: auto;
position: relative;
border: 2px solid white;
box-sizing: border-box;
border-radius: 50%;
}
/* Logo container styles. */

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 KiB

After

Width:  |  Height:  |  Size: 282 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 160 KiB

After

Width:  |  Height:  |  Size: 2.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 181 KiB

After

Width:  |  Height:  |  Size: 2.7 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 502 KiB

After

Width:  |  Height:  |  Size: 4.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

After

Width:  |  Height:  |  Size: 4.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 268 KiB

After

Width:  |  Height:  |  Size: 2.7 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 456 KiB

After

Width:  |  Height:  |  Size: 4.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 MiB

After

Width:  |  Height:  |  Size: 2.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 MiB

After

Width:  |  Height:  |  Size: 3.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 413 KiB

View File

@ -1,14 +1,14 @@
# Custom Language File for Launcher Customizer
[ejs.app]
title = "Helios Launcher"
title = "MarcusK Studio Launcher"
[ejs.landing]
mediaGitHubURL = "https://github.com/dscalzi/HeliosLauncher"
mediaGitHubURL = "https://marcusk.fun/"
mediaTwitterURL = "#"
mediaInstagramURL = "#"
mediaYouTubeURL = "#"
mediaDiscordURL = "https://discord.gg/zNWUXdt"
mediaDiscordURL = "https://discord.gg/marcusk"
[ejs.settings]
sourceGithubLink = "https://github.com/dscalZi/HeliosLauncher"

View File

@ -2,7 +2,7 @@
<div id="upper">
<div id="left">
<div id="image_seal_container">
<img id="image_seal" src="assets/images/SealCircle.png"/>
<img id="image_seal" src="assets/images/marcusLogo.png"/>
<div id="updateAvailableTooltip"><%- lang('landing.updateAvailableTooltip') %></div>
</div>
</div>

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{
"name": "helioslauncher",
"name": "marcusklauncher",
"version": "2.2.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "helioslauncher",
"name": "marcusklauncher",
"version": "2.2.1",
"license": "UNLICENSED",
"dependencies": {

View File

@ -1,13 +1,13 @@
{
"name": "helioslauncher",
"name": "marcusklauncher",
"version": "2.2.1",
"productName": "Helios Launcher",
"productName": "Marcusk Studio Launcher",
"description": "Modded Minecraft Launcher",
"author": "Daniel Scalzi (https://github.com/dscalzi/)",
"license": "UNLICENSED",
"homepage": "https://github.com/dscalzi/HeliosLauncher",
"homepage": "https://marcusk.fun/",
"bugs": {
"url": "https://github.com/dscalzi/HeliosLauncher/issues"
"url": "https://marcusk.fun/"
},
"private": true,
"main": "index.js",