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 3 deletions
Showing only changes of commit e330c9ab08 - Show all commits

View File

@ -15,6 +15,12 @@ body {
padding: 16px;
}
#navBarLeft {
text-align: left;
flex-grow: 1;
font-size: 18px;
}
.navItem {
margin: 6px;
margin-top: 0px;

View File

@ -7,9 +7,7 @@
</head>
<body>
<div id="navigation">
<div style="text-align: left; flex-grow: 1;">
<p class="navItem">Trianta</p>
</div>
<p id="navBarLeft">Trianta</p>
<a class="navItem" href="https://www.github.com/trimutex">GitHub</a>
<a class="navItem" href="https://lab.trianta.dev/Trianta">Projects</a>
</div>