Minor changes here and there
This commit is contained in:
@ -22,27 +22,27 @@ $(document).ready(function(){
|
||||
<header id="navbar"></header>
|
||||
|
||||
<main>
|
||||
<div class="heading"><h1>Colormatic Studios</h1></div>
|
||||
<div class="cs-title"><h1>Colormatic Studios</h1></div>
|
||||
|
||||
<div class="project-grid-container">
|
||||
<div class="project-grid-box panel">
|
||||
<h1><a href="https://git.colormatic.org/ColormaticStudios/quality-godot-first-person" target="_blank" rel="noopener noreferrer">Quality First Person Controller</a></h1>
|
||||
<div class="project-grid-box-contents">
|
||||
<img src="https://git.colormatic.org/ColormaticStudios/quality-godot-first-person/raw/branch/main/icon.svg" />
|
||||
<img src="https://git.colormatic.org/ColormaticStudios/quality-godot-first-person/raw/branch/main/icon.svg" alt="First Person Logo" />
|
||||
<p>An actually good first person controller for the Godot Engine.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="project-grid-box panel">
|
||||
<h1>A Silly Game</h1>
|
||||
<div class="project-grid-box-contents">
|
||||
<img src="/studios/img/hatcat.webp" />
|
||||
<img src="/studios/img/hatcat.webp" alt="HatCat" />
|
||||
<p>This is a silly little game project to get us started.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="project-grid-box panel">
|
||||
<h1>ColorQuest</h1>
|
||||
<div class="project-grid-box-contents">
|
||||
<img src="/studios/img/colorquest.png" class="pixelart" />
|
||||
<img src="/studios/img/colorquest.png" class="pixelart" alt="ColorQuest" />
|
||||
<p>A simple MMORPG in your browser.</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -69,4 +69,3 @@ $(document).ready(function(){
|
||||
<footer id="footer"></footer>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
Reference in New Issue
Block a user