css: move to new colorscheme
This commit is contained in:
+15
-14
@@ -4,24 +4,25 @@
|
||||
<meta charset="utf-8"/>
|
||||
<title>Trianta</title>
|
||||
<link rel="stylesheet" href="/default.css" />
|
||||
<style>
|
||||
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Symbols:wght@100..900&display=swap');
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="inside">
|
||||
<div>
|
||||
<a href="/" class="trianta">TRIANTA</a>
|
||||
<p>Function over form by design</p>
|
||||
</div>
|
||||
<div style="display: flex;">
|
||||
<nav class="column">
|
||||
<ul>
|
||||
<li><a href="https://www.github.com/trimutex">GitHub</a></li>
|
||||
<li><a href="https://lab.trianta.dev/Trianta">Projects</a></li>
|
||||
<li><a href="/completed">Completed</a></li>
|
||||
<li><a href="/current">Current</a></li>
|
||||
<li><a href="/other">Other</a></li>
|
||||
<li><a href="/contact">Contact</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<a href="/" class="trianta">TRIANTA</a>
|
||||
<div class="column">
|
||||
<a href="https://www.github.com/trimutex" alt="GitHub"></a>
|
||||
<a href="https://lab.trianta.dev/Trianta" alt="Personal Projects"></a>
|
||||
<a href="/completed" alt="Completed"></a>
|
||||
<a href="/current" alt="Current"></a>
|
||||
<a href="/other" alt="Other"></a>
|
||||
<a href="/contact" alt="Contact"></a>
|
||||
</div>
|
||||
</div>
|
||||
<p>Function over form by design</p>
|
||||
<div style="display: flex;">
|
||||
<div class="column gap"></div>
|
||||
<div class="column content"></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user