Change "container" to "panel"
This commit is contained in:
@ -24,7 +24,7 @@ $(document).ready(function(){
|
||||
<div style="margin-top: 10%;"></div><!-- Separator -->
|
||||
|
||||
<main>
|
||||
<div class="hero container">
|
||||
<div class="hero panel">
|
||||
<h1>Colormatic: A non-profit project for creation.</h1>
|
||||
<p class="justify">Colormatic is a non-profit project for creating a curated collection of sub-projects that match a high-quality, high attention to detail standard.</p>
|
||||
<p class="justify">Colormatic Studios is a creative studio dedicated to giving life to maximum effort projects.</p>
|
||||
@ -35,4 +35,3 @@ $(document).ready(function(){
|
||||
<footer id="footer"></footer>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
@ -101,7 +101,7 @@ nav div.inline {
|
||||
}
|
||||
}
|
||||
|
||||
div.container {
|
||||
div.panel {
|
||||
color: var(--text-color);
|
||||
border: solid 1px #00000033;
|
||||
border-radius: 8px;
|
||||
|
@ -25,11 +25,11 @@ $(document).ready(function(){
|
||||
|
||||
<main>
|
||||
<div class="heading">Featured Colormatic Studios Projects:</div>
|
||||
<div class="hero container">
|
||||
<div class="hero panel">
|
||||
<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 container">
|
||||
<div class="hero panel">
|
||||
<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>
|
||||
@ -41,4 +41,3 @@ $(document).ready(function(){
|
||||
<footer id="footer"></footer>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
@ -27,21 +27,21 @@ $(document).ready(function(){
|
||||
<div class="heading"><h1>Colormatic Studios</h1></div>
|
||||
|
||||
<div class="project-grid-container">
|
||||
<div class="project-grid-box container">
|
||||
<div class="project-grid-box panel">
|
||||
<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 container">
|
||||
<div class="project-grid-box panel">
|
||||
<h1>A Silly Game</h1>
|
||||
<div class="project-grid-box-contents">
|
||||
<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 container">
|
||||
<div class="project-grid-box panel">
|
||||
<h1>ColorQuest</h1>
|
||||
<div class="project-grid-box-contents">
|
||||
<img src="/studios/img/colorquest.png" class="pixelart">
|
||||
@ -50,7 +50,7 @@ $(document).ready(function(){
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="hero container">
|
||||
<div class="hero panel">
|
||||
<h1>Links:</h1>
|
||||
<div class="double-linktree">
|
||||
<ul class="linktree">
|
||||
|
@ -21,7 +21,7 @@ $(document).ready(function(){
|
||||
<body>
|
||||
<div id="particle-container"></div>
|
||||
<script src="/js/bg.js"></script>
|
||||
<header class="container" id="navbar"></header>
|
||||
<header id="navbar"></header>
|
||||
|
||||
<div class="video container">
|
||||
<video id="videoplayer" controls></video>
|
||||
|
@ -26,7 +26,7 @@ $(document).ready(function(){
|
||||
<main>
|
||||
<img class="banner" src="/img/zakarya-banner.png">
|
||||
|
||||
<div class="hero container">
|
||||
<div class="hero panel">
|
||||
<h1>Links:</h1>
|
||||
<ul class="linktree">
|
||||
<li><a href="https://mstdn.party/@zakarya" target="_blank" rel="noopener noreferrer">Mastodon</a></li>
|
||||
@ -37,7 +37,7 @@ $(document).ready(function(){
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="hero container">
|
||||
<div class="hero panel">
|
||||
<h1>Featured Videos:</h1>
|
||||
<ul class="videolist">
|
||||
<li><a href="/video?c=zakarya&v=the-way-forward">
|
||||
|
Reference in New Issue
Block a user