about: link to and from the about page
ci/woodpecker/pr/woodpecker Pipeline was successful Details
ci/woodpecker/push/woodpecker Pipeline was successful Details

The about page was not linked, added footer section on the settings
view to link to the about page. Also added a link from the about
page to link back to index.html.
pull/27/head
OFF0 1 year ago
parent 8f4c1c8712
commit d8c087bb71
Signed by: offbyn
GPG Key ID: 94A2F643C51F37FA

@ -19,6 +19,7 @@
for more information about nostr protocol, check out
<a href="https://nostr.info/" target="_blank" rel="noopener noreferrer">nostr.info</a>.
</p>
back to <a href="/">nostr.ch</a>
</main>
</body>
</html>

@ -76,6 +76,11 @@
<button type="button" name="import" tabindex="0" disabled>save</button>
</div>
</form>
<footer class="text">
<p>
<a href="/about.html">about nostr.ch</a>
</p>
</footer>
</div>
</div>
</main>

@ -88,8 +88,8 @@ img {
max-width: 100%;
}
main.text {
margin: 2rem;
.text {
margin: var(--gap);
}
.danger {

Loading…
Cancel
Save