mirror of
https://github.com/kittywitch/dork.dev.git
synced 2026-02-09 23:29:17 -08:00
deploy: 1755de31e5
This commit is contained in:
parent
e6d4c07286
commit
a9765abdd7
2 changed files with 71 additions and 59 deletions
|
|
@ -73,6 +73,16 @@ a:visited {
|
||||||
width: 88px;
|
width: 88px;
|
||||||
height: 31px; }
|
height: 31px; }
|
||||||
|
|
||||||
|
.button-container {
|
||||||
|
width: fit-content;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
flex-flow: row wrap;
|
||||||
|
gap: .5em; }
|
||||||
|
.button-container img {
|
||||||
|
align-self: center; }
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #37DCE8;
|
color: #37DCE8;
|
||||||
|
|
|
||||||
|
|
@ -33,6 +33,7 @@ b D+ G e++ h--- r+++ x+
|
||||||
<hr>
|
<hr>
|
||||||
<h3>Web badges <small><a href="https://en.wikipedia.org/wiki/Web_badge">Explain?</a></small></h3>
|
<h3>Web badges <small><a href="https://en.wikipedia.org/wiki/Web_badge">Explain?</a></small></h3>
|
||||||
|
|
||||||
|
<div class="button-container">
|
||||||
<img src="nonhuman.png" alt="I'm therian; non-human."/>
|
<img src="nonhuman.png" alt="I'm therian; non-human."/>
|
||||||
<img src="trans.png" alt="I'm a transgender woman."/>
|
<img src="trans.png" alt="I'm a transgender woman."/>
|
||||||
<img src="nb.png" alt="I also identify as non-binary."/>
|
<img src="nb.png" alt="I also identify as non-binary."/>
|
||||||
|
|
@ -92,6 +93,7 @@ b D+ G e++ h--- r+++ x+
|
||||||
<img src="button-css.gif" alt="CSS is difficult">
|
<img src="button-css.gif" alt="CSS is difficult">
|
||||||
<img src="button-grid.gif" alt="Made with CSS Grid">
|
<img src="button-grid.gif" alt="Made with CSS Grid">
|
||||||
<img src="queer.png" alt="You're telling me a queer coded this?">
|
<img src="queer.png" alt="You're telling me a queer coded this?">
|
||||||
|
</div>
|
||||||
<br>
|
<br>
|
||||||
<h4>Sources, where known:</h4>
|
<h4>Sources, where known:</h4>
|
||||||
<a href="https://rainy.gay"><img src="rainysource.png" alt="rainy.gay"/></a>
|
<a href="https://rainy.gay"><img src="rainysource.png" alt="rainy.gay"/></a>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue