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;
|
padding: 2rem 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
#introLeft {
|
#navigation {
|
||||||
display: inline-block;
|
max-width: 10rem;
|
||||||
width: 85%;
|
|
||||||
vertical-align: top;
|
|
||||||
}
|
|
||||||
|
|
||||||
#introRight {
|
|
||||||
display: inline-block;
|
|
||||||
max-width: 8rem;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
border: solid 2px #393E6F;
|
||||||
|
padding: 1rem;
|
||||||
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.trianta {
|
.trianta {
|
||||||
|
@ -7,11 +7,11 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="inside">
|
<div class="inside">
|
||||||
<div id="introLeft">
|
<div>
|
||||||
<a href="/" class="trianta">TRIANTA</a>
|
<a href="/" class="trianta">TRIANTA</a>
|
||||||
<p>Function over form by design</p>
|
<p>Function over form by design</p>
|
||||||
</div>
|
</div>
|
||||||
<div id="introRight">
|
<div id="navigation">
|
||||||
<a href="https://www.github.com/trimutex">GitHub</a>
|
<a href="https://www.github.com/trimutex">GitHub</a>
|
||||||
<a href="https://lab.trianta.dev/Trianta">Projects</a>
|
<a href="https://lab.trianta.dev/Trianta">Projects</a>
|
||||||
<a href="/completed">Completed</a>
|
<a href="/completed">Completed</a>
|
||||||
|
@ -7,13 +7,17 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="inside">
|
<div class="inside">
|
||||||
<div id="introLeft">
|
<div>
|
||||||
<a href="/" class="trianta">TRIANTA</a>
|
<a href="/" class="trianta">TRIANTA</a>
|
||||||
<p>Function over form by design</p>
|
<p>Function over form by design</p>
|
||||||
</div>
|
</div>
|
||||||
<div id="introRight">
|
<div id="navigation">
|
||||||
<a href="https://www.github.com/trimutex">GitHub</a>
|
<a href="https://www.github.com/trimutex">GitHub</a>
|
||||||
<a href="https://lab.trianta.dev/Trianta">Projects</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>
|
</div>
|
||||||
<h2>Completed Projects</h2>
|
<h2>Completed Projects</h2>
|
||||||
<div class="card reserve">
|
<div class="card reserve">
|
||||||
|
@ -7,13 +7,17 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="inside">
|
<div class="inside">
|
||||||
<div id="introLeft">
|
<div>
|
||||||
<a href="/" class="trianta">TRIANTA</a>
|
<a href="/" class="trianta">TRIANTA</a>
|
||||||
<p>Function over form by design</p>
|
<p>Function over form by design</p>
|
||||||
</div>
|
</div>
|
||||||
<div id="introRight">
|
<div id="navigation">
|
||||||
<a href="https://www.github.com/trimutex">GitHub</a>
|
<a href="https://www.github.com/trimutex">GitHub</a>
|
||||||
<a href="https://lab.trianta.dev/Trianta">Projects</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>
|
</div>
|
||||||
<h2>Contact Methods</h2>
|
<h2>Contact Methods</h2>
|
||||||
<p>E-mail: gregcraw2001@gmail.com</p>
|
<p>E-mail: gregcraw2001@gmail.com</p>
|
||||||
|
@ -7,13 +7,17 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="inside">
|
<div class="inside">
|
||||||
<div id="introLeft">
|
<div>
|
||||||
<a href="/" class="trianta">TRIANTA</a>
|
<a href="/" class="trianta">TRIANTA</a>
|
||||||
<p>Function over form by design</p>
|
<p>Function over form by design</p>
|
||||||
</div>
|
</div>
|
||||||
<div id="introRight">
|
<div id="navigation">
|
||||||
<a href="https://www.github.com/trimutex">GitHub</a>
|
<a href="https://www.github.com/trimutex">GitHub</a>
|
||||||
<a href="https://lab.trianta.dev/Trianta">Projects</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>
|
</div>
|
||||||
<h2>Current Personal Projects</h2>
|
<h2>Current Personal Projects</h2>
|
||||||
<div class="card">
|
<div class="card">
|
||||||
|
@ -7,13 +7,17 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="inside">
|
<div class="inside">
|
||||||
<div id="introLeft">
|
<div>
|
||||||
<a href="/" class="trianta">TRIANTA</a>
|
<a href="/" class="trianta">TRIANTA</a>
|
||||||
<p>Function over form by design</p>
|
<p>Function over form by design</p>
|
||||||
</div>
|
</div>
|
||||||
<div id="introRight">
|
<div id="navigation">
|
||||||
<a href="https://www.github.com/trimutex">GitHub</a>
|
<a href="https://www.github.com/trimutex">GitHub</a>
|
||||||
<a href="https://lab.trianta.dev/Trianta">Projects</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>
|
</div>
|
||||||
<h2>Other Projects</h2>
|
<h2>Other Projects</h2>
|
||||||
<div class="card">
|
<div class="card">
|
||||||
|
Loading…
Reference in New Issue
Block a user