tonybtw.com
tonybtw.com
https://git.tonybtw.com/tonybtw.com.git
git://git.tonybtw.com/tonybtw.com.git
added github link.
Diff
diff --git a/layouts/index.html b/layouts/index.html
index 3af4cab..2aad654 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -25,6 +25,7 @@
<div style="margin-top: 1.5rem;">
<a href="https://www.youtube.com/@tony-btw" target="_blank" class="btn-primary">YouTube Channel</a>
<a href="/support/" class="btn-outline" style="margin-left: 1rem; margin-top: 1rem;">Support!</a>
+ <a href="https://www.github.com/tonybanters" class="btn-outline-secondary" style="margin-left: 1rem; margin-top: 1rem;">Github</a>
</div>
</section>
diff --git a/static/css/site.css b/static/css/site.css
index c8fecf0..c758424 100644
--- a/static/css/site.css
+++ b/static/css/site.css
@@ -769,6 +769,21 @@ aside.content-panel {
font-weight: 600;
}
+.btn-outline-secondary {
+ display: inline-block;
+ padding: 0.5rem 1.25rem;
+ border: 2px solid var(--mag);
+ color: var(--mag);
+ text-decoration: none;
+ border-radius: 0.25rem;
+ font-weight: 600;
+}
+
+.btn-outline-secondary:hover {
+ background-color: var(--mag);
+ color: #000;
+}
+
.btn-outline:hover {
background-color: var(--cyn);
color: #000;