Announcement page
This commit is contained in:
parent
e9e6231744
commit
263a772e45
2 changed files with 13 additions and 0 deletions
|
@ -154,3 +154,8 @@ h2 {
|
|||
color: darkgray;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.striked {
|
||||
text-decoration: line-through;
|
||||
text-decoration-color: white;
|
||||
}
|
|
@ -46,6 +46,14 @@
|
|||
<p>Make sure to check out this project on <a href="https://codeberg.org/bingus_violet/violets-purgatory">Codeberg</a>!</p>
|
||||
{ACTIVITIES}
|
||||
|
||||
<h2>Kind of announcement I guess !!</h2>
|
||||
<p>Over the past while (like a week I think) I've been working on a small 2d platformer. It's very, <em>very</em> early in development, but I would love feedback!</p>
|
||||
|
||||
<h2>Check it out on:</h2>
|
||||
<a class="chip" href="https://violets-purgatory.itch.io/grapple-test">itch.io (Web & downloads)</a>
|
||||
<a class="chip striked">Play on Violet's Purgatory</a>
|
||||
<p>Coming soon!</p>
|
||||
|
||||
<hr>
|
||||
<h1>Socials</h1>
|
||||
{PATH_SOCIALS}
|
||||
|
|
Loading…
Reference in a new issue