feat: add author + ko-fi links
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
b98d0afa14
commit
0a199b554c
3 changed files with 28 additions and 4 deletions
10
index.html
10
index.html
|
@ -14,10 +14,12 @@
|
||||||
<li class="story-card">
|
<li class="story-card">
|
||||||
<a href="stories/drifting.html">Drifting</a>
|
<a href="stories/drifting.html">Drifting</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="story-card">
|
|
||||||
<a href="stories/drifting.html">Drifting</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
<footer>
|
||||||
|
<p>
|
||||||
|
Created by <a href="https://ashhhleyyy.dev">Ashley B</a> 💜
|
||||||
|
Support me <a href="https://ko-fi.com/ashhhleyyy">on Ko-fi</a>
|
||||||
|
</p>
|
||||||
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -18,6 +18,15 @@ html, body {
|
||||||
/*z-index: -100;*/
|
/*z-index: -100;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: white;
|
||||||
|
transition: color 250ms ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
color: #646cff;
|
||||||
|
}
|
||||||
|
|
||||||
img.sharp {
|
img.sharp {
|
||||||
image-rendering: pixelated;
|
image-rendering: pixelated;
|
||||||
image-rendering: crisp-edges;
|
image-rendering: crisp-edges;
|
||||||
|
@ -75,3 +84,11 @@ img.sharp {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.support {
|
||||||
|
position: fixed;
|
||||||
|
bottom: 8px;
|
||||||
|
left: 8px;
|
||||||
|
color: white;
|
||||||
|
margin: 0;
|
||||||
|
}
|
|
@ -32,6 +32,11 @@
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<p class="support">
|
||||||
|
Created by <a target="_blank" href="https://ashhhleyyy.dev">Ashley B</a> 💜
|
||||||
|
Support me <a target="_blank" href="https://ko-fi.com/ashhhleyyy">on Ko-fi</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
<script src="../src/story-player.js"></script>
|
<script src="../src/story-player.js"></script>
|
||||||
|
|
||||||
<script src="../src/rain.js"></script>
|
<script src="../src/rain.js"></script>
|
||||||
|
|
Loading…
Reference in a new issue