From 8716b85a63e3862f5c7c349ae9e4fb076fd15368 Mon Sep 17 00:00:00 2001 From: Bhumi Shah Date: Mon, 18 Aug 2025 14:07:52 -0500 Subject: [PATCH 1/2] update the world index page markdup from h3 to h2 --- world/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/world/index.html b/world/index.html index a410db36..fd7652db 100644 --- a/world/index.html +++ b/world/index.html @@ -19,18 +19,18 @@

Rails World

-

What is Rails World?

+

What is Rails World?

Rails World is an annual two-day, two track community conference featuring technical talks, demos, workshops, networking, and keynotes about the latest features and best practices in Rails development.


-

Next up.

+

Next up.

Rails World 2025 will take place in Amsterdam, NL September 4 & 5, 2025, and it is now sold out. Keep an eye on the website or sign up to the event mailing list for updates.

-

Sponsor Rails World.

+

Sponsor Rails World.

Interested in becoming a sponsor? We are looking for companies who want to help us build fun, engaging elements of Rails World. Please reach out to sponsors@rubyonrails.org or download the sponsorship prospectus below.

@@ -41,7 +41,7 @@

Sponsor Rails World.


-

Previous editions.

+

Previous editions.

  • 2024 Toronto, CA
  • 2023 Amsterdam, NL
  • @@ -49,7 +49,7 @@

    Previous editions.


    -

    Suggestions?

    +

    Suggestions?

    Where would you like to see a future edition of Rails World? Drop your suggestion in this suggestion form.

From c378b6eb6c6bde11c3fdb4062346502291ddbbaf Mon Sep 17 00:00:00 2001 From: Bhumi Shah Date: Wed, 20 Aug 2025 12:34:03 -0500 Subject: [PATCH 2/2] On world index page, allow h2 heading have h3 styles --- _layouts/default.html | 2 +- _sass/common/_content.scss | 15 +++++++++++++++ world/index.html | 1 + 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/_layouts/default.html b/_layouts/default.html index 4c2ad250..bd97ef75 100755 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -3,7 +3,7 @@ {% include head.html %} - + {% include notification.html %} {% if page.id == 'home' %} {% include banner.html %} diff --git a/_sass/common/_content.scss b/_sass/common/_content.scss index 89799e5e..0659ce25 100755 --- a/_sass/common/_content.scss +++ b/_sass/common/_content.scss @@ -49,6 +49,14 @@ line-height: 26px; } + .page-events & { + h2 { + color: $color-red; + font-size: 36px; + line-height: 34px; + } + } + hr { background: rgba($color-black, 0.1); @@ -320,6 +328,13 @@ line-height: 28px; } + .page-events & { + h2 { + font-size: 36px; + line-height: 34px; + } + } + p, ul, ol { diff --git a/world/index.html b/world/index.html index fd7652db..b314eecd 100644 --- a/world/index.html +++ b/world/index.html @@ -1,4 +1,5 @@ --- +id: events title: "Rails World Conference" description: Rails World is an annual two day Rails community conference, featuring technical talks, workshops, and keynotes about best practices in Rails development. permalink: