fixed softcap table; formatted index.html

This commit is contained in:
Frederik Palmø 2022-04-05 21:57:18 +02:00
parent 0b5216af19
commit a4cc8e66f3
2 changed files with 72 additions and 77 deletions

View File

@ -203,7 +203,7 @@
<tr> <tr>
<td>Strength</td> <td>Strength</td>
<td>AR</td> <td>AR</td>
<td>34 ≃ 50 (2h)<br />54 ≃ 80 (2h)<br />66 ≃ 99 (2h)<br />80</td> <td>37 ≃ 55 (2h)<br />54 ≃ 80 (2h)<br />66 ≃ 99 (2h)<br />80</td>
<td>2-handing gives you 1.5x strength.</td> <td>2-handing gives you 1.5x strength.</td>
</tr> </tr>
<tr> <tr>

View File

@ -1,21 +1,22 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<!-- metadata --> <!-- metadata -->
<meta charset="utf-8"> <meta charset="utf-8" />
<meta name="language" content="english"> <meta name="language" content="english" />
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="style/main.css"> <link rel="stylesheet" href="style/main.css" />
<!-- title and description --> <!-- title and description -->
<title>Erdtree - Elden Ring Build Planner</title> <title>Erdtree - Elden Ring Build Planner</title>
<meta name="description" content="Elden Ring build planner, armor optimizer, weapon finder and more!"> <meta name="description" content="Elden Ring build planner, armor optimizer, weapon finder and more!" />
<meta property="og:title" content="Erdtree - Elden Ring Build Planner"> <meta property="og:title" content="Erdtree - Elden Ring Build Planner" />
<meta property="og:description" <meta
content="Erdtree - Elden Ring build planner, armor optimizer, weapon finder and more!"> property="og:description"
<meta property="og:url" content="https://erdtree.palmoe.dk"> content="Erdtree - Elden Ring build planner, armor optimizer, weapon finder and more!"
/>
<meta property="og:url" content="https://erdtree.palmoe.dk" />
</head> </head>
<body> <body>
@ -35,7 +36,7 @@
<article> <article>
<a href="/class.html"> <a href="/class.html">
<h3>Class Optimizer</h3> <h3>Class Optimizer</h3>
<br> <br />
<p>Find the optimal starting class for your build.</p> <p>Find the optimal starting class for your build.</p>
</a> </a>
</article> </article>
@ -43,34 +44,26 @@
<article> <article>
<a href="/armor.html"> <a href="/armor.html">
<h3>Armor Optimizer</h3> <h3>Armor Optimizer</h3>
<br> <br />
<p>Maximize defensive stats.</p> <p>Maximize defensive stats.</p>
</a> </a>
</article> </article>
<article>
<a href="/weapons.html">
<h3>Weapon Finder</h3>
<br />
<p>Get suggestions for usable weapons.</p>
</a>
</article>
<article> <article>
<a href="/planner.html"> <a href="/planner.html">
<h3>Build Planner (in progress)</h3> <h3>Build Planner (in progress)</h3>
<br> <br />
<p>Create a new build.</p> <p>Create a new build.</p>
</a> </a>
</article> </article>
<article>
<a href="/censor.html">
<h3>Censor Checker (in progress)</h3>
<br>
<p>Detect censored names.</p>
</a>
</article>
<article>
<a href="/weapons.html">
<h3>Weapon Finder (in progress)</h3>
<br>
<p>Get suggestions for usable weapons.</p>
</a>
</article>
</div> </div>
<h3>Credits</h3> <h3>Credits</h3>
<p> <p>
@ -79,10 +72,12 @@
</main> </main>
<footer> <footer>
<h5>Erdtree Planner (<a href="https://git.palmoe.dk/vodofrede/erdtree">available under BSD-3-Clause license</a>) <h5>
Erdtree Planner (<a href="https://git.palmoe.dk/vodofrede/erdtree"
>available under BSD-3-Clause license</a
>)
</h5> </h5>
<h5>Copyright 2022 vodofrede</h5> <h5>Copyright 2022 vodofrede</h5>
</footer> </footer>
</body> </body>
</html> </html>