From d4b2d7d42d600f5ead066e67c31a4ecc131db9b4 Mon Sep 17 00:00:00 2001 From: jcupac <41914500+jcupac@users.noreply.github.com> Date: Wed, 12 Jun 2024 16:47:09 +0200 Subject: [PATCH] conf --- _data/conference-speakers.yml | 55 +++-- _includes/footer.html | 5 +- _includes/incl-conf-subdomain.html | 195 ++++++++++++++++ _includes/incl-conference.html | 39 ++-- _includes/{community.html => members.html} | 0 _includes/navbar.html | 37 +++ _includes/network.html | 2 +- _includes/speakers.html | 2 +- _includes/team.html | 2 +- _includes/vision.html | 1 - _layouts/company.html | 3 + _layouts/conf.html | 29 +++ _layouts/default-2.html | 3 + _layouts/default.html | 11 +- _layouts/member.html | 3 + _layouts/past-meetups.html | 5 +- _scss/_conf-main.scss | 251 +++++++++++++++++++++ _scss/_conference.scss | 158 ++++++++----- _scss/_footer.scss | 12 + _scss/_global.scss | 103 ++++++--- _scss/_masthead.scss | 12 +- _scss/{_community.scss => _members.scss} | 4 +- _scss/_navbar.scss | 64 ++++++ _scss/_speakers.scss | 12 +- _scss/_team.scss | 12 +- _scss/techexcellence.scss | 7 +- assets/logo_text_horiz.svg | 36 +++ assets/te_logo.svg | 31 +++ conference-temp.html => conf.html | 6 +- content/_members/laila_bougria.md | 2 +- index.html | 97 ++++---- 31 files changed, 995 insertions(+), 204 deletions(-) create mode 100644 _includes/incl-conf-subdomain.html rename _includes/{community.html => members.html} (100%) create mode 100644 _includes/navbar.html create mode 100644 _layouts/conf.html create mode 100644 _scss/_conf-main.scss create mode 100644 _scss/_footer.scss rename _scss/{_community.scss => _members.scss} (94%) create mode 100644 _scss/_navbar.scss create mode 100644 assets/logo_text_horiz.svg create mode 100644 assets/te_logo.svg rename conference-temp.html => conf.html (62%) diff --git a/_data/conference-speakers.yml b/_data/conference-speakers.yml index 81d1b57..9951c0a 100644 --- a/_data/conference-speakers.yml +++ b/_data/conference-speakers.yml @@ -1,56 +1,67 @@ list: - i: kent_beck - date: 12-1pm EST (USA) - title: + date: 12-1pm EST + zone: USA + title: "TDD: Theme & Variations" link: - i: dave_farley - date: 10-11am CET (Europe) - title: + date: 10-11am CET + zone: Europe + title: "Modern Software Engineering: Building Better Software Faster" link: - i: alistair_cockburn - date: 1-2pm EST (USA) - title: + date: 1-2pm EST + zone: USA + title: Hexagonal Architecture link: - i: vlad_khononov - date: 11-12pm CET (Europe) - title: + date: 11-12pm CET + zone: Europe + title: "Complexity and Modularity: Two Sides of the Same Coin" link: - i: susanne_kaiser - date: 12-1pm CET (Europe) - title: + date: 12-1pm CET + zone: Europe + title: "Optimizing for a fast flow of value with Architecture for Flow" link: - i: jimmy_bogard - date: 2-3pm EST (USA) - title: + date: 2-3pm EST + zone: USA + title: "Domain-Driven Refactoring" link: - i: sonya_natanzon - date: 3-4pm EST (USA) - title: + date: 3-4pm EST + zone: USA + title: "So you think you might be an architect" link: - i: marco_consolaro - date: 1-2pm CET (Europe) - title: + date: 1-2pm CET + zone: Europe + title: "Test Doubles without Tears" link: - i: alessandro_di_gioia - date: 1-2pm CET (Europe) - title: + date: 1-2pm CET + zone: Europe + title: "Test Doubles without Tears" link: - i: nick_tune - date: 2-3pm CET (Europe) - title: + date: 2-3pm CET + zone: Europe + title: "Architecture Modernization: Aligning Software, Strategy, and Structure" link: - i: laila_bougria - date: 3-4pm CET (Europe) - title: + date: 3-4pm CET + zone: Europe + title: "Orchestration vs. Choreography: The good, the bad, and the trade-offs" link: diff --git a/_includes/footer.html b/_includes/footer.html index 3e64d48..ece6054 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,5 +1,4 @@ -