|
- <div class="hero mb-5">
- <div class="eyebrow mb-3">The magazine</div>
- <h1 class="display-5 fw-bold mb-3">BrainOrdure</h1>
- <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>
- <div class="d-flex flex-wrap gap-2">
- <a href="<%= PostsUrl() %>" class="btn btn-primary px-4">Read Posts</a>
- <a href="<%= CategoriesUrl() %>" class="btn btn-outline-secondary px-4">Browse Categories</a>
- </div>
- </div>
|