chore: added header tags

This commit is contained in:
Steve
2025-09-29 11:20:23 -04:00
parent b2081eaf25
commit 49db473a4f

View File

@@ -64,17 +64,17 @@
<p>You just write what's on your mind, respond to an idea, post a recipe, or share a photo. It's blogs, but perhaps not in the way you would think of blogs.</p>
<p>It just takes three things to participate:</p>
<ol class="list-disc pl-4 text-2xl font-bold">
<li>Blog</li>
<li>RSS</li>
<li>Feeds</li>
</ol>
<div class="flex flex-col gap-2">
<a href="#blog" class="font-bold text-xl underline">Blog</a>
<a href="#rss" class="font-bold text-xl underline">RSS</a>
<a href="#feeds" class="font-bold text-xl underline">Feeds</a>
</div>
</div>
</section>
<section class="min-h-screen w-screen flex-shrink-0 flex flex-col justify-center items-center px-8 snap-center">
<div class="max-w-xl space-y-4">
<h2 class="text-4xl font-bold">Blog</h2>
<h2 class="text-4xl font-bold" id="blog">Blog</h2>
<p>Let me reassure you, this is actually simpler than what you're probably thinking. This doesn't have to be some well polished highly viewed monetization machine. It's just a simple website where you can casually talk about whatever you want to talk about! It can be long, short, a list of small things, or just a quote. It should be how you talk with other people in your own life, or how you communicate with the outside world. It should be you on a page. Here's a few places you can make a blog that are RSS enabled:</p>
@@ -135,7 +135,7 @@
<section class="min-h-screen w-screen flex-shrink-0 flex flex-col justify-center items-center px-8 snap-center">
<div class="max-w-xl space-y-4">
<h2 class="text-4xl font-bold">Feeds</h2>
<h2 class="text-4xl font-bold" id="feeds">Feeds</h2>
<p>This takes us to our final point: Feeds. You can probably get away with just the first two items and then sharing it with people you already know, but what about meeting or talking to people you don't know? That's where Feeds come in. The idea is to create another page on your blog that has all the RSS feeds you're subscribed to. By keeping this public and always up to date, someone can visit your page, find someone new and follow them. Perhaps that person also has a feeds page, and the cycle continues until there is a natural and organic network of people all sharing with each other. So if you have a blog, consider making a feeds page and sharing it! If your RSS reader supports OPML file exports and imports, perhaps you can share that file as well to make it easier to share your feeds.</p>
</div>