Commit multilingual editorial frontend work

This commit is contained in:
2026-04-07 07:36:27 +02:00
parent 0eae030142
commit 77f57cf528
119 changed files with 5255 additions and 220 deletions
+51 -8
View File
@@ -27,6 +27,10 @@ export type VentureSignal = {
strap: string;
summary: string;
href: string;
imageSrc: string;
imageAlt: string;
imageNote: string;
external?: boolean;
};
export type CollageImage = {
@@ -54,9 +58,10 @@ export const routeStops: RouteStop[] = [
{ place: "Columbia, South Carolina", note: "business school orbit" },
{ place: "Paris, France", note: "international MBA" },
{ place: "Washington, DC", note: "capital interval" },
{ place: "New York", note: "city tempo" },
{ place: "Manhattan, New York", note: "city tempo" },
{ place: "Hamilton, Bermuda", note: "Atlantic detour" },
{ place: "the Midwest", note: "American middle distance" },
{ place: "Washington, DC", note: "federal coda" },
{ place: "Brooklyn, New York", note: "borough voltage" },
{ place: "Krakow, Poland", note: "EU studies" },
{ place: "Oslo, Norway", note: "Nordic transition" },
{ place: "Kongsberg, Norway", note: "current desk" },
@@ -113,11 +118,27 @@ export const ventureDesk: Venture[] = [
export const ventureSignals: VentureSignal[] = [
{
name: "Trivia & Tunes",
strap: "live-hosted games and music-led connection",
name: "Blue Note Logic",
strap: "private AI, document intelligence, and source-cited memory",
summary:
"A cultural desk for knowledge, playlists, rooms full of people, and the social engineering of a good night.",
href: "https://triviaandtunes.com/",
"The machine room behind the paper: owned infrastructure, private corpora, multilingual controls, and AI that keeps its receipts.",
href: "https://ai.bluenotelogic.com/",
imageSrc: "/images/ai-lab/hero-lab.svg",
imageAlt: "Illustrated AI lab diagram for Blue Note Logic.",
imageNote: "Private corpus / cited answers / EU hosting",
external: true,
},
{
name: "Trivia & Tunes",
strap: "live-hosted games, music rounds, and true AI in the loop",
summary:
"A culture product with venue instincts: playlists, game craft, AI grading, and voice features edging toward the microphone.",
href: "https://triviaandtunes.no/",
imageSrc:
"https://commons.wikimedia.org/wiki/Special:Redirect/file/Level_42_Kongsberg_Jazzfestival_2017_%28214257%29.jpg",
imageAlt: "Crowd-facing stage image from Kongsberg Jazzfestival.",
imageNote: "Live rooms / music energy / quiz-night voltage",
external: true,
},
{
name: "Do Better Norge",
@@ -125,6 +146,22 @@ export const ventureSignals: VentureSignal[] = [
summary:
"A civic and advocacy desk grounded in primary sources, practical guidance, and a refusal to treat children as procedural debris.",
href: "https://dobetternorge.no/",
imageSrc: "https://commons.wikimedia.org/wiki/Special:Redirect/file/Kongsberg_IMG_0357.JPG",
imageAlt: "Riverfront view in Kongsberg, Norway.",
imageNote: "Norway desk / family life / civic weather",
external: true,
},
{
name: "School dossier",
strap: "Brussels, Krakow, Paris, Villanova, and the long route north",
summary:
"The education issue turns institutions into chapters, cities into footnotes, and degrees into a proper migration story.",
href: "/education",
imageSrc:
"https://commons.wikimedia.org/wiki/Special:Redirect/file/Grand-Place,_Brussels_%2839528722772%29.jpg",
imageAlt: "Grand-Place in Brussels.",
imageNote: "Brussels / multilingual weather / first European chapter",
external: false,
},
];
@@ -218,7 +255,7 @@ export const aiLabSources: SourceCredit[] = [
},
{
label: "Trivia & Tunes",
url: "https://triviaandtunes.com/",
url: "https://triviaandtunes.no/",
note:
"Used for the live-hosted trivia and music angle on the homepage culture desk.",
},
@@ -226,6 +263,12 @@ export const aiLabSources: SourceCredit[] = [
label: "Do Better Norge",
url: "https://dobetternorge.no/",
note:
"Used for the advocacy and childrens-rights positioning on the homepage civic desk.",
"Used for the advocacy and children's-rights positioning on the homepage civic desk.",
},
{
label: "Wikimedia Commons",
url: "https://commons.wikimedia.org/",
note:
"Used for the public-domain and openly licensed city, campus, and festival images woven through the homepage and section cards.",
},
];