Launcher/app/welcome.ejs
Peter 48d160dd9b Vicarious Network Launch
Initial Updates.
2021-07-07 23:17:39 +01:00

25 lines
1.3 KiB
Plaintext

<div id="welcomeContainer" style="display: none;">
<!--<div class="cloudDiv">
<div class="cloudTop"></div>
<div class="cloudBottom"></div>
</div>-->
<div id="welcomeContent">
<img id="welcomeImageSeal" src="assets/images/SealCircle.png"/>
<span id="welcomeHeader">WELCOME TO Vicarious Network</span>
<span id="welcomeDescription">Our Mission at Vicarious Network is to make modpacks, grow our community, and make a safe space for anyone - no matter how you express yourself, We are proud to be LGBTQ+ Supporters🌈🌈🌈🌈</span>
<br>
<span id="welcomeDescCTA">You are just a few clicks away from the Vicarious Network Modpack Vault.</span>
<button id="welcomeButton">
<div id="welcomeButtonContent">
CONTINUE
<svg id="welcomeSVG" viewBox="0 0 24.87 13.97">
<defs>
<style>.arrowLine{fill:none;stroke:#FFF;stroke-width:2px;transition: 0.25s ease;}</style>
</defs>
<polyline class="arrowLine" points="0.71 13.26 12.56 1.41 24.16 13.02"/>
</svg>
</div>
</button>
</div>
<script src="./assets/js/scripts/welcome.js"></script>
</div>