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. */ /* Logo image. */
#image_seal { #image_seal {
height: 70px; height: 90px;
width: auto; width: auto;
position: relative; position: relative;
border: 2px solid white;
box-sizing: border-box; box-sizing: border-box;
border-radius: 50%;
} }
/* Logo container styles. */ /* 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 # Custom Language File for Launcher Customizer
[ejs.app] [ejs.app]
title = "Helios Launcher" title = "MarcusK Studio Launcher"
[ejs.landing] [ejs.landing]
mediaGitHubURL = "https://github.com/dscalzi/HeliosLauncher" mediaGitHubURL = "https://marcusk.fun/"
mediaTwitterURL = "#" mediaTwitterURL = "#"
mediaInstagramURL = "#" mediaInstagramURL = "#"
mediaYouTubeURL = "#" mediaYouTubeURL = "#"
mediaDiscordURL = "https://discord.gg/zNWUXdt" mediaDiscordURL = "https://discord.gg/marcusk"
[ejs.settings] [ejs.settings]
sourceGithubLink = "https://github.com/dscalZi/HeliosLauncher" sourceGithubLink = "https://github.com/dscalZi/HeliosLauncher"

View File

@ -2,7 +2,7 @@
<div id="upper"> <div id="upper">
<div id="left"> <div id="left">
<div id="image_seal_container"> <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 id="updateAvailableTooltip"><%- lang('landing.updateAvailableTooltip') %></div>
</div> </div>
</div> </div>

4
package-lock.json generated
View File

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

View File

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