浏览代码

Refresh site with magazine styling

master
nano 6 天前
父节点
当前提交
7f7dbd68e5
共有 1 个文件被更改,包括 6 次插入5 次删除
  1. +6
    -5
      app/views/Home/index.asp

+ 6
- 5
app/views/Home/index.asp 查看文件

@@ -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>
</div>
</div>

正在加载...
取消
保存

Powered by TurnKey Linux.