aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html27
1 files changed, 14 insertions, 13 deletions
diff --git a/index.html b/index.html
index a9b416b..1088334 100644
--- a/index.html
+++ b/index.html
@@ -18,17 +18,26 @@
<blockquote class="blockquote">
<p class="quote">Saw that sweet sweet item that got listed accidentally for 400 Gil, while it should be 400,000 Gil and wondered if you buy it and sell it again, how much profit you would make? You know you pay tax both ways, but how much will you end up with?</p>
</blockquote>
+ <div>
+ <p class="tooltip credit-text">
+ <span class="spl">1.</span> All graphics and icons used in this website are licensed under the <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">Creative Commons Attribution-NonCommercial 4.0 International License</a>.
+ <br>
+ <span class="spl">2.</span> This project is not affiliated with Square Enix Co., Ltd. or any of its subsidiaries. The Final Fantasy XIV logo is a trademark of Square Enix Co., Ltd.
+ <br>
+ <span class="spl">3.</span> This project is licensed under the <a href="https://opensource.org/license/mit/" target="_blank">MIT License</a>. The source code can be found on <a href="https://github.com/luciferreeves/ffxivmfp" target="_blank">GitHub</a>.
+ </p>
+ </div>
</div>
<div class="calculator">
<form id="calculate">
<div class="form-block">
- <label for="buyprice">Listed Price</label>
- <input type="text" name="buyprice" id="buyprice" class="afnum" placeholder="Buying Price (Gil)" required autocomplete="off">
+ <label for="buyprice">Buying Price</label>
+ <input type="text" name="buyprice" id="buyprice" class="afnum" placeholder="Market Place Listed Price" required autocomplete="off">
<img class="gillogo" src="static/images/gil.webp" alt="Gil Logo">
</div>
<div class="form-block">
- <label for="sellprice">Listing Price</label>
- <input type="text" name="sellprice" id="sellprice" class="afnum" placeholder="Selling Price (Gil)" required autocomplete="off">
+ <label for="sellprice">Selling Price</label>
+ <input type="text" name="sellprice" id="sellprice" class="afnum" placeholder="Price You're Listing For" required autocomplete="off">
<img class="gillogo" src="static/images/gil.webp" alt="Gil Logo">
</div>
<div class="form-block">
@@ -45,15 +54,7 @@
</div>
<div id="result"></div>
</form>
- <div class="mt-2">
- <p class="tooltip credit-text">
- <span class="spl">1.</span> All graphics and icons used in this website are licensed under the <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">Creative Commons Attribution-NonCommercial 4.0 International License</a>.
- <br>
- <span class="spl">2.</span> This project is not affiliated with Square Enix Co., Ltd. or any of its subsidiaries. The Final Fantasy XIV logo is a trademark of Square Enix Co., Ltd.
- <br>
- <span class="spl">3.</span> This project is licensed under the <a href="https://opensource.org/license/mit/" target="_blank">MIT License</a>. The source code can be found on <a href="https://github.com/luciferreeves/ffxivmfp" target="_blank">GitHub</a>.
- </p>
- </div>
+
</div>
</div>
</div>