{{ content.events.title }}
-{{ content.events.when }}
-{{ content.events.blurb }}
- {{ content.events.ctaLabel }} -diff --git a/apps/interinnl/public/llms.txt b/apps/interinnl/public/llms.txt index 50dc5c2..417aaa9 100644 --- a/apps/interinnl/public/llms.txt +++ b/apps/interinnl/public/llms.txt @@ -33,7 +33,7 @@ Humans use Keplr on Osmosis. Autonomous agents pay USDC via HTTP 402 (x402 on Ba - [InterINNL hub email](mailto:contact+innl@interchouette.net): general InterINNL contact - [AquaChain email](mailto:contact+aquachain@interchouette.net): demo and collaboration questions -- [LinkedIn group](https://www.linkedin.com/groups/42420002/): community and hackathon interest +- [LinkedIn group](https://www.linkedin.com/groups/42420002/): community - [GitHub org](https://github.com/InterINNL): open-source repositories ## GitHub diff --git a/apps/interinnl/src/app/content.ts b/apps/interinnl/src/app/content.ts index 65d48b6..6b86f6a 100644 --- a/apps/interinnl/src/app/content.ts +++ b/apps/interinnl/src/app/content.ts @@ -49,7 +49,6 @@ export const interinnlContent = { { value: 2, suffix: '', label: 'countries' }, { value: 50, suffix: '+', label: 'members' }, { value: 1, suffix: '', label: 'project live' }, - { value: 0, suffix: '', label: 'first hackathon', display: 'Soon' }, ], stories: [ { @@ -204,15 +203,6 @@ export const interinnlContent = { note: 'An InterINNL open-source project.', }, ], - events: { - badge: 'Coming soon', - title: 'AquaChain Hackathon I', - blurb: - '48 hours to build tech for water challenges with AI, LLMs, IoT and blockchain. India and the Netherlands, remote + Amsterdam. Public GitHub output. Real problems, not slides.', - when: 'Date to be announced', - ctaLabel: 'Register interest', - ctaHref: linkedinGroup, - }, founders: [ { name: 'Gregory Roussac', diff --git a/apps/interinnl/src/app/footer/footer.html b/apps/interinnl/src/app/footer/footer.html index b6ab8ab..83b78fe 100644 --- a/apps/interinnl/src/app/footer/footer.html +++ b/apps/interinnl/src/app/footer/footer.html @@ -19,7 +19,6 @@
{{ content.events.when }}
-{{ content.events.blurb }}
- {{ content.events.ctaLabel }} -