Skip to content
Open
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
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
{% include head.html %}

<body>
<body class="{% if page.id %}page-{{ page.id }}{% endif %}">
{% include notification.html %}
{% if page.id == 'home' %}
{% include banner.html %}
Expand Down
15 changes: 15 additions & 0 deletions _sass/common/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -320,6 +328,13 @@
line-height: 28px;
}

.page-events & {
h2 {
font-size: 36px;
line-height: 34px;
}
}

p,
ul,
ol {
Expand Down
11 changes: 6 additions & 5 deletions world/index.html
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -19,18 +20,18 @@ <h1>Rails World</h1>
<div class="container">
<div class="text__body">
<div class="text__content common-content">
<h3>What is Rails World?</h3>
<h2>What is Rails World?</h2>
<p>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.</p>

<hr class="divider" />

<h3>Next up.</h3>
<h2>Next up.</h2>

<p><a href="/world/2025">Rails World 2025</a> will take place in Amsterdam, NL September 4 & 5, 2025, and it is now sold out. Keep an eye on the website or <a href="https://rails-foundation.kit.com/sign-up">sign up to the event mailing list</a> for updates.</p>

<p><img src="/assets/images/RW25-save-the-date.png"></p>

<h3>Sponsor Rails World.</h3>
<h2>Sponsor Rails World.</h2>

<p>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 <a href="mailto:[email protected]">[email protected]</a> or download the sponsorship prospectus below.</p>

Expand All @@ -41,15 +42,15 @@ <h3>Sponsor Rails World.</h3>

<hr class="divider" />

<h3>Previous editions.</h3>
<h2>Previous editions.</h2>
<ul>
<li><a href="/world/2024">2024</a> Toronto, CA</li>
<li><a href="/world/2023">2023</a> Amsterdam, NL</li>
</ul>

<hr class="divider" />

<h3>Suggestions?</h3>
<h2>Suggestions?</h2>
<p>Where would you like to see a future edition of Rails World? Drop your suggestion in <a href="https://app.todohelpers.com/forms/4758b5b0-d6f9-4f41-8041-992cc9b748fb">this suggestion form</a>.</p>

</div>
Expand Down