Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 3 additions & 16 deletions pwa/app/(common)/components/ModalCon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default function ModalCon() {
className="max-w-full mx-auto"
/>
<div className="border-px mt-4 border-white py-1 px-2 font-bold text-sm text-white uppercase inline-block">
September 18-19, 2025 | Lille & online
September 17-18, 2026 | Lille & online
</div>
<button
className="rounded-full bg-blue w-9 h-9 top-4 right-4 absolute text-white flex items-center justify-center"
Expand Down Expand Up @@ -104,23 +104,10 @@ export default function ModalCon() {
The international conference on the API Platform Framework
</p>
<h2 className="text-blue-light text-2xl font-bold">
Final tickets available before registration closes.
Secure your seat now before we sell out!
</h2>
<p className="font-light text-sm text-blue-black">
Be part of the very first meeting with the{" "}
<a
className="link"
href="https://x.com/dunglas/status/1962814466027815094"
target="_blank"
rel="noreferrer noopener"
>
FrankenPHP elePHPant plushies
</a>{" "}
in Lille.
<br />
<br />
This edition is shaping up to be our biggest yet — secure your
seat now before we sell out.
Join the event where Symfony and Laravel communities gather to share their expertise.
</p>
<Button
color="pink"
Expand Down
2 changes: 1 addition & 1 deletion pwa/app/(common)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function RootLayout({
className={`${poppins.variable} ${fira.variable} w-full light`}
>
<body className="bg-white dark:bg-blue-black">
{/*<ModalCon />*/}
<ModalCon />
<Layout>{children}</Layout>
</body>
</html>
Expand Down
14 changes: 14 additions & 0 deletions pwa/data/con/2026/partners.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,20 @@ const partners: Partner[] = [
link: "https://www.peinture.app/",
rank: 2,
},
{
name: "Private Packagist",
logo: "packagist",
link: "https://packagist.com/",
rank: 2,
highlight: true,
},
{
name: "URSCOP Hauts de France",
logo: "urscop",
link: "https://www.les-scop-hautsdefrance.coop/",
rank: 2,
highlight: true,
},
{
name: "Caddy",
logo: "caddy",
Expand Down
Binary file added pwa/public/images/con/2026/partners/packagist.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pwa/public/images/con/2026/partners/urscop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading