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 5 deletions
Showing only changes of commit 18881b07cc - Show all commits

View File

@ -43,13 +43,14 @@ body {
}
.navItem {
color: #06CDFF;
background-color: #03001C;
border: solid 2px #06CDFF;
border-radius: 12px;
color: #06CDFF;
display: inline-block;
margin: 6px;
margin-top: 0px;
padding: 8px;
display: inline-block;
border-radius: 12px;
}
#top {

View File

@ -8,12 +8,12 @@
<body>
<div class="first" id="introduction">
<div class="inside">
<p style="font-size: 3.5rem;">TRIANTA</p>
<p>Engineer developing solutions for current problems to enhance the future</p>
<div id="navigation">
<a class="navItem" href="https://www.github.com/trimutex">GitHub</a>
<a class="navItem" href="https://lab.trianta.dev/Trianta">Projects</a>
</div>
<p style="font-size: 3.5rem;">TRIANTA</p>
<p>Engineer developing solutions for current problems to enhance the future</p>
</div>
</div>
<div class="second">