diff --git a/scripts/seed.js b/scripts/seed.js index ddd69f4..feb11f3 100644 --- a/scripts/seed.js +++ b/scripts/seed.js @@ -42,13 +42,13 @@ const projects = [ { id: 'prj_helix', slug: 'helix', - title: 'HELIX', + title: 'R&D-lab', summary: - 'This very site — the R&D showcase platform. EVOLV and every R&D strand, one helix.', + 'This very site — the R&D lab of Waterschap Brabantse Delta. Projects, innovations, and every strand between.', body_md: [ - '# HELIX', + '# R&D-lab', '', - 'HELIX is the R&D showcase platform of Waterschap Brabantse Delta. It collects projects, innovations, and updates from across the team in one place — with deep links to the actual repos, dashboards, and demos.', + 'The R&D-lab is the showcase platform of Waterschap Brabantse Delta. It collects projects, innovations, and updates from across the team in one place — with deep links to the actual repos, dashboards, and demos.', '', '## Stack', '', @@ -60,7 +60,7 @@ const projects = [ '', '## Why?', '', - 'Innovations were scattered: Gitea repos here, Grafana dashboards there, slide decks elsewhere. HELIX is the strand they share.' + 'Innovations were scattered: Gitea repos here, Grafana dashboards there, slide decks elsewhere. R&D-lab is the strand they share.' ].join('\n'), cover_url: null, strand: 'A', @@ -117,13 +117,13 @@ const links = [ const posts = [ { id: 'pst_welcome', - slug: 'welcome-to-helix', - title: 'Welcome to HELIX', + slug: 'welcome-to-rd-lab', + title: 'Welcome to R&D-lab', summary: 'Why this site exists and how to contribute.', body_md: [ - '# Welcome to HELIX', + '# Welcome to R&D-lab', '', - 'HELIX is the home of R&D output at Waterschap Brabantse Delta. If you have a project, a dashboard, or a one-off experiment worth showing — it belongs here.', + 'R&D-lab is the home of R&D output at Waterschap Brabantse Delta. If you have a project, a dashboard, or a one-off experiment worth showing — it belongs here.', '', '## How to post', '', diff --git a/src/app.css b/src/app.css index 9444520..dbf4574 100644 --- a/src/app.css +++ b/src/app.css @@ -5,14 +5,21 @@ /* Design tokens exposed as CSS vars so Svelte component diff --git a/src/lib/components/Nav.svelte b/src/lib/components/Nav.svelte index 4813cd3..e4211c7 100644 --- a/src/lib/components/Nav.svelte +++ b/src/lib/components/Nav.svelte @@ -20,21 +20,20 @@
{s.project.summary}
- Open → - + + + + + + +{s.project.summary}
+ + {#if s.project.links.length > 0} +R&D · {SITE.organization}
{SITE.tagline}
{SITE.description}
@@ -37,7 +37,7 @@ {#if data.helixProjects.length === 0}HELIX needs its first project. Add one →
+R&D-lab needs its first project. Add one →
- HELIX uses your Gitea account at
+ {SITE.name} uses your Gitea account at
{SITE.giteaBaseUrl.replace('https://', '')}.
Anyone can read; authoring is restricted to the
{SITE.giteaOrg} organisation.
@@ -30,7 +30,7 @@
- You'll be redirected to Gitea to approve, then back here. No password is stored by HELIX. + You'll be redirected to Gitea to approve, then back here. No password is stored by {SITE.name}.