feat: complete marcusk rebranding

This commit is contained in:
Leafd 2024-10-06 20:35:00 -06:00
parent 61455a03a4
commit 8fcc41b9a4
No known key found for this signature in database
GPG Key ID: E3C7A5F038AFF7A6
9 changed files with 55 additions and 13 deletions

View File

@ -39,10 +39,7 @@
<%- include('overlay') %>
<div id="loadingContainer">
<div id="loadingContent">
<div id="loadSpinnerContainer">
<img id="loadCenterImage" src="assets/images/LoadingSeal.png">
<img id="loadSpinnerImage" class="rotating" src="assets/images/LoadingText.png">
</div>
<div class="loader"></div>
</div>
</div>
</body>

View File

@ -747,6 +747,51 @@ body, button {
}
}
/* HTML: <div class="loader"></div> */
.loader{
width: 40px;
aspect-ratio: 1;
--c:no-repeat linear-gradient(#ffffff 0 0);
background:
var(--c) 0 0,
var(--c) 0 100%,
var(--c) 50% 0,
var(--c) 50% 100%,
var(--c) 100% 0,
var(--c) 100% 100%;
background-size: 8px 50%;
animation: l7-0 1s infinite;
position: relative;
overflow: hidden;
}
.loader:before {
content: "";
position: absolute;
width: 8px;
height: 8px;
border-radius: 50%;
background: #f46d40;
top: calc(50% - 4px);
left: -8px;
animation: inherit;
animation-name: l7-1;
}
@keyframes l7-0 {
16.67% {background-size:8px 30%, 8px 30%, 8px 50%, 8px 50%, 8px 50%, 8px 50%}
33.33% {background-size:8px 30%, 8px 30%, 8px 30%, 8px 30%, 8px 50%, 8px 50%}
50% {background-size:8px 30%, 8px 30%, 8px 30%, 8px 30%, 8px 30%, 8px 30%}
66.67% {background-size:8px 50%, 8px 50%, 8px 30%, 8px 30%, 8px 30%, 8px 30%}
83.33% {background-size:8px 50%, 8px 50%, 8px 50%, 8px 50%, 8px 30%, 8px 30%}
}
@keyframes l7-1 {
20% {left:0px}
40% {left:calc(50% - 4px)}
60% {left:calc(100% - 8px)}
80%,
100% {left:100%}
}
/*.spinningCircle {
@ -2855,7 +2900,7 @@ input:checked + .toggleSwitchSlider:before {
/* Logo image. */
#image_seal {
height: 90px;
height: 60px;
width: auto;
position: relative;
box-sizing: border-box;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 244 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 124 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 413 KiB

After

Width:  |  Height:  |  Size: 247 KiB

View File

@ -7,7 +7,7 @@ const logger = LoggerUtil.getLogger('ConfigManager')
const sysRoot = process.env.APPDATA || (process.platform == 'darwin' ? process.env.HOME + '/Library/Application Support' : process.env.HOME)
const dataPath = path.join(sysRoot, '.helioslauncher')
const dataPath = path.join(sysRoot, '.marcusklauncher')
const launcherDir = require('@electron/remote').app.getPath('userData')

View File

@ -11,10 +11,10 @@ mediaYouTubeURL = "#"
mediaDiscordURL = "https://discord.gg/marcusk"
[ejs.settings]
sourceGithubLink = "https://github.com/dscalZi/HeliosLauncher"
supportLink = "https://github.com/dscalZi/HeliosLauncher/issues"
sourceGithubLink = "https://github.com/LeafdTK/Launcher"
supportLink = "https://github.com/LeafdTK/Launcher/issues"
[ejs.welcome]
welcomeHeader = "WELCOME TO WESTEROSCRAFT"
welcomeDescription = "Our mission is to recreate the universe imagined by author George RR Martin in his fantasy series, A Song of Ice and Fire. Through the collaborative effort of thousands of community members, we have sought to create Westeros as accurately and precisely as possible within Minecraft. The world we are creating is yours to explore. Journey from Dorne to Castle Black, and if you arent afraid, beyond the Wall itself, but best not delay. As the words of House Stark ominously warn: Winter is Coming."
welcomeDescCTA = "You are just a few clicks away from Westeros."
welcomeHeader = "WELCOME TO MARCUSK EVENTS"
welcomeDescription = "The Goal Is Simple To Provide You With The Highest Quality Minecraft Videos And Events In The World!"
welcomeDescCTA = "You are just a few clicks away from the best event."

View File

@ -331,7 +331,7 @@
<div id="settingsAboutButtons">
<a href="<%- lang('settings.sourceGithubLink') %>" id="settingsAboutSourceButton" class="settingsAboutButton"><%- lang('settings.sourceGithub') %></a>
<!-- The following must be included in third-party usage. -->
<!-- <a href="https://github.com/dscalzi/HeliosLauncher" id="settingsAboutSourceButton" class="settingsAboutButton">Original Source</a> -->
<a href="https://github.com/dscalzi/HeliosLauncher" id="settingsAboutSourceButton" class="settingsAboutButton">Original Source</a>
<a href="<%- lang('settings.supportLink') %>" id="settingsAboutSupportButton" class="settingsAboutButton"><%- lang('settings.support') %></a>
<a href="#" id="settingsAboutDevToolsButton" class="settingsAboutButton"><%- lang('settings.devToolsConsole') %></a>
</div>

View File

@ -4,7 +4,7 @@
<div class="cloudBottom"></div>
</div>-->
<div id="welcomeContent">
<img id="welcomeImageSeal" src="assets/images/SealCircle.png"/>
<img id="welcomeImageSeal" src="assets/images/marcusLogo.png"/>
<span id="welcomeHeader"><%- lang('welcome.welcomeHeader') %></span>
<span id="welcomeDescription"><%- lang('welcome.welcomeDescription') %></span>
<br>