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 2 years ago
parent 8f4c1c8712
commit d8c087bb71
Signed by: offbyn
GPG Key ID: 94A2F643C51F37FA

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

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

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

Loading…
Cancel
Save