changed look to make links look like links

This commit is contained in:
Frederik Palmø 2022-04-12 13:55:44 +02:00
parent e6817a1d55
commit 4b312c8708
6 changed files with 49 additions and 44 deletions

View File

@ -217,11 +217,11 @@
</div> </div>
</main> </main>
<footer> <footer>
<h4> <h5>
Erdtree Planner (<a Erdtree Planner (<a
href="https://git.palmoe.dk/vodofrede/erdtree">available under href="https://git.palmoe.dk/vodofrede/erdtree">available under
BSD-3-Clause license</a>) BSD-3-Clause license</a>)
</h4> </h5>
<h5>Copyright 2022 vodofrede</h5> <h5>Copyright 2022 vodofrede</h5>
</footer> </footer>
</body> </body>

View File

@ -294,11 +294,11 @@
</div> </div>
</main> </main>
<footer> <footer>
<h4> <h5>
Erdtree Planner (<a Erdtree Planner (<a
href="https://git.palmoe.dk/vodofrede/erdtree">available under href="https://git.palmoe.dk/vodofrede/erdtree">available under
BSD-3-Clause license</a>) BSD-3-Clause license</a>)
</h4> </h5>
<h5>Copyright 2022 vodofrede</h5> <h5>Copyright 2022 vodofrede</h5>
</footer> </footer>
</body> </body>

View File

@ -34,29 +34,33 @@
<a href="/class.html"> <a href="/class.html">
<article> <article>
<h2>Class Optimizer</h2> <h2>Class Optimizer</h2>
<br /> <span>
<p>Find the optimal starting class for your build.</p> <p>Find the optimal starting class for your build.</p>
</span>
</article> </article>
</a> </a>
<a href="/armor.html"> <a href="/armor.html">
<article> <article>
<h2>Armor Optimizer</h2> <h2>Armor Optimizer</h2>
<br /> <span>
<p>Maximize defensive stats.</p> <p>Maximize defensive stats.</p>
</span>
</article> </article>
</a> </a>
<a href="/weapon.html"> <a href="/weapon.html">
<article> <article>
<h2>Weapon Finder</h2> <h2>Weapon Finder</h2>
<br /> <span>
<p>Get suggestions for usable weapons.</p> <p>Get suggestions for usable weapons.</p>
</span>
</article> </article>
</a> </a>
<a href="/planner.html"> <a href="/planner.html">
<article> <article>
<h2>Build Planner (in progress)</h2> <h2>Build Planner (in progress)</h2>
<br /> <span>
<p>Create a new build.</p> <p>Create a new build.</p>
</span>
</article> </article>
</a> </a>
</div> </div>
@ -67,11 +71,11 @@
</p> </p>
</main> </main>
<footer> <footer>
<h4> <h5>
Erdtree Planner (<a Erdtree Planner (<a
href="https://git.palmoe.dk/vodofrede/erdtree">available under href="https://git.palmoe.dk/vodofrede/erdtree">available under
BSD-3-Clause license</a>) BSD-3-Clause license</a>)
</h4> </h5>
<h5>Copyright 2022 vodofrede</h5> <h5>Copyright 2022 vodofrede</h5>
</footer> </footer>
</body> </body>

View File

@ -271,11 +271,11 @@
</div> </div>
</main> </main>
<footer> <footer>
<h4> <h5>
Erdtree Planner (<a Erdtree Planner (<a
href="https://git.palmoe.dk/vodofrede/erdtree">available under href="https://git.palmoe.dk/vodofrede/erdtree">available under
BSD-3-Clause license</a>) BSD-3-Clause license</a>)
</h4> </h5>
<h5>Copyright 2022 vodofrede</h5> <h5>Copyright 2022 vodofrede</h5>
</footer> </footer>
</body> </body>

View File

@ -158,7 +158,7 @@ p {
/* links */ /* links */
a { a {
text-decoration: none; /* text-decoration: none; */
color: var(--link-color); color: var(--link-color);
} }
a:hover { a:hover {
@ -262,6 +262,9 @@ select option {
} }
.cards article { .cards article {
display: flex;
flex-flow: column nowrap;
text-align: center; text-align: center;
flex-basis: 40%; flex-basis: 40%;

View File

@ -9,10 +9,10 @@
<link rel="stylesheet" href="style/main.css" /> <link rel="stylesheet" href="style/main.css" />
<!-- title and description --> <!-- title and description -->
<title>Weapon Finder - Erdtree</title> <title>Weapon Finder - Erdtree</title>
<link rel="icon" type="image/x-icon " href="/resource/favicon.ico"> <link rel="icon" type="image/x-icon " href="/resource/favicon.ico" />
<meta name="description" <meta name="description"
content="Weapon Finder/Optimizer for Elden Ring - Search by weapon category, infusion and current stats" /> content="Weapon Finder/Optimizer for Elden Ring - Search by weapon category, infusion and current stats" />
<meta name="author" content="vodofrede"> <meta name="author" content="vodofrede" />
<meta property="og:title" content="Weapon Finder - Erdtree" /> <meta property="og:title" content="Weapon Finder - Erdtree" />
<meta property="og:description" <meta property="og:description"
content="Weapon Finder/Optimizer for Elden Ring - Search by weapon category, infusion and current stats" /> content="Weapon Finder/Optimizer for Elden Ring - Search by weapon category, infusion and current stats" />
@ -37,9 +37,8 @@
<article style="flex-basis: 15%"> <article style="flex-basis: 15%">
<div> <div>
<b>Parameters</b> <b>Parameters</b>
<button onclick="resetAll()" style="margin-bottom: 0px"> <button onclick="resetAll()"
Reset All style="margin-bottom: 0px">Reset All</button>
</button>
</div> </div>
<hr /> <hr />
<div> <div>
@ -97,12 +96,12 @@
<label for="buffable">Buffable Only</label> <label for="buffable">Buffable Only</label>
</span> </span>
</div> </div>
<hr> <hr />
<b>Handedness</b> <b>Handedness</b>
<div> <div>
<span> <span>
<input type="radio" id="2h-never" name="handedness" <input type="radio" id="2h-never" name="handedness"
onchange="update()" checked> onchange="update()" checked />
<label for="2h-never">One-handing</label> <label for="2h-never">One-handing</label>
</span> </span>
</div> </div>
@ -110,8 +109,7 @@
<span> <span>
<input type="radio" id="2h-sometimes" name="handedness" <input type="radio" id="2h-sometimes" name="handedness"
onchange="update()" /> onchange="update()" />
<label for="2h-sometimes">Usable <label for="2h-sometimes">Usable One-handed</label>
One-handed</label>
</span> </span>
</div> </div>
<div> <div>
@ -679,42 +677,42 @@
<div> <div>
<h2 style="text-align: center">Notes</h2> <h2 style="text-align: center">Notes</h2>
<p>Click the headers in the table to sort the table based that <p>Click the headers in the table to sort the table based that
column. column.</p>
</p> <p>You can choose between three modes of handedness:</p>
<p>
You can choose between three modes of handedness:
<ol> <ol>
<li>One-handed: Calculates damage and requirements based on <li>One-handed: Calculates damage and requirements based on
one-handed use</li> one-handed use</li>
<li> <li>
Usable one-handed: Calculates damage based on two-handed Usable one-handed: Calculates damage based on two-handed
use, but accounts for weapon being usable one-handed as use, but accounts for weapon being
well usable one-handed as well
</li> </li>
<li>Two-handed: Self-explanatory</li> <li>Two-handed: Self-explanatory</li>
</ol> </ol>
<p>
This calculator currently doesn't take auxiliary damage procs
(cold, bleed, scarlet rot and poison)
into account. Therefore, it won't be very useful for finding
weapons to use in a bleed build.
</p> </p>
<p>This calculator currently doesn't take auxiliary damage procs <p>
(cold, Catalysts (sacred seals and glintstone staffs) will show their
bleed, scarlet rot and poison) into account. Therefore, it won't <em>attack rating</em>, not their
be very useful for finding weapons to use in a bleed build. <em>spell scaling</em>.
</p> </p>
<p>Catalysts (sacred seals and glintstone staffs) will show their <p>
<em>attack rating</em>, not their <em>spell scaling</em>. The same holds true for shields, which are also sorted based on
</p> <em>attack rating</em>
<p>The same holds true for shields, which are also sorted based on
<em>attack
rating</em>
</p> </p>
</div> </div>
</main> </main>
<footer> <footer>
<h4> <h5>
Erdtree Planner ( Erdtree Planner (
<a href="https://git.palmoe.dk/vodofrede/erdtree">available under <a href="https://git.palmoe.dk/vodofrede/erdtree">available under
BSD-3-Clause license</a> BSD-3-Clause license</a>
) )
</h4> </h5>
<h5>Copyright 2022 vodofrede</h5> <h5>Copyright 2022 vodofrede</h5>
</footer> </footer>
</body> </body>