Fix bad code with less bad code
This commit is contained in:
@ -21,15 +21,15 @@ $(document).ready(function(){
|
||||
<div id="particle-container"></div>
|
||||
<script src="/js/bg.js"></script>
|
||||
<header id="navbar"></header>
|
||||
<div style="margin-top: 10%;"></div><!-- Separator -->
|
||||
<div style="margin-top: 8%;"></div><!-- Separator -->
|
||||
|
||||
<main>
|
||||
<div class="heading">Featured Colormatic Studios Projects:</div>
|
||||
<div class="hero">
|
||||
<div class="hero container">
|
||||
<h1><a href="https://github.com/ColormaticStudios/quality-godot-first-person-2" target="_blank" rel="noopener noreferrer">Quality First Person Controller</a></h1>
|
||||
<p>An actually good first person controller for the Godot Engine.</p>
|
||||
</div>
|
||||
<div class="hero">
|
||||
<div class="hero container">
|
||||
<h1>ColorQuest</h1>
|
||||
<p>A simple MMORPG in your browser.</p>
|
||||
<p>Currently in <a href="https://en.wikipedia.org/wiki/Software_release_life_cycle#Pre-alpha" target="_blank" rel="noopener noreferrer">pre-alpha</a>.</p>
|
||||
@ -37,7 +37,7 @@ $(document).ready(function(){
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<div style="margin-top: 10%;"></div><!-- Separator -->
|
||||
<div style="margin-top: 8%;"></div><!-- Separator -->
|
||||
<footer id="footer"></footer>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user