ASP Classic blog framework - BrainOrdure
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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.