Add github link and fix h1 in banner
This commit is contained in:
parent
c398d46ec6
commit
31e971a21b
@ -23,6 +23,7 @@
|
||||
<nav class="site__nav">
|
||||
<ul>
|
||||
<li><a href="/#websites">Websites</a></li>
|
||||
<li><a href="https://github.com/nathanjchapman/">Github</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
@ -94,11 +95,12 @@
|
||||
<footer>
|
||||
<section id="contact">
|
||||
<h5>Want to work with me?</h5>
|
||||
<p><a href="mailto:contact@nathanjchapman.com">Email me</a> and let's start a conversation.</p>
|
||||
<p><a href="mailto:contact@nathanjchapman.com">Contact me</a> and let's start a conversation.</p>
|
||||
</section>
|
||||
<section class="site__nav footer__nav">
|
||||
<ul>
|
||||
<li><a href="/#websites">Websites</a></li>
|
||||
<li><a href="https://github.com/nathanjchapman/">Github</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
@ -246,10 +246,18 @@ footer section,
|
||||
|
||||
.site__nav ul {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
grid-template-columns: repeat(12, 1fr);
|
||||
gap: 1rem;
|
||||
}
|
||||
|
||||
.footer__nav ul li:first-child {
|
||||
grid-column: 6;
|
||||
}
|
||||
|
||||
.footer__nav ul li:nth-child(2) {
|
||||
grid-column: 7;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@ -265,7 +273,7 @@ footer section,
|
||||
.site__banner {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
text-align: center;
|
||||
writing-mode: vertical-rl;
|
||||
text-orientation: mixed;
|
||||
direction: rtl;
|
||||
|
||||
@ -36,7 +36,7 @@
|
||||
<footer>
|
||||
<section id="contact">
|
||||
<h5>Want to work with me?</h5>
|
||||
<p><a href="mailto:contact@nathanjchapman.com">Email me</a> and let's start a conversation.</p>
|
||||
<p><a href="mailto:contact@nathanjchapman.com">Contact me</a> and let's start a conversation.</p>
|
||||
</section>
|
||||
<section class="site__nav footer__nav">
|
||||
{% include "_partials/_nav.html" %}
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
<ul>
|
||||
<li><a href="/#websites">Websites</a></li>
|
||||
<li><a href="https://github.com/nathanjchapman/">Github</a></li>
|
||||
{# <li><a href="/#apps">Apps</a></li> #}
|
||||
</ul>
|
||||
Loading…
x
Reference in New Issue
Block a user