mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 13:21:41 -05:00
footer
This commit is contained in:
@@ -20,67 +20,30 @@
|
||||
<div class="layer slideFromRight">
|
||||
<div class='splitGrid'>
|
||||
<div>
|
||||
Input the text you would like to be "translated"
|
||||
<textarea id='inputText' oninput='generatePhyrexianText()'></textarea>
|
||||
</div>
|
||||
<div>
|
||||
<textarea id='outputText' style='font-family: "phyrexian";'></textarea>
|
||||
Then copy the "translated" text from here
|
||||
<textarea id='outputText' style='font-family: "phyrexian";' disabled></textarea>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="layer darkLayer slideFromLeft">
|
||||
<div class="paragraph indent">
|
||||
To my understanding, the Phyrexian font and language is still not completely understood. This program will only recognize the beginning and end of sentences, but the rest of the text will be fully randomized, and is complete gibberish.
|
||||
<div>
|
||||
This is in no way a real translator. It simply detects paragraphs and sentences, then randomly converts characters to phyrexian.
|
||||
</div>
|
||||
</div>
|
||||
<div class="layer slideFromRight">
|
||||
<div class="paragraph indent">
|
||||
<div>
|
||||
All will be compleat.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script defer src="data/site/other/phyrexian/phyrexian.js"></script>
|
||||
</body>
|
||||
<footer>
|
||||
<div class='footer'>
|
||||
<div>
|
||||
<div>Theme</div>
|
||||
<hr>
|
||||
<div>
|
||||
<select id='inputColorPalette' onchange='loadScript("data/scripts/palettes/" + this.value + ".js")'>
|
||||
<option value='lightMode'>Light Mode</option>
|
||||
<option value='darkMode'>Dark Mode</option>
|
||||
<option value='dayRave'>Day Rave</option>
|
||||
<option value='nightRave'>Night Rave</option>
|
||||
<option value='scholarMode'>Scholar Mode</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div>Navigation</div>
|
||||
<hr>
|
||||
<div>
|
||||
<a href='index.html'>Card Creator</a><br>
|
||||
<a href='life.html'>Life Counter</a><br>
|
||||
<a href='askscryfall.html'>Ask Scryfall</a>
|
||||
<a href='phyrexian.html'>Phyrexian</a>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div>Legal</div>
|
||||
<hr>
|
||||
<div>
|
||||
<a href='termsofuse.html'>Terms of Use</a><br>
|
||||
<a href='disclaimer.html'>Disclaimer</a>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div>Contact</div>
|
||||
<hr>
|
||||
<div>
|
||||
<label class="truncate"><a href="https://mail.google.com/mail/u/0/?view=cm&fs=1&to=CardConjurerMTG@gmail.com&su=Card%20Conjurer&tf=1" target="_blank">CardConjurerMTG@gmail.com</a></label>
|
||||
</div>
|
||||
</div>
|
||||
<script defer src="data/scripts/animations.js"></script>
|
||||
</div>
|
||||
<footer id='footer'>
|
||||
<script async src='data/scripts/footer.js'></script>
|
||||
<script defer src="data/scripts/animations.js"></script>
|
||||
</footer>
|
||||
<html>
|
||||
|
Reference in New Issue
Block a user