Browse Source

Correct About page menu location and hyperlink underlines

master
Silberengel 1 year ago
parent
commit
4082e25941
  1. 4
      src/lib/components/Navigation.svelte
  2. 6
      src/routes/about/+page.svelte

4
src/lib/components/Navigation.svelte

@ -18,10 +18,10 @@
<NavHamburger class='btn-leather' /> <NavHamburger class='btn-leather' />
</div> </div>
<NavUl class='ul-leather'> <NavUl class='ul-leather'>
<NavLi href='/about'>About</NavLi>
<NavLi href='/new/edit'>New Note</NavLi> <NavLi href='/new/edit'>New Note</NavLi>
<NavLi href='/visualize'>Visualize</NavLi> <NavLi href='/visualize'>Visualize</NavLi>
<NavLi> <NavLi href='/about'>About</NavLi>
<NavLi>
<DarkMode btnClass='btn-leather p-0'/> <DarkMode btnClass='btn-leather p-0'/>
</NavLi> </NavLi>
</NavUl> </NavUl>

6
src/routes/about/+page.svelte

@ -7,9 +7,9 @@
<div class='w-full flex justify-center'> <div class='w-full flex justify-center'>
<main class='main-leather flex flex-col space-y-4 max-w-2xl w-full mt-4 mb-4'> <main class='main-leather flex flex-col space-y-4 max-w-2xl w-full mt-4 mb-4'>
<Heading tag='h1' class='h-leather mb-2'>About</Heading> <Heading tag='h1' class='h-leather mb-2'>About</Heading>
<p>Alexandria is an editor and generator for <a href="https://github.com/nostr-protocol/nips/pull/1600" class='note-leather'>curated publications</a> and will soon also be a reader for long-form articles and wiki pages. <p>Alexandria is an editor and generator for <a href="https://github.com/nostr-protocol/nips/pull/1600" class='underline'>curated publications</a> and will soon also be a reader for long-form articles and wiki pages.
It is produced by the <a href="https://wikistr.com/gitcitadel-project" class='note-leather'>GitCitadel project team</a>.</p> It is produced by the <a href="https://wikistr.com/gitcitadel-project" class='underline'>GitCitadel project team</a>.</p>
<p>Please submit support issues on the <a href="https://gitcitadel.com/r/naddr1qvzqqqrhnypzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqy88wumn8ghj7mn0wvhxcmmv9uqq5emfw33kjarpv3jkcs83wav" class='note-leather'>project repo page</a> and follow us on <a href="https://github.com/ShadowySupercode/gitcitadel" class='note-leather'>GitHub</a> and <a href="https://geyser.fund/project/gitcitadel" class='note-leather'>Geyserfund</a>.</p> <p>Please submit support issues on the <a href="https://gitcitadel.com/r/naddr1qvzqqqrhnypzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqy88wumn8ghj7mn0wvhxcmmv9uqq5emfw33kjarpv3jkcs83wav" class='underline'>project repo page</a> and follow us on <a href="https://github.com/ShadowySupercode/gitcitadel" class='underline'>GitHub</a> and <a href="https://geyser.fund/project/gitcitadel" class='underline'>Geyserfund</a>.</p>
</main> </main>
</div> </div>
Loading…
Cancel
Save