Add Colormatic Studios page (Work in progress)

This commit is contained in:
2024-11-24 13:28:06 -08:00
parent f96378c859
commit 1a9a12fb0c
7 changed files with 151 additions and 26 deletions

View File

@ -18,13 +18,14 @@ $(document).ready(function(){
</script>
</head>
<body>
<header class="container" id="navbar"></header>
<header id="navbar"></header>
<div style="margin-top: 10%;"></div><!-- Separator -->
<main class="container">
<div style="margin-top: 10%;"></div><!-- Separator -->
<main>
<div class="hero">
<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>
</div>
</main>
@ -32,3 +33,4 @@ $(document).ready(function(){
<footer id="footer"></footer>
</body>
</html>