space between social links
This commit is contained in:
parent
5f3b0d6a91
commit
1836c04310
4 changed files with 20 additions and 12 deletions
|
|
@ -37,13 +37,13 @@
|
||||||
<h1 id="h1-title">Hollow Knight: Analyze Save Completion</h1>
|
<h1 id="h1-title">Hollow Knight: Analyze Save Completion</h1>
|
||||||
|
|
||||||
<p class="smalltext">
|
<p class="smalltext">
|
||||||
<a href="https://www.paypal.me/ReznoRMichael" target="_blank"><i class="simpleicon-paypal"></i>Support Tool (PayPal)</a>
|
<a class="link-social" href="https://www.paypal.me/ReznoRMichael" target="_blank"><i class="simpleicon-paypal"></i>Support Tool (PayPal)</a>
|
||||||
<br>
|
<br>
|
||||||
<a href="https://steamcommunity.com/sharedfiles/filedetails/?id=2209910193" target="_blank"><i class="simpleicon-steam"></i>Official Steam Guide</a>
|
<a class="link-social" href="https://steamcommunity.com/sharedfiles/filedetails/?id=2209910193" target="_blank"><i class="simpleicon-steam"></i>Official Steam Guide</a>
|
||||||
<a href="https://www.instagram.com/reznormichael/" target="_blank"><i class="simpleicon-instagram"></i>Instagram</a>
|
<a class="link-social" href="https://www.instagram.com/reznormichael/" target="_blank"><i class="simpleicon-instagram"></i>Instagram</a>
|
||||||
<a href="https://www.youtube.com/c/MichaelReznoR" target="_blank"><i class="simpleicon-youtube"></i>Youtube</a>
|
<a class="link-social" href="https://www.youtube.com/c/MichaelReznoR" target="_blank"><i class="simpleicon-youtube"></i>Youtube</a>
|
||||||
<a href="https://twitter.com/intent/follow?screen_name=ReznoRMichael" target="_blank"><i class="simpleicon-twitter"></i>Twitter</a>
|
<a class="link-social" href="https://twitter.com/intent/follow?screen_name=ReznoRMichael" target="_blank"><i class="simpleicon-twitter"></i>Twitter</a>
|
||||||
<a href="https://github.com/ReznoRMichael/hollow-knight-completion-check" target="_blank"><i class="simpleicon-github"></i>Source</a>
|
<a class="link-social" href="https://github.com/ReznoRMichael/hollow-knight-completion-check" target="_blank"><i class="simpleicon-github"></i>Source</a>
|
||||||
<br>
|
<br>
|
||||||
<!-- <a href="https://pastebin.com/raw/shfZ4Vqs" target="_blank">[ Decoded 5% Save Example ]</a><br> -->
|
<!-- <a href="https://pastebin.com/raw/shfZ4Vqs" target="_blank">[ Decoded 5% Save Example ]</a><br> -->
|
||||||
<code>%USERPROFILE%\AppData\LocalLow\Team Cherry\Hollow Knight\</code>
|
<code>%USERPROFILE%\AppData\LocalLow\Team Cherry\Hollow Knight\</code>
|
||||||
|
|
|
||||||
|
|
@ -390,6 +390,10 @@ a:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.link-social {
|
||||||
|
margin: 0.25rem;
|
||||||
|
}
|
||||||
|
|
||||||
.icon-cancel {
|
.icon-cancel {
|
||||||
color: #f03a17;
|
color: #f03a17;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -280,6 +280,10 @@ a:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.link-social {
|
||||||
|
margin: 0.25rem;
|
||||||
|
}
|
||||||
|
|
||||||
.icon-cancel {
|
.icon-cancel {
|
||||||
color: #f03a17;
|
color: #f03a17;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -37,13 +37,13 @@
|
||||||
<h1 id="h1-title">Hollow Knight: Analyze Save Completion</h1>
|
<h1 id="h1-title">Hollow Knight: Analyze Save Completion</h1>
|
||||||
|
|
||||||
<p class="smalltext">
|
<p class="smalltext">
|
||||||
<a href="https://www.paypal.me/ReznoRMichael" target="_blank"><i class="simpleicon-paypal"></i>Support Tool (PayPal)</a>
|
<a class="link-social" href="https://www.paypal.me/ReznoRMichael" target="_blank"><i class="simpleicon-paypal"></i>Support Tool (PayPal)</a>
|
||||||
<br>
|
<br>
|
||||||
<a href="https://steamcommunity.com/sharedfiles/filedetails/?id=2209910193" target="_blank"><i class="simpleicon-steam"></i>Official Steam Guide</a>
|
<a class="link-social" href="https://steamcommunity.com/sharedfiles/filedetails/?id=2209910193" target="_blank"><i class="simpleicon-steam"></i>Official Steam Guide</a>
|
||||||
<a href="https://www.instagram.com/reznormichael/" target="_blank"><i class="simpleicon-instagram"></i>Instagram</a>
|
<a class="link-social" href="https://www.instagram.com/reznormichael/" target="_blank"><i class="simpleicon-instagram"></i>Instagram</a>
|
||||||
<a href="https://www.youtube.com/c/MichaelReznoR" target="_blank"><i class="simpleicon-youtube"></i>Youtube</a>
|
<a class="link-social" href="https://www.youtube.com/c/MichaelReznoR" target="_blank"><i class="simpleicon-youtube"></i>Youtube</a>
|
||||||
<a href="https://twitter.com/intent/follow?screen_name=ReznoRMichael" target="_blank"><i class="simpleicon-twitter"></i>Twitter</a>
|
<a class="link-social" href="https://twitter.com/intent/follow?screen_name=ReznoRMichael" target="_blank"><i class="simpleicon-twitter"></i>Twitter</a>
|
||||||
<a href="https://github.com/ReznoRMichael/hollow-knight-completion-check" target="_blank"><i class="simpleicon-github"></i>Source</a>
|
<a class="link-social" href="https://github.com/ReznoRMichael/hollow-knight-completion-check" target="_blank"><i class="simpleicon-github"></i>Source</a>
|
||||||
<br>
|
<br>
|
||||||
<!-- <a href="https://pastebin.com/raw/shfZ4Vqs" target="_blank">[ Decoded 5% Save Example ]</a><br> -->
|
<!-- <a href="https://pastebin.com/raw/shfZ4Vqs" target="_blank">[ Decoded 5% Save Example ]</a><br> -->
|
||||||
<code>%USERPROFILE%\AppData\LocalLow\Team Cherry\Hollow Knight\</code>
|
<code>%USERPROFILE%\AppData\LocalLow\Team Cherry\Hollow Knight\</code>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue