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
+5
View File
@@ -3,6 +3,7 @@
<div class="sidebar"> <div class="sidebar">
<NavMenu/> <NavMenu/>
</div> </div>
<div class="content-wrapper">
<main> <main>
<article class="content px-4"> <article class="content px-4">
<TelerikRootComponent> <TelerikRootComponent>
@@ -10,4 +11,8 @@
</TelerikRootComponent> </TelerikRootComponent>
</article> </article>
</main> </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> </div>
+15
View File
@@ -8,6 +8,13 @@ main {
flex: 1; flex: 1;
} }
.content-wrapper {
display: flex;
flex-direction: column;
flex: 1;
min-height: 100vh;
}
.sidebar { .sidebar {
background-color: var(--bg-sidebar); background-color: var(--bg-sidebar);
border-right: 1px solid var(--border-color); border-right: 1px solid var(--border-color);
@@ -37,6 +44,14 @@ main {
text-overflow: ellipsis; 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) { @media (max-width: 640.98px) {
.top-row { .top-row {
justify-content: space-between; justify-content: space-between;
+2 -5
View File
@@ -4,11 +4,8 @@
<div class="hero-section text-center"> <div class="hero-section text-center">
<div class="hero-content py-5"> <div class="hero-content py-5">
<h1 class="display-4 mb-3">Earthborne Trailblazer</h1> <h1 class="display-4 mb-3">Slop Game Reference - Earthborne Trailblazer</h1>
<p class="lead mb-4">Your essential companion guide for navigating the Valley and mastering your craft.</p> <p class="lead mb-4">AI generated website for reference notes on playing Earthborne Trailblazer.</p>
<div class="hero-actions">
<NavLink href="overview" class="btn btn-primary btn-lg px-4">Begin Journey</NavLink>
</div>
</div> </div>
</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": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "Notes/Level Up.md", "file": "Notes/Card Library.md",
"mode": "source", "mode": "source",
"source": false "source": false
}, },
"icon": "lucide-file", "icon": "lucide-file",
"title": "Level Up" "title": "Card Library"
} }
} }
] ]
@@ -185,8 +185,8 @@
}, },
"active": "a4348c23136fecb0", "active": "a4348c23136fecb0",
"lastOpenFiles": [ "lastOpenFiles": [
"Notes/Mountain Regions.md",
"Notes/Level Up.md", "Notes/Level Up.md",
"Notes/Mountain Regions.md",
"Tasks/Add Crisis Logic.md", "Tasks/Add Crisis Logic.md",
"Overview.md", "Overview.md",
"Tasks/Sub out all the starter Event Cards.md", "Tasks/Sub out all the starter Event Cards.md",