This reverts commit 6c7196ad2cf86e0289cc8ca9e3d4f1ea3ad0dd9a, reversing changes made to 3d3055560f06ad47d6c5d3663254852cce1bb9fb.
25 lines
1.5 KiB
Plaintext
25 lines
1.5 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 WESTEROSCRAFT</span>
|
||
<span id="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 aren’t afraid, beyond the Wall itself, but best not delay. As the words of House Stark ominously warn: Winter is Coming.</span>
|
||
<br>
|
||
<span id="welcomeDescCTA">You are just a few clicks away from Westeros.</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> |