Adding kofi link, why not
This commit is contained in:
parent
bdecb6bbab
commit
f8d45f957a
3 changed files with 36 additions and 9 deletions
|
|
@ -591,6 +591,21 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 15px;
|
gap: 15px;
|
||||||
color: greenyellow;
|
color: greenyellow;
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: #0f0;
|
||||||
|
text-decoration: none;
|
||||||
|
border-bottom: 1px dotted rgba(0, 255, 0, 0.5);
|
||||||
|
transition: all 0.3s ease;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: cyan;
|
||||||
|
border-bottom-style: solid;
|
||||||
|
border-bottom-color: rgba(0, 255, 0, 0.8);
|
||||||
|
text-shadow: 0 0 10px rgba(0, 255, 0, 0.8);
|
||||||
|
background: rgba(0, 255, 0, 0.05);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.contact-email,
|
.contact-email,
|
||||||
|
|
|
||||||
|
|
@ -777,7 +777,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@include media-down(md) {
|
@include media-down(md) {
|
||||||
&::before, &::after {
|
&::before,
|
||||||
|
&::after {
|
||||||
content: none;
|
content: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -1237,6 +1238,20 @@
|
||||||
margin-bottom: 1.5rem;
|
margin-bottom: 1.5rem;
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: #66ccff;
|
||||||
|
text-decoration: none;
|
||||||
|
border-bottom: 1px solid rgba(0, 150, 255, 0.3);
|
||||||
|
transition: all 0.3s ease;
|
||||||
|
font-family: "Consolas", "Monaco", monospace;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: #ff7800;
|
||||||
|
border-bottom-color: rgba(255, 120, 0, 0.6);
|
||||||
|
text-shadow: 0 0 8px rgba(0, 150, 255, 0.5);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.contact-email,
|
.contact-email,
|
||||||
|
|
|
||||||
|
|
@ -2,9 +2,10 @@
|
||||||
<h2 class="contact-title">Contact</h2>
|
<h2 class="contact-title">Contact</h2>
|
||||||
<div class="contact-content">
|
<div class="contact-content">
|
||||||
<p>
|
<p>
|
||||||
If you found this interesting, have any comments, questions,
|
If you found this interesting, have any comments, questions, corrections,
|
||||||
corrections, or just fancy saying "hello" please feel free to get
|
or just fancy saying "hello" please feel free to get in touch. If you
|
||||||
in touch.
|
really enjoyed it you could consider
|
||||||
|
<a href="https://ko-fi.com/ritual" target="_blank">buying me a coffee</a>.
|
||||||
</p>
|
</p>
|
||||||
<div class="contact-email">
|
<div class="contact-email">
|
||||||
<span class="contact-label">Email:</span>
|
<span class="contact-label">Email:</span>
|
||||||
|
|
@ -13,11 +14,7 @@
|
||||||
<div class="contact-pgp">
|
<div class="contact-pgp">
|
||||||
<span class="contact-label">PGP Public Key:</span>
|
<span class="contact-label">PGP Public Key:</span>
|
||||||
<div class="pgp-actions">
|
<div class="pgp-actions">
|
||||||
<a
|
<a href="/publickey.asc" download class="pgp-button download-key">
|
||||||
href="/publickey.asc"
|
|
||||||
download
|
|
||||||
class="pgp-button download-key"
|
|
||||||
>
|
|
||||||
<span class="button-icon">↓</span> Download
|
<span class="button-icon">↓</span> Download
|
||||||
</a>
|
</a>
|
||||||
<button class="pgp-button copy-key pgp-copy-trigger">
|
<button class="pgp-button copy-key pgp-copy-trigger">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue