ASP Classic blog framework - BrainOrdure
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
498B

  1. <div class="hero mb-5">
  2. <div class="eyebrow mb-3">The magazine</div>
  3. <h1 class="display-5 fw-bold mb-3">BrainOrdure</h1>
  4. <p class="lede mb-4">Thoughtful posts, clean categories, and a comment section that feels like the front page of a well-kept publication.</p>
  5. <div class="d-flex flex-wrap gap-2">
  6. <a href="<%= PostsUrl() %>" class="btn btn-primary px-4">Read Posts</a>
  7. <a href="<%= CategoriesUrl() %>" class="btn btn-outline-secondary px-4">Browse Categories</a>
  8. </div>
  9. </div>

Powered by TurnKey Linux.