Added GitHub-Button

This commit is contained in:
CommanderRedYT
2020-11-30 18:34:30 +01:00
parent c2d6af3923
commit 62f1e884e6
2 changed files with 5 additions and 1 deletions

View File

@@ -136,7 +136,7 @@ require('includes/header.php');
<div class="media-body">
<h3 class="mt-0 mb-1" id="greyhash">greyhash - Bobbycar Builder</h3>
<p class="about-p">
This is the guy who invented <a href="./extras#kartoffelfahrzeug" target="_blank" rel="noopener">"Der Kartoffelfahrzeug"</a>.
This is the guy who invented <a href="./extras#kartoffelfahrzeug" target="_blank" rel="noopener">"Der Kartoffelfahrzeug"</a>.
Now he has build a new bobbycar, and if everything works (which it wont), it will even have RGB!
</p>
</div>
@@ -169,6 +169,8 @@ require('includes/header.php');
<p class="about-p">
This is the guy who does most of the web-design, so send complains to him! (And yes, he wrote this line himself....)
</p>
<!-- Place this tag where you want the button to render. -->
<a class="github-button" href="https://github.com/CommanderRedYT" data-color-scheme="no-preference: dark; light: dark; dark: dark;" aria-label="Follow @CommanderRedYT on GitHub" data-size="large">Follow @CommanderRedYT</a>
</div>
</li>
</ul>

View File

@@ -21,6 +21,8 @@
<script>
document.addEventListener("DOMContentLoaded", load());
</script>
<!-- Place this tag in your head or just before your close body tag. -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
</body>
</html>