core: redesign website #11

Merged
Trianta merged 122 commits from redesign into main 2024-12-10 03:16:37 -06:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 1f4ad4ebd3 - Show all commits

View File

@ -21,7 +21,7 @@ canvas {
.inside {
min-height: 800px;
max-width: 80rem;
margin: 0px auto;
margin: 4rem auto;
}
.first {

View File

@ -18,7 +18,7 @@
</div>
<div class="second">
<div class="inside">
<h2>Completed Projects</h2>
<h2 class="first">Completed Projects</h2>
<div class="card">
<h3 class="cardTop">Pong</h3>
<div class="canvas">
@ -55,7 +55,7 @@
</div>
<div class="first">
<div class="inside">
<h2>Current Personal Projects</h2>
<h2 class="second">Current Personal Projects</h2>
<div class="card">
<h3 class="cardTop">Wrench</h3>
<p class="cardStats">Description: A simple application to handle all of your Linux configuration needs.</p>
@ -73,7 +73,7 @@
</div>
<div class="second">
<div class="inside">
<h2>Other Projects</h2>
<h2 class="first">Other Projects</h2>
<div class="card">
<h3 class="cardTop">Hyprland</h3>
<p class="cardStats">Description: An independent, highly customizable, dynamic tiling Wayland compositor that doesn't sacrifice on its looks. </p>