2018-04-02 13:05:48 -07:00
|
|
|
<div id="loginContainer" style="display: none;">
|
2018-05-30 19:22:17 -07:00
|
|
|
<div id="loginCancelContainer" style="display: none;">
|
|
|
|
<button id="loginCancelButton">
|
|
|
|
<div id="loginCancelIcon">X</div>
|
|
|
|
<span id="loginCancelText">Cancel</span>
|
|
|
|
</button>
|
|
|
|
</div>
|
2018-01-22 16:51:14 -08:00
|
|
|
<div id="loginContent">
|
2018-04-26 15:41:26 -07:00
|
|
|
<form id="loginForm">
|
2019-03-05 21:37:31 -08:00
|
|
|
<img id="loginImageSeal" src="assets/images/SealCircle.png"/>
|
2018-05-30 08:41:04 -07:00
|
|
|
<span id="loginSubheader">MINECRAFT LOGIN</span>
|
2018-01-27 19:51:12 -08:00
|
|
|
<div class="loginFieldContainer">
|
|
|
|
<svg id="profileSVG" class="loginSVG" viewBox="40 37 65.36 61.43">
|
|
|
|
<g>
|
|
|
|
<path d="M86.77,58.12A13.79,13.79,0,1,0,73,71.91,13.79,13.79,0,0,0,86.77,58.12M97,103.67a3.41,3.41,0,0,0,3.39-3.84,27.57,27.57,0,0,0-54.61,0,3.41,3.41,0,0,0,3.39,3.84Z"/>
|
|
|
|
</g>
|
|
|
|
</svg>
|
2018-01-28 19:33:18 -08:00
|
|
|
<span class="loginErrorSpan" id="loginEmailError">* Invalid Value</span>
|
2018-05-09 19:23:37 -07:00
|
|
|
<input id="loginUsername" class="loginField" type="text" placeholder="EMAIL OR USERNAME"/>
|
2018-01-27 19:51:12 -08:00
|
|
|
</div>
|
|
|
|
<div class="loginFieldContainer">
|
|
|
|
<svg id="lockSVG" class="loginSVG" viewBox="40 32 60.36 70.43">
|
|
|
|
<g>
|
|
|
|
<path d="M86.16,54a16.38,16.38,0,1,0-32,0H44V102.7H96V54Zm-25.9-3.39a9.89,9.89,0,1,1,19.77,0A9.78,9.78,0,0,1,79.39,54H60.89A9.78,9.78,0,0,1,60.26,50.59ZM70,96.2a6.5,6.5,0,0,1-6.5-6.5,6.39,6.39,0,0,1,3.1-5.4V67h6.5V84.11a6.42,6.42,0,0,1,3.39,5.6A6.5,6.5,0,0,1,70,96.2Z"/>
|
|
|
|
</g>
|
|
|
|
</svg>
|
|
|
|
<span class="loginErrorSpan" id="loginPasswordError">* Required</span>
|
|
|
|
<input id="loginPassword" class="loginField" type="password" placeholder="PASSWORD"/>
|
|
|
|
</div>
|
2018-01-22 16:51:14 -08:00
|
|
|
<div id="loginOptions">
|
|
|
|
<span class="loginSpanDim">
|
|
|
|
<a href="https://help.mojang.com/customer/en/portal/articles/329524-change-or-forgot-password">forgot password?</a>
|
|
|
|
</span>
|
|
|
|
<label id="checkmarkContainer">
|
2018-01-28 19:33:18 -08:00
|
|
|
<input id="loginRememberOption" type="checkbox" checked>
|
2018-01-23 15:07:18 -08:00
|
|
|
<span id="loginRememberText" class="loginSpanDim">remember me?</span>
|
2018-01-22 16:51:14 -08:00
|
|
|
<span class="loginCheckmark"></span>
|
|
|
|
</label>
|
|
|
|
</div>
|
2018-01-28 19:33:18 -08:00
|
|
|
<button id="loginButton" disabled>
|
2018-01-22 23:41:46 -08:00
|
|
|
<div id="loginButtonContent">
|
|
|
|
LOGIN
|
2018-01-23 12:41:01 -08:00
|
|
|
<svg id="loginSVG" viewBox="0 0 24.87 13.97">
|
|
|
|
<defs>
|
2018-01-24 14:35:06 -08:00
|
|
|
<style>.arrowLine{fill:none;stroke:#FFF;stroke-width:2px;transition: 0.25s ease;}</style>
|
2018-01-23 12:41:01 -08:00
|
|
|
</defs>
|
2018-01-24 14:35:06 -08:00
|
|
|
<polyline class="arrowLine" points="0.71 13.26 12.56 1.41 24.16 13.02"/>
|
2018-01-23 12:41:01 -08:00
|
|
|
</svg>
|
2018-01-27 19:29:15 -08:00
|
|
|
<div class="circle-loader">
|
|
|
|
<div class="checkmark draw"></div>
|
|
|
|
</div>
|
|
|
|
<!--<div class="spinningCircle" id="loginSpinner"></div>-->
|
2018-01-22 23:41:46 -08:00
|
|
|
</div>
|
|
|
|
</button>
|
2018-01-22 16:51:14 -08:00
|
|
|
<div id="loginDisclaimer">
|
|
|
|
<span class="loginSpanDim" id="loginRegisterSpan">
|
|
|
|
<a href="https://minecraft.net/en-us/store/minecraft/">Need an Account?</a>
|
|
|
|
</span>
|
|
|
|
<p class="loginDisclaimerText">Your password is sent directly to mojang and never stored.</p>
|
2019-03-05 21:37:31 -08:00
|
|
|
<p class="loginDisclaimerText">Electron Launcher is not affiliated with Mojang AB.</p>
|
2018-01-22 16:51:14 -08:00
|
|
|
</div>
|
2018-04-07 17:41:09 -07:00
|
|
|
</form>
|
2018-01-22 16:51:14 -08:00
|
|
|
</div>
|
2018-04-25 14:06:10 -07:00
|
|
|
<script src="./assets/js/scripts/login.js"></script>
|
2018-01-22 16:51:14 -08:00
|
|
|
</div>
|