core: make main area flex and add changes to contact
This commit is contained in:
parent
262246e8f0
commit
4d01c794c0
12
default.css
12
default.css
@ -15,7 +15,7 @@ body {
|
||||
}
|
||||
|
||||
.inside {
|
||||
max-width: 45rem;
|
||||
max-width: 60rem;
|
||||
margin: 0 auto;
|
||||
padding: 2rem 1.5rem;
|
||||
}
|
||||
@ -26,12 +26,18 @@ nav {
|
||||
width: 6rem;
|
||||
}
|
||||
|
||||
nav ul {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.gap {
|
||||
width: 3rem;
|
||||
width: 4rem;
|
||||
}
|
||||
|
||||
.content {
|
||||
width: 36rem;
|
||||
width: 48rem;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
28
index.html
28
index.html
@ -11,19 +11,21 @@
|
||||
<a href="/" class="trianta">TRIANTA</a>
|
||||
<p>Function over form by design</p>
|
||||
</div>
|
||||
<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>
|
||||
<div class="column gap">
|
||||
</div>
|
||||
<div class="column content">
|
||||
<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>
|
||||
<div class="column gap">
|
||||
</div>
|
||||
<div class="column content">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
@ -11,17 +11,25 @@
|
||||
<a href="/" class="trianta">TRIANTA</a>
|
||||
<p>Function over form by design</p>
|
||||
</div>
|
||||
<div id="navigation">
|
||||
<a href="https://www.github.com/trimutex">GitHub</a>
|
||||
<a href="https://lab.trianta.dev/Trianta">Projects</a>
|
||||
<a href="/completed">Completed</a>
|
||||
<a href="/current">Current</a>
|
||||
<a href="/other">Other</a>
|
||||
<a href="/contact">Contact</a>
|
||||
<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>
|
||||
<div class="column gap">
|
||||
</div>
|
||||
<div class="column content">
|
||||
<h2>Contact Methods</h2>
|
||||
<p>E-mail: gregcraw2001@gmail.com</p>
|
||||
<p>Discord: trianta</p>
|
||||
</div>
|
||||
</div>
|
||||
<h2>Contact Methods</h2>
|
||||
<p>E-mail: gregcraw2001@gmail.com</p>
|
||||
<p>Discord: trianta</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user