core: match navigation on all pages, and improve look
This commit is contained in:
parent
9640c4089d
commit
6057267dfa
14
default.css
14
default.css
@ -19,16 +19,12 @@ body {
|
||||
padding: 2rem 1.5rem;
|
||||
}
|
||||
|
||||
#introLeft {
|
||||
display: inline-block;
|
||||
width: 85%;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
#introRight {
|
||||
display: inline-block;
|
||||
max-width: 8rem;
|
||||
#navigation {
|
||||
max-width: 10rem;
|
||||
width: 100%;
|
||||
border: solid 2px #393E6F;
|
||||
padding: 1rem;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.trianta {
|
||||
|
@ -7,11 +7,11 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="inside">
|
||||
<div id="introLeft">
|
||||
<div>
|
||||
<a href="/" class="trianta">TRIANTA</a>
|
||||
<p>Function over form by design</p>
|
||||
</div>
|
||||
<div id="introRight">
|
||||
<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>
|
||||
|
@ -7,13 +7,17 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="inside">
|
||||
<div id="introLeft">
|
||||
<div>
|
||||
<a href="/" class="trianta">TRIANTA</a>
|
||||
<p>Function over form by design</p>
|
||||
</div>
|
||||
<div id="introRight">
|
||||
<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>
|
||||
<h2>Completed Projects</h2>
|
||||
<div class="card reserve">
|
||||
|
@ -7,13 +7,17 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="inside">
|
||||
<div id="introLeft">
|
||||
<div>
|
||||
<a href="/" class="trianta">TRIANTA</a>
|
||||
<p>Function over form by design</p>
|
||||
</div>
|
||||
<div id="introRight">
|
||||
<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>
|
||||
<h2>Contact Methods</h2>
|
||||
<p>E-mail: gregcraw2001@gmail.com</p>
|
||||
|
@ -7,13 +7,17 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="inside">
|
||||
<div id="introLeft">
|
||||
<div>
|
||||
<a href="/" class="trianta">TRIANTA</a>
|
||||
<p>Function over form by design</p>
|
||||
</div>
|
||||
<div id="introRight">
|
||||
<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>
|
||||
<h2>Current Personal Projects</h2>
|
||||
<div class="card">
|
||||
|
@ -7,13 +7,17 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="inside">
|
||||
<div id="introLeft">
|
||||
<div>
|
||||
<a href="/" class="trianta">TRIANTA</a>
|
||||
<p>Function over form by design</p>
|
||||
</div>
|
||||
<div id="introRight">
|
||||
<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>
|
||||
<h2>Other Projects</h2>
|
||||
<div class="card">
|
||||
|
Loading…
Reference in New Issue
Block a user