Skip to content

Commit ffc31e4

Browse files
committed
Updated to lisbonai.org
1 parent a0c46bf commit ffc31e4

6 files changed

Lines changed: 63 additions & 67 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
**Welcome, speaker.**
44
September 23–24, 2026 · Centro Champalimaud, Belém · Lisbon, Portugal
55

6-
This is the source for [speakers.lisbonai.xyz](https://speakers.lisbonai.xyz) — the speaker info-center for Lisbon AI 2026. Built with [Astro](https://astro.build) and [Tailwind CSS](https://tailwindcss.com).
6+
This is the source for [speakers.lisbonai.org](https://speakers.lisbonai.org) — the speaker info-center for Lisbon AI 2026. Built with [Astro](https://astro.build) and [Tailwind CSS](https://tailwindcss.com).
77

8-
- [Speaker info-center](https://speakers.lisbonai.xyz)
9-
- [Main website](https://lisbonai.xyz)
10-
- [Email the speaker team](mailto:speakers@lisbonai.xyz)
8+
- [Speaker info-center](https://speakers.lisbonai.org)
9+
- [Main website](https://lisbonai.org)
10+
- [Email the speaker team](mailto:speakers@lisbonai.org)
1111

1212
## Get in touch
1313

14-
- **Speakers:** [speakers@lisbonai.xyz](mailto:speakers@lisbonai.xyz)
15-
- **Everything else:** [info@lisbonai.xyz](mailto:info@lisbonai.xyz)
14+
- **Speakers:** [speakers@lisbonai.org](mailto:speakers@lisbonai.org)
15+
- **Everything else:** [info@lisbonai.org](mailto:info@lisbonai.org)
1616
- **Hang out:** [@lisbonai_](https://x.com/lisbonai_) on X, and [our Discord](https://discord.gg/ExnMf8wTPU)

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import tailwindcss from '@tailwindcss/vite';
55

66
// https://astro.build/config
77
export default defineConfig({
8-
site: 'https://speakers.lisbonai.xyz',
8+
site: 'https://speakers.lisbonai.org',
99
vite: {
1010
plugins: [tailwindcss()]
1111
}

public/CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
speakers.lisbonai.xyz
1+
speakers.lisbonai.org

src/components/Footer.astro

Lines changed: 48 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,53 @@
11
<!-- Footer -->
22
<footer class="bg-ink text-cream">
3-
<div class="mx-auto grid md:grid-cols-3 max-w-6xl gap-10 px-6 py-16">
4-
<div class="flex flex-col gap-4">
5-
<div class="font-mono text-xs uppercase text-faint">
6-
&copy; 2025-2026 Lisbon AI
7-
</div>
8-
</div>
9-
<div>
10-
<div class="mb-3 font-mono text-xs uppercase text-faint">About</div>
11-
<ul class="space-y-2 text-sm">
12-
<li>
13-
<a href="https://lisbonai.xyz" class="hover:text-accent"
14-
>Main site</a
15-
>
16-
</li>
17-
<li>
18-
<a
19-
href="https://lisbonai.xyz/about"
20-
class="hover:text-accent">About</a
21-
>
22-
</li>
23-
<li>
24-
<a
25-
href="https://tickets.lisbonai.xyz/registration"
26-
class="hover:text-accent">Tickets</a
27-
>
28-
</li>
29-
<li>
30-
<a
31-
href="https://lisbonai.xyz/conduct"
32-
class="hover:text-accent">Conduct</a
33-
>
34-
</li>
35-
</ul>
36-
</div>
3+
<div class="mx-auto grid md:grid-cols-3 max-w-6xl gap-10 px-6 py-16">
4+
<div class="flex flex-col gap-4">
5+
<div class="font-mono text-xs uppercase text-faint">
6+
&copy; 2025-2026 Lisbon AI
7+
</div>
8+
</div>
9+
<div>
10+
<div class="mb-3 font-mono text-xs uppercase text-faint">About</div>
11+
<ul class="space-y-2 text-sm">
12+
<li>
13+
<a href="https://lisbonai.org" class="hover:text-accent">Main site</a>
14+
</li>
15+
<li>
16+
<a href="https://lisbonai.org/about" class="hover:text-accent"
17+
>About</a
18+
>
19+
</li>
20+
<li>
21+
<a
22+
href="https://tickets.lisbonai.xyz/registration"
23+
class="hover:text-accent">Tickets</a
24+
>
25+
</li>
26+
<li>
27+
<a href="https://lisbonai.org/conduct" class="hover:text-accent"
28+
>Conduct</a
29+
>
30+
</li>
31+
</ul>
32+
</div>
3733

38-
<div>
39-
<div class="mb-3 font-mono text-xs uppercase text-faint">
40-
Get in touch
41-
</div>
42-
<ul class="space-y-2 text-sm">
43-
<li>
44-
<a
45-
href="https://discord.com/invite/ExnMf8wTPU"
46-
class="hover:text-accent">Discord</a
47-
>
48-
</li>
49-
<li>
50-
<a href="https://x.com/lisbonai_" class="hover:text-accent"
51-
>X / Twitter</a
52-
>
53-
</li>
54-
</ul>
55-
</div>
34+
<div>
35+
<div class="mb-3 font-mono text-xs uppercase text-faint">
36+
Get in touch
37+
</div>
38+
<ul class="space-y-2 text-sm">
39+
<li>
40+
<a
41+
href="https://discord.com/invite/ExnMf8wTPU"
42+
class="hover:text-accent">Discord</a
43+
>
44+
</li>
45+
<li>
46+
<a href="https://x.com/lisbonai_" class="hover:text-accent"
47+
>X / Twitter</a
48+
>
49+
</li>
50+
</ul>
5651
</div>
52+
</div>
5753
</footer>

src/components/Header.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
class="mx-auto flex items-center justify-between px-8 py-5 border-b border-ink/10"
33
>
44
<a
5-
href="https://lisbonai.xyz"
5+
href="https://lisbonai.org"
66
class="flex items-center gap-2 font-mono text-xs uppercase"
77
>
88
<span class="braille-spinner inline-block text-muted" aria-hidden="true"
@@ -12,7 +12,7 @@
1212
<span class="text-muted">/2026 · speakers</span>
1313
</a>
1414
<nav class="flex items-center gap-6 text-sm">
15-
<a href="https://lisbonai.xyz">Main site &rarr;</a>
15+
<a href="https://lisbonai.org">Main site &rarr;</a>
1616
</nav>
1717
</header>
1818

src/pages/index.astro

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ const faq = [
126126
If any of the information below is unclear, ambiguous, or
127127
feels off, email <a
128128
class="underline decoration-accent decoration-2 underline-offset-4 hover:text-accent"
129-
href="mailto:speakers@lisbonai.xyz"
130-
>speakers@lisbonai.xyz</a
129+
href="mailto:speakers@lisbonai.org"
130+
>speakers@lisbonai.org</a
131131
> and we'll fix it.
132132
</p>
133133
</div>
@@ -287,10 +287,10 @@ const faq = [
287287
</p>
288288
<div class="mt-8 flex flex-wrap gap-3">
289289
<a
290-
href="mailto:speakers@lisbonai.xyz?subject=Lisbon%20AI%202026%20speaker%20question"
290+
href="mailto:speakers@lisbonai.org?subject=Lisbon%20AI%202026%20speaker%20question"
291291
class="rounded-full bg-ink px-6 py-3 text-cream hover:bg-accent transition-colors"
292292
>
293-
speakers@lisbonai.xyz &rarr;
293+
speakers@lisbonai.org &rarr;
294294
</a>
295295
<a
296296
href="https://discord.com/invite/ExnMf8wTPU"
@@ -306,7 +306,7 @@ const faq = [
306306
contact throughout the event. If you'd rather skip the
307307
shared address and reach a human directly, email <a
308308
class="underline decoration-accent decoration-2 underline-offset-4 hover:text-accent"
309-
href="mailto:fred@lisbonai.xyz">fred@lisbonai.xyz</a
309+
href="mailto:fred@lisbonai.org">fred@lisbonai.org</a
310310
> or DM <a
311311
class="underline decoration-accent decoration-2 underline-offset-4 hover:text-accent"
312312
href="https://twitter.com/f">@f</a

0 commit comments

Comments
 (0)