Add links to source and new issue page

I don't feel great about linking to GitHub but that's because I don't
feel great about *using* GitHub for source hosting and bug tracking. On
the other hand, I think it's useful to link to both since the people who
will be trying this are likely going to be developers right now. In the
future I'll probably revert this change.
This commit is contained in:
Christian Bundy 2019-06-25 10:35:43 -07:00
parent 850ce9855c
commit 80cfbe1422
No known key found for this signature in database
GPG Key ID: EB541AAEF4366237
2 changed files with 15 additions and 4 deletions

View File

@ -58,7 +58,7 @@ pre {
}
body {
max-width: 40rem;
padding: 1.5rem;
margin: 1.5rem;
}
}
@ -94,17 +94,26 @@ pre {
font-weight: bold;
}
nav {
display: flex;
justify-content: space-between;
margin-bottom: 1.5rem;
}
nav * {
margin-right: 1rem;
}
nav a {
color: #888;
margin-right: 1rem;
text-decoration: none;
font-weight: bold;
}
.profile {
margin-top: 1rem;
margin-top: 1.5rem;
display: flex;
margin-bottom: 1rem;
margin-bottom: 1.5rem;
}
.profile > img, .profile > h1 {

View File

@ -9,5 +9,7 @@
<nav>
<a href="/">home</a>
<a href="/profile">profile</a>
<a href="https://github.com/fraction/oasis">source</a>
<a href="https://github.com/fraction/oasis/issues/new">help</a>
</nav>
<section id="content">