youtube simpleicon

This commit is contained in:
ReznoRMichael 2021-01-26 15:45:36 +01:00
parent 6f5bf0377a
commit e8759641c2
11 changed files with 85 additions and 5 deletions

View file

@ -42,7 +42,7 @@ The tool doesn't have the power to modify *any* of your files, but *always* do b
* Use bloodorca's amazing [Online Save File Editor](https://bloodorca.github.io/hollow) to decode your Hollow Knight **user\*.dat** save file into text. * Use bloodorca's amazing [Online Save File Editor](https://bloodorca.github.io/hollow) to decode your Hollow Knight **user\*.dat** save file into text.
* Left-click anywhere inside the text box in the Editor after decoding the save and press **CTRL+A** (or Right-click -> Select All). Only the text inside the text box (decoded save file contents) should be selected. * Left-click inside the text box in the Editor after decoding the save and press **CTRL+A** (or Right-click -> Select All). Only the text inside the text box (decoded save file contents) should be selected.
* Press **CTRL+C** (or Right-click -> Copy) to copy the whole contents inside the text box. * Press **CTRL+C** (or Right-click -> Copy) to copy the whole contents inside the text box.

File diff suppressed because one or more lines are too long

View file

@ -38,7 +38,7 @@
<p class="smalltext"> <p class="smalltext">
<a href="https://www.paypal.me/ReznoRMichael" target="_blank">💰 Support Tool (PayPal)</a><br> <a href="https://www.paypal.me/ReznoRMichael" target="_blank">💰 Support Tool (PayPal)</a><br>
<a href="https://steamcommunity.com/sharedfiles/filedetails/?id=2209910193" target="_blank">⭐ Official Steam Guide</a> 🉑 <a href="https://www.youtube.com/c/MichaelReznoR" target="_blank">Youtube</a> 🉑 <a href="https://github.com/ReznoRMichael/hollow-knight-completion-check" target="_blank">Source Code</a><br> <a href="https://steamcommunity.com/sharedfiles/filedetails/?id=2209910193" target="_blank">⭐ Official Steam Guide</a> <a href="https://www.youtube.com/c/MichaelReznoR" target="_blank"><i class="simpleicon-youtube"></i>Youtube</a> 🉑 <a href="https://github.com/ReznoRMichael/hollow-knight-completion-check" target="_blank">Source Code</a><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><br> <code>%USERPROFILE%\AppData\LocalLow\Team Cherry\Hollow Knight\</code><br>
Choose a HK user*.dat save OR <a href="https://bloodorca.github.io/hollow/" target="_blank">[ Decode ]</a> it manually. <a href="https://store.steampowered.com/account/remotestorageapp/?appid=367520" target="_blank">[ HK Steam Cloud storage ]</a> Choose a HK user*.dat save OR <a href="https://bloodorca.github.io/hollow/" target="_blank">[ Decode ]</a> it manually. <a href="https://store.steampowered.com/account/remotestorageapp/?appid=367520" target="_blank">[ HK Steam Cloud storage ]</a>

View file

@ -62,6 +62,38 @@
.icon-clock:before { content: '\e804'; } /* '' */ .icon-clock:before { content: '\e804'; } /* '' */
.icon-info-circled:before { content: '\e805'; } /* '' */ .icon-info-circled:before { content: '\e805'; } /* '' */
.icon-ok-squared:before { content: '\f14a'; } /* '' */ .icon-ok-squared:before { content: '\f14a'; } /* '' */
/* SVG from Simple Icons https://github.com/simple-icons/simple-icons */
[class^="simpleicon-"],
[class*=" simpleicon-"] {
position: relative;
padding-left: 1.6em;
}
[class^="simpleicon-"]:before,
[class*=" simpleicon-"]:before {
position: absolute;
display: inline-block;
left: 0;
width: 1.2em;
height: 1.2em;
margin-right: .2em;
text-align: center;
/* fix buttons height, for twitter bootstrap */
line-height: 0;
/* remove if not needed */
margin-left: .2em;
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.simpleicon-youtube:before {
padding-top: 0.2em;
content: url(data:image/svg+xml;base64,PHN2ZyByb2xlPSJpbWciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI0IDI0Ij48dGl0bGU+WW91VHViZSBpY29uPC90aXRsZT48cGF0aCBmaWxsPSIjRkYwMDAwIiBkPSJNMjMuNDk4IDYuMTg2YTMuMDE2IDMuMDE2IDAgMCAwLTIuMTIyLTIuMTM2QzE5LjUwNSAzLjU0NSAxMiAzLjU0NSAxMiAzLjU0NXMtNy41MDUgMC05LjM3Ny41MDVBMy4wMTcgMy4wMTcgMCAwIDAgLjUwMiA2LjE4NkMwIDguMDcgMCAxMiAwIDEyczAgMy45My41MDIgNS44MTRhMy4wMTYgMy4wMTYgMCAwIDAgMi4xMjIgMi4xMzZjMS44NzEuNTA1IDkuMzc2LjUwNSA5LjM3Ni41MDVzNy41MDUgMCA5LjM3Ny0uNTA1YTMuMDE1IDMuMDE1IDAgMCAwIDIuMTIyLTIuMTM2QzI0IDE1LjkzIDI0IDEyIDI0IDEyczAtMy45My0uNTAyLTUuODE0ek05LjU0NSAxNS41NjhWOC40MzJMMTUuODE4IDEybC02LjI3MyAzLjU2OHoiLz48L3N2Zz4=);
}
/* Font license info /* Font license info
## Font Awesome ## Font Awesome

32
src/css/simpleicon.css Normal file
View file

@ -0,0 +1,32 @@
/* SVG from Simple Icons https://github.com/simple-icons/simple-icons */
[class^="simpleicon-"],
[class*=" simpleicon-"] {
position: relative;
padding-left: 1.6em;
}
[class^="simpleicon-"]:before,
[class*=" simpleicon-"]:before {
position: absolute;
display: inline-block;
left: 0;
width: 1.2em;
height: 1.2em;
margin-right: .2em;
text-align: center;
/* fix buttons height, for twitter bootstrap */
line-height: 0;
/* remove if not needed */
margin-left: .2em;
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.simpleicon-youtube:before {
padding-top: 0.2em;
content: url("../img/youtube.svg");
}

1
src/img/github.svg Normal file
View file

@ -0,0 +1 @@
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>GitHub icon</title><path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"/></svg>

After

Width:  |  Height:  |  Size: 827 B

1
src/img/paypal.svg Normal file
View file

@ -0,0 +1 @@
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>PayPal icon</title><path d="M6.908 24H3.804c-.664 0-1.086-.529-.936-1.18l.149-.674h2.071c.666 0 1.336-.533 1.482-1.182l1.064-4.592c.15-.648.816-1.18 1.48-1.18h.883c3.789 0 6.734-.779 8.84-2.34s3.16-3.6 3.16-6.135c0-1.125-.195-2.055-.588-2.789 0-.016-.016-.031-.016-.046l.135.075c.75.465 1.32 1.064 1.711 1.814.404.75.598 1.68.598 2.791 0 2.535-1.049 4.574-3.164 6.135-2.1 1.545-5.055 2.324-8.834 2.324h-.9c-.66 0-1.334.525-1.484 1.186L8.39 22.812c-.149.645-.81 1.17-1.47 1.17L6.908 24zm-2.677-2.695H1.126c-.663 0-1.084-.529-.936-1.18L4.563 1.182C4.714.529 5.378 0 6.044 0h6.465c1.395 0 2.609.098 3.648.289 1.035.189 1.92.519 2.684.99.736.465 1.322 1.072 1.697 1.818.389.748.584 1.68.584 2.797 0 2.535-1.051 4.574-3.164 6.119-2.1 1.561-5.056 2.326-8.836 2.326h-.883c-.66 0-1.328.524-1.478 1.169L5.7 20.097c-.149.646-.817 1.172-1.485 1.172l.016.036zm7.446-17.369h-1.014c-.666 0-1.332.529-1.48 1.178l-.93 4.02c-.15.648.27 1.179.93 1.179h.766c1.664 0 2.97-.343 3.9-1.021.929-.686 1.395-1.654 1.395-2.912 0-.83-.301-1.445-.9-1.84-.6-.404-1.5-.605-2.686-.605l.019.001z"/></svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

1
src/img/steam.svg Normal file
View file

@ -0,0 +1 @@
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Steam icon</title><path d="M11.979 0C5.678 0 .511 4.86.022 11.037l6.432 2.658c.545-.371 1.203-.59 1.912-.59.063 0 .125.004.188.006l2.861-4.142V8.91c0-2.495 2.028-4.524 4.524-4.524 2.494 0 4.524 2.031 4.524 4.527s-2.03 4.525-4.524 4.525h-.105l-4.076 2.911c0 .052.004.105.004.159 0 1.875-1.515 3.396-3.39 3.396-1.635 0-3.016-1.173-3.331-2.727L.436 15.27C1.862 20.307 6.486 24 11.979 24c6.627 0 11.999-5.373 11.999-12S18.605 0 11.979 0zM7.54 18.21l-1.473-.61c.262.543.714.999 1.314 1.25 1.297.539 2.793-.076 3.332-1.375.263-.63.264-1.319.005-1.949s-.75-1.121-1.377-1.383c-.624-.26-1.29-.249-1.878-.03l1.523.63c.956.4 1.409 1.5 1.009 2.455-.397.957-1.497 1.41-2.454 1.012H7.54zm11.415-9.303c0-1.662-1.353-3.015-3.015-3.015-1.665 0-3.015 1.353-3.015 3.015 0 1.665 1.35 3.015 3.015 3.015 1.663 0 3.015-1.35 3.015-3.015zm-5.273-.005c0-1.252 1.013-2.266 2.265-2.266 1.249 0 2.266 1.014 2.266 2.266 0 1.251-1.017 2.265-2.266 2.265-1.253 0-2.265-1.014-2.265-2.265z"/></svg>

After

Width:  |  Height:  |  Size: 1 KiB

1
src/img/youtube.svg Normal file
View file

@ -0,0 +1 @@
<svg role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>YouTube icon</title><path fill="#FF0000" d="M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z"/></svg>

After

Width:  |  Height:  |  Size: 479 B

View file

@ -38,7 +38,7 @@
<p class="smalltext"> <p class="smalltext">
<a href="https://www.paypal.me/ReznoRMichael" target="_blank">💰 Support Tool (PayPal)</a><br> <a href="https://www.paypal.me/ReznoRMichael" target="_blank">💰 Support Tool (PayPal)</a><br>
<a href="https://steamcommunity.com/sharedfiles/filedetails/?id=2209910193" target="_blank">⭐ Official Steam Guide</a> 🉑 <a href="https://www.youtube.com/c/MichaelReznoR" target="_blank">Youtube</a> 🉑 <a href="https://github.com/ReznoRMichael/hollow-knight-completion-check" target="_blank">Source Code</a><br> <a href="https://steamcommunity.com/sharedfiles/filedetails/?id=2209910193" target="_blank">⭐ Official Steam Guide</a> <a href="https://www.youtube.com/c/MichaelReznoR" target="_blank"><i class="simpleicon-youtube"></i>Youtube</a> 🉑 <a href="https://github.com/ReznoRMichael/hollow-knight-completion-check" target="_blank">Source Code</a><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><br> <code>%USERPROFILE%\AppData\LocalLow\Team Cherry\Hollow Knight\</code><br>
Choose a HK user*.dat save OR <a href="https://bloodorca.github.io/hollow/" target="_blank">[ Decode ]</a> it manually. <a href="https://store.steampowered.com/account/remotestorageapp/?appid=367520" target="_blank">[ HK Steam Cloud storage ]</a> Choose a HK user*.dat save OR <a href="https://bloodorca.github.io/hollow/" target="_blank">[ Decode ]</a> it manually. <a href="https://store.steampowered.com/account/remotestorageapp/?appid=367520" target="_blank">[ HK Steam Cloud storage ]</a>

View file

@ -1,6 +1,7 @@
/* global require */ /* global require */
// CSS // CSS
require("../css/fontello.css"); require("../css/fontello.css");
require("../css/simpleicon.css");
require("../css/style.css"); require("../css/style.css");
// meta tags (social) // meta tags (social)