jump points
This commit is contained in:
parent
dcf8f9ac52
commit
3ae7fd0914
5 changed files with 10 additions and 6 deletions
|
@ -5,7 +5,7 @@ import WebRings from "../components/footer/webrings.astro";
|
|||
|
||||
<footer class="footer">
|
||||
<br />
|
||||
<section class="content center">
|
||||
<section class="content center" id="buttons">
|
||||
<Buttons />
|
||||
<hr />
|
||||
<WebRings />
|
||||
|
|
|
@ -3,6 +3,7 @@ import MyButtons from "./mybuttons.astro"
|
|||
import FriendlyButtons from "./friendly-buttons.astro"
|
||||
import OtherButtons from "./other-buttons.astro"
|
||||
---
|
||||
<h3>88x31 buttons <a href="#buttons"><i class="nf nf-oct-link"></i></span></a></h3>
|
||||
<MyButtons />
|
||||
<hr>
|
||||
<FriendlyButtons />
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<section class="content center">
|
||||
<h2>hello, creature.</h2>
|
||||
<section class="content center" id="about">
|
||||
<h2>hello, creature. <a href="#about"><i class="nf nf-oct-link"></i></span></a></h2>
|
||||
<p>
|
||||
my name is <span class="glitch">nelle</span> (not Nelle, nelle), some call me <span class="glitch">[data expunged]</span>.
|
||||
<br>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<section class="content center">
|
||||
<h2>points of existence</h2>
|
||||
<section class="content center" id="points-of-existence">
|
||||
<h2>points of existence <a href="#points-of-existence"><i class="nf nf-oct-link"></i></span></a></h2>
|
||||
<p><a href="mailto:rzqqihgbo@mozmail.com"><span style="color: var(--alt-accent-600);"><i class="nf nf-cod-arrow_right"></i></span> <i class="nf nf-md-email"></i> email</a></p>
|
||||
<p>
|
||||
<a href="https://www.youtube.com/channel/UCk_yKIpDnMv_DvuDb9RGfcA"
|
||||
|
|
|
@ -3,8 +3,11 @@ import LastFM from "./widgets/lastfm.astro";
|
|||
import NTFY from "./widgets/ntfy.astro";
|
||||
---
|
||||
|
||||
<section class="content center">
|
||||
<section class="content center" id="silly-widgets" >
|
||||
<h2>silly widgets <a href="#silly-widgets"><i class="nf nf-oct-link"></i></span></a></h2>
|
||||
<LastFM />
|
||||
<br>
|
||||
<hr />
|
||||
<br>
|
||||
<NTFY />
|
||||
</section>
|
||||
|
|
Loading…
Reference in a new issue