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 6 additions and 1 deletions
Showing only changes of commit ddfc99cd9d - Show all commits

View File

@ -26,13 +26,17 @@ canvas {
padding: 6px;
max-width: 900px;
margin: auto;
display: flex;
}
#navBarLeft {
color: #fe640b;
text-shadow:1px 1px 10px #fe640b;
float: left;
text-align: left;
font-size: 24px;
line-height: 20px;
margin-right: auto;
}
.navItem {
@ -44,6 +48,7 @@ canvas {
font-weight: bold;
border: 2px solid #4c4f69;
border-radius: 12px;
display: inline-block;
}
#top {

View File

@ -7,7 +7,7 @@
</head>
<body>
<div id="navigation">
<p id="navBarLeft" style="color: #fe640b; text-shadow:1px 1px 10px #fe640b;">Trianta</p>
<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>