Add github link
This commit is contained in:
parent
981b5b47cd
commit
fa5f29b2c2
|
|
@ -197,6 +197,18 @@ body::before {
|
||||||
font-family: "Comic Code";
|
font-family: "Comic Code";
|
||||||
transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
|
transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
|
||||||
box-shadow: 0 6px 18px -8px rgba(var(--accent-rgb), 0.7);
|
box-shadow: 0 6px 18px -8px rgba(var(--accent-rgb), 0.7);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.links {
|
||||||
|
display: inline-flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.gitgay-link {
|
||||||
|
display: block;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gitgay-link:hover {
|
.gitgay-link:hover {
|
||||||
|
|
@ -259,14 +271,14 @@ body::before {
|
||||||
border-color: rgb(var(--accent-rgb));
|
border-color: rgb(var(--accent-rgb));
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Coffee/index.html */
|
|
||||||
|
|
||||||
|
/* start of code from security.girlsnetwork.dev/coffee */
|
||||||
|
|
||||||
.teapot {
|
.teapot {
|
||||||
font-size: 6vh;
|
font-size: 6vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* start of code from security.girlsnetwork.dev/coffee */
|
|
||||||
|
|
||||||
body.message-page {
|
body.message-page {
|
||||||
display: flex;
|
display: flex;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
|
|
|
||||||
|
|
@ -90,8 +90,10 @@
|
||||||
A 17 Year Old developer from <b>England, United Kingdom</b> who rarely actually does development work,
|
A 17 Year Old developer from <b>England, United Kingdom</b> who rarely actually does development work,
|
||||||
and just tries to help out whenever she can.
|
and just tries to help out whenever she can.
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div class="links">
|
||||||
<a class="gitgay-link" href="https://git.gay/Ari" target="_blank" rel="noopener">Check out my Git.Gay</a>
|
<a class="gitgay-link" href="https://git.gay/Ari" target="_blank" rel="noopener">Check out my Git.Gay</a>
|
||||||
|
<a class="gitgay-link" href="https://github.com/AriTheStupidCat" target="_blank" rel="noopener">Check out my GitHub</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue