Fill in project details and add mobile support to Colormatic Studios page
This commit is contained in:
@ -25,39 +25,25 @@ $(document).ready(function(){
|
||||
<div class="heading"><h1>Colormatic Studios</h1></div>
|
||||
|
||||
<div class="project-grid-container">
|
||||
<div class="project-grid-box">
|
||||
<h1><a href="https://github.com/ColormaticStudios/quality-godot-first-person-2" target="_blank" rel="noopener noreferrer">Quality First Person Controller</a></h1>
|
||||
<div class="project-grid-box-contents">
|
||||
<img src="https://raw.githubusercontent.com/ColormaticStudios/quality-godot-first-person-2/refs/heads/main/icon.svg">
|
||||
<p>An actually good first person controller for the Godot Engine.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="project-grid-box">
|
||||
<h1>A Silly Game</h1>
|
||||
<div class="project-grid-box-contents">
|
||||
<div style="width:100px;height:100px;background-color:green;margin:12px">This is an example image</div>
|
||||
<img src="/studios/img/hatcat.webp">
|
||||
<p>This is a silly little game project to get us started.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="project-grid-box">
|
||||
<h1>A project that we are working on</h1>
|
||||
<h1>ColorQuest</h1>
|
||||
<div class="project-grid-box-contents">
|
||||
<div style="width:100px;height:100px;background-color:green;margin:12px">This is an example image</div>
|
||||
<p>This is a description of the project that we are working on</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="project-grid-box">
|
||||
<h1>A project that we are working on</h1>
|
||||
<div class="project-grid-box-contents">
|
||||
<div style="width:100px;height:100px;background-color:green;margin:12px">This is an example image</div>
|
||||
<p>This is a description of the project that we are working on</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="project-grid-box">
|
||||
<h1>A project that we are working on</h1>
|
||||
<div class="project-grid-box-contents">
|
||||
<div style="width:100px;height:100px;background-color:green;margin:12px">This is an example image</div>
|
||||
<p>This is a description of the project that we are working on</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="project-grid-box">
|
||||
<h1>A project that we are working on</h1>
|
||||
<div class="project-grid-box-contents">
|
||||
<div style="width:100px;height:100px;background-color:green;margin:12px">This is an example image</div>
|
||||
<p>This is a description of the project that we are working on</p>
|
||||
<img src="/studios/img/colorquest.png" class="pixelart">
|
||||
<p>A simple MMORPG in your browser.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -79,7 +65,7 @@ $(document).ready(function(){
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<div style="margin-top: 10%;"></div><!-- Separator -->
|
||||
<div style="margin-top: 5%;"></div><!-- Separator -->
|
||||
<footer id="footer"></footer>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user