|
|
@@ -1,8 +1,9 @@ |
|
|
<div class="hero py-5 mb-5"> |
|
|
|
|
|
<h1 class="display-5 fw-bold mb-2">BrainOrdure</h1> |
|
|
|
|
|
<p class="lead text-muted mb-4">Thoughts, notes, and things worth writing down.</p> |
|
|
|
|
|
<div class="d-flex gap-2"> |
|
|
|
|
|
<a href="<%= PostsUrl() %>" class="btn btn-dark px-4">Read Posts</a> |
|
|
|
|
|
|
|
|
<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> |
|
|
<a href="<%= CategoriesUrl() %>" class="btn btn-outline-secondary px-4">Browse Categories</a> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |