Skip to content

Commit

Permalink
updated index file and added scarlet hearts
Browse files Browse the repository at this point in the history
  • Loading branch information
pixeljellyfish committed Dec 30, 2023
1 parent 23d4c4a commit 23aa9d7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
Binary file added assets/images/app_images/Scarlet-Hearts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 12 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<button id="ShowAll" class="btn active" onclick="filterSelection('all')" > Show all </button>
<button class="btn " onclick="filterSelection('tweaks')"> Tweaks </button>
<button class="btn " onclick="filterSelection('programs')"> Programs </button>
<button class="btn " onclick="filterSelection('apps')"> Apps </button>
<button class="btn " onclick="filterSelection('game')"> Games </button>
<button class="btn " onclick="filterSelection('themes')"> Themes </button>
<button class="btn " onclick="filterSelection('plugins')"> Plugins </button>
</div>
Expand Down Expand Up @@ -161,6 +161,15 @@ <h4>NotePad++ (NotePadplusplus)</h4>
<p>a visual studio extension that adds notepad++ as a menu item via. (tools)-(NotePad++)</p>
</div>
</div>
<div class="column game">
<div class="content">
<a href="https://pixeljellyfish.itch.io/scarlet-hearts">
<img class="contentImg" src="assets/images/app_images/Scarlet-Hearts.png" alt="Scarlet-Hearts" style="width: 70px; margin-bottom: 2em;"/></a>
<br>
<h4>Scarlet-Hearts (ClearBueSkys)</h4>
<p>Join Tom in Japan. As he Makes friends. Finds love. 'Scarlet Hearts', a captivating visual novel game.</p>
</div>
</div>
<!-- END GRID -->
</div>
</section>
Expand Down Expand Up @@ -247,7 +256,7 @@ <h5 class="font-weight-bold text-uppercase mt-3 mb-4">GitHub</h5>
<br>
<br>
<li>
<i class="fas fa-tasks"></i><a class="footer-text" href="https://github.com/pixeljellyfish/repo/projects/1">Repo Progress</a>
<i class="fas fa-tasks"></i><a class="footer-text" href="https://github.com/users/pixeljellyfish/projects/8">Repo Progress</a>
</li>
&nbsp;
<li>
Expand All @@ -261,7 +270,7 @@ <h5 class="font-weight-bold text-uppercase mt-3 mb-4">GitHub</h5>
<!-- Grid row -->

<!-- Copyright -->
<div class="footer-copyright text-center py-3"><a href="tos">© 2020 Copyright:</a><a class="footer-text" href="index">repo.pixeljellyfish.codes</a>
<div class="footer-copyright text-center py-3"><a href="tos.html">© 2023 Copyright:</a><a class="footer-text" href="index">repo.pixeljellyfish.codes</a>
</div>

<!-- Copyright -->
Expand Down

0 comments on commit 23aa9d7

Please sign in to comment.