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 7 additions and 10 deletions
Showing only changes of commit 96e19e9cef - Show all commits

View File

@ -22,19 +22,13 @@ body {
#introLeft { #introLeft {
display: inline-block; display: inline-block;
max-width: 74rem; max-width: 71rem;
width: 100%; width: 100%;
} }
#introRight { #introRight {
display: inline-block; display: inline-block;
max-width: 5rem; max-width: 8rem;
width: 100%;
}
.navigation {
text-align: center;
max-width: 4rem;
width: 100%; width: 100%;
} }
@ -84,8 +78,11 @@ a {
display: inline-block; display: inline-block;
margin: 6px; margin: 6px;
margin-top: 0px; margin-top: 0px;
max-width: 8rem;
padding: 8px; padding: 8px;
text-align: center;
text-decoration: none; text-decoration: none;
width: 100%;
} }
a:hover, a:active { a:hover, a:active {

View File

@ -12,8 +12,8 @@
<p>Function over form by design</p> <p>Function over form by design</p>
</div> </div>
<div id="introRight"> <div id="introRight">
<a class="navigation" href="https://www.github.com/trimutex">GitHub</a> <a href="https://www.github.com/trimutex">GitHub</a>
<a class="navigation" href="https://lab.trianta.dev/Trianta">Projects</a> <a href="https://lab.trianta.dev/Trianta">Projects</a>
</div> </div>
<h2>Completed Projects</h2> <h2>Completed Projects</h2>
<div class="card"> <div class="card">