Skip to content

Commit 52c061d

Browse files
author
Anne-Julia Seitz
committed
Implement event-focused landing page design with improved layout
Major improvements: - Hero section: 300px logo with white glow effect, optimized layout (3-6-3 columns) - Responsive design: Hero shrinks from 10rem to 6rem on scroll with smooth animations - Navigation: Renamed "Archive" to "Previous Events", moved folder from archive/ to events/ - Card layout: Fixed equal heights for Featured Talks, preserved normal heights for other cards - Typography: Improved spacing and readability with better proportions - Branding: Updated Mastodon URL to phpc.social/@bephpug - Content: Updated to English-only with current event data Technical changes: - Enhanced CSS with scroll-triggered hero animations - JavaScript for dynamic hero resizing - Proper flexbox centering and responsive breakpoints - Fixed navbar spacing issues with proper padding calculations
1 parent f93acb1 commit 52c061d

9 files changed

Lines changed: 216 additions & 12 deletions

File tree

content/_index.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@ title = "Berlin PHP Usergroup"
33
description = "Monthly meetups for PHP developers in Berlin. Join our community for talks, networking, and learning about PHP, web development, and related technologies."
44

55
[extra.next_meetup]
6-
title = "PHP 8.4 Features & Symfony 7 Updates"
7-
date = "January 18, 2024"
8-
time = "19:00 - 21:30"
9-
location = "Co-Up Berlin"
10-
address = "Adalbertstraße 8, 10999 Berlin"
6+
title = "Democratic Architecture & TBA"
7+
date = "September 17, 2025"
8+
time = "18:30h - 21:00h"
9+
location = "c-base space station"
10+
address = "Rungestraße 20, 10179 Berlin"
1111
meetup_url = "https://www.meetup.com/berlin-php-usergroup/events/298123456/"
1212

1313
[[extra.next_meetup.talks]]
14-
title = "What's New in PHP 8.4"
15-
speaker = "Volker Dusch"
16-
description = "Explore the latest features and improvements in PHP 8.4, including new functions, syntax enhancements, and performance optimizations."
14+
title = "Democratic Architecture"
15+
speaker = "Stephan Priebsch"
16+
description = "Learn how embracing Democratic Architecture can lead to the creation of adaptable and resilient systems, as well as collaborative development cultures where architecture provides guidance rather than dictation. By decoupling architecture from implementation, we can better accommodate evolving requirements and technological shifts, thereby ensuring the long-term viability of systems and their alignment with business goals."
1717

1818
[[extra.next_meetup.talks]]
19-
title = "Symfony 7: Modern Web Development"
20-
speaker = "Anna Mueller"
21-
description = "Deep dive into Symfony 7's new features, improved DX, and how to migrate your existing applications."
19+
title = "TBA"
20+
speaker = "tba"
21+
description = "Stay tuned for the second talk announcement!"
2222

2323
[[extra.recent_talks]]
2424
title = "Building Scalable APIs with Laravel"
@@ -92,7 +92,7 @@ Whether you're a **seasoned PHP architect** or just **getting started** with web
9292
**Time:** 19:00 - 21:30 (7:00 - 9:30 PM)
9393
**Where:** Co-Up Berlin, Adalbertstraße 8, 10999 Berlin
9494
**Cost:** Free! Drinks and snacks provided
95-
**Languages:** Talks in German or English, discussions in both
95+
**Languages:** All talks and discussions in English
9696

9797
### Get Involved
9898

content/archive/2023-12-21-scalable-apis-laravel/_index.md renamed to content/events/2023-12-21-scalable-apis-laravel/_index.md

File renamed without changes.
File renamed without changes.

docs/ai_docs/bephpug_the-berlin-php-usergroup.md

Whitespace-only changes.

static/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
www.bephpug.de

static/favicon.ico

97.3 KB
Binary file not shown.

static/logo.svg

Lines changed: 89 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)