Announcement page
This commit is contained in:
parent
e9e6231744
commit
263a772e45
2 changed files with 13 additions and 0 deletions
|
@ -153,4 +153,9 @@ h2 {
|
||||||
.note {
|
.note {
|
||||||
color: darkgray;
|
color: darkgray;
|
||||||
font-size: 1rem;
|
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>
|
<p>Make sure to check out this project on <a href="https://codeberg.org/bingus_violet/violets-purgatory">Codeberg</a>!</p>
|
||||||
{ACTIVITIES}
|
{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>
|
<hr>
|
||||||
<h1>Socials</h1>
|
<h1>Socials</h1>
|
||||||
{PATH_SOCIALS}
|
{PATH_SOCIALS}
|
||||||
|
|
Loading…
Reference in a new issue