4 Commits

Author SHA1 Message Date
JonathanMcCaffrey 60c9a69e35 ... 2026-06-14 21:07:26 -04:00
JonathanMcCaffrey b5e3761120 ... 2026-06-12 21:13:10 -04:00
JonathanMcCaffrey 5bb8bc7bab ... 2026-06-12 21:11:56 -04:00
JonathanMcCaffrey 4277c3bd73 ... 2026-06-12 20:56:35 -04:00
5 changed files with 38 additions and 15 deletions
+12 -7
View File
@@ -3,11 +3,16 @@
<div class="sidebar">
<NavMenu/>
</div>
<main>
<article class="content px-4">
<TelerikRootComponent>
@Body
</TelerikRootComponent>
</article>
</main>
<div class="content-wrapper">
<main>
<article class="content px-4">
<TelerikRootComponent>
@Body
</TelerikRootComponent>
</article>
</main>
<footer class="footer">
<p>This website is not associated with <a href="https://earthbornegames.com/" target="_blank" rel="noopener noreferrer">Earthborne Games</a>.</p>
</footer>
</div>
</div>
+15
View File
@@ -8,6 +8,13 @@ main {
flex: 1;
}
.content-wrapper {
display: flex;
flex-direction: column;
flex: 1;
min-height: 100vh;
}
.sidebar {
background-color: var(--bg-sidebar);
border-right: 1px solid var(--border-color);
@@ -37,6 +44,14 @@ main {
text-overflow: ellipsis;
}
.footer {
text-align: center;
padding: 1rem;
font-size: 0.85rem;
color: var(--text-muted, #888);
border-top: 1px solid var(--border-color, #ddd);
}
@media (max-width: 640.98px) {
.top-row {
justify-content: space-between;
+2 -5
View File
@@ -4,11 +4,8 @@
<div class="hero-section text-center">
<div class="hero-content py-5">
<h1 class="display-4 mb-3">Earthborne Trailblazer</h1>
<p class="lead mb-4">Your essential companion guide for navigating the Valley and mastering your craft.</p>
<div class="hero-actions">
<NavLink href="overview" class="btn btn-primary btn-lg px-4">Begin Journey</NavLink>
</div>
<h1 class="display-4 mb-3">Slop Game Reference - Earthborne Trailblazer</h1>
<p class="lead mb-4">AI generated website for reference notes on playing Earthborne Trailblazer.</p>
</div>
</div>
+6
View File
@@ -0,0 +1,6 @@
{
"navigationFallback": {
"rewrite": "/index.html",
"exclude": ["/css/*", "/lib/*", "/_framework/*", "/_content/*", "/sample-data/*"]
}
}
+3 -3
View File
@@ -13,12 +13,12 @@
"state": {
"type": "markdown",
"state": {
"file": "Notes/Level Up.md",
"file": "Notes/Card Library.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "Level Up"
"title": "Card Library"
}
}
]
@@ -185,8 +185,8 @@
},
"active": "a4348c23136fecb0",
"lastOpenFiles": [
"Notes/Mountain Regions.md",
"Notes/Level Up.md",
"Notes/Mountain Regions.md",
"Tasks/Add Crisis Logic.md",
"Overview.md",
"Tasks/Sub out all the starter Event Cards.md",