diff options
author | gennyble <gen@nyble.dev> | 2024-12-20 14:50:43 -0600 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2024-12-20 14:50:43 -0600 |
commit | 8244b3d64ec6888dc65bfa599e9a878c97cb3440 (patch) | |
tree | 5868ee7249c4a8ff2fe2714fb9a0cffc6cc66ea2 /served/home.html | |
parent | 5a28637429dfcb3062b479e596e7376dbebb3bbf (diff) | |
download | ∞-8244b3d64ec6888dc65bfa599e9a878c97cb3440.tar.gz ∞-8244b3d64ec6888dc65bfa599e9a878c97cb3440.zip |
done? for now, anyway
Diffstat (limited to 'served/home.html')
-rwxr-xr-x | served/home.html | 26 |
1 files changed, 18 insertions, 8 deletions
diff --git a/served/home.html b/served/home.html index 3d065e7..fe1e80b 100755 --- a/served/home.html +++ b/served/home.html @@ -1,6 +1,6 @@ --- template=minimal -title=Home | nyble.dev +title=Hey, hello. style=/styles/home.css --- [@paragraphs off] @@ -21,8 +21,8 @@ style=/styles/home.css it in <a href="bits/">bits/</a> if it feels like it wants to be there. </p> <p> - There are some <a href="things/">things/</a>, projects i guess, that have their - own little pages. These are living pages, updated when needed, about software + There are living pages, updated when needed, for some <a href="things/">things/</a>. + Projects </p> <section id="contact"> @@ -35,11 +35,21 @@ style=/styles/home.css style="margin-left: 1rem">@inann@amble.quest</a></li> </ul> </section> + + <img id="banner" alt="" src="look1.jpg" /> </section> - <h2>have a look at my scrap!</h2> - <p> - Scrap is the weird ~things I find in the world, typically on the ground. They are - unloved and, perhaps, forgotten. I've taken to them. - </p> + <!-- no, not until it's redone --> + <div id="noshow" style="display: none"> + <h2>have a look at my scrap!</h2> + <p> + Scrap is the weird ~things I find in the world, typically on the ground. They are + unloved and, perhaps, forgotten. I've taken to them. + </p> + </div> + + <!-- + TODO: from phone looking + - space between weeknote section and other writings and reduce row-gap + --> </main> \ No newline at end of file |