diff --git a/_includes/post.html b/_includes/post.html index 3992681d8..26317b23b 100755 --- a/_includes/post.html +++ b/_includes/post.html @@ -1,8 +1,13 @@ -
-
{{ post.date | date: '%B %-d, %Y' }}
- -
-
{{ post.title | strip_html }}
-
{{ post.content | strip_html | truncatewords: 30 }}
-
-
+
  • +
    +

    {{ post.date | date: '%B %-d, %Y' }}

    +
    +
    +

    + {{ post.title | strip_html }} +

    +

    + {{ post.content | strip_html | truncatewords: 30 }} +

    +
    +
  • diff --git a/_pages/community.html b/_pages/community.html index 363c85d47..fefc42f2f 100644 --- a/_pages/community.html +++ b/_pages/community.html @@ -12,7 +12,7 @@

    We make Rails better.

    -

    Rails is improving every year from the work of thousands of volunteers contributing in ways big and small. Everyone can help make this framework better whether they’ve been using it since the beginning or they just started yesterday.

    +

    Rails is improving every year from the work of thousands of volunteers contributing in ways big and small. Everyone can help make this framework better whether they’ve been using it since the beginning or they just started yesterday.

    diff --git a/_pages/foundation.html b/_pages/foundation.html index 6f0b881a4..9eaeac441 100644 --- a/_pages/foundation.html +++ b/_pages/foundation.html @@ -12,7 +12,7 @@

    The Rails Foundation.

    -

    A non-profit organization helping our ecosystem prosper.

    +

    A non-profit organization helping our ecosystem prosper.

    diff --git a/_sass/common/_headline.scss b/_sass/common/_headline.scss index b80cb5312..0e2152815 100755 --- a/_sass/common/_headline.scss +++ b/_sass/common/_headline.scss @@ -34,7 +34,7 @@ line-height: 34px; } - h4 { + h4, p { color: $color-black; font-size: 26px; @@ -110,14 +110,10 @@ line-height: 43px; } - h4 { + h4, p { font-size: 39px; letter-spacing: -0.01em; line-height: 44px; } - } - - - } diff --git a/_sass/modules/_blog.scss b/_sass/modules/_blog.scss index 369a239af..3461c8765 100755 --- a/_sass/modules/_blog.scss +++ b/_sass/modules/_blog.scss @@ -6,6 +6,18 @@ max-width: 1080px; } + h2 { + color: $color-black; + font-size: 23px; + padding: 0px; + font-weight: 600; + line-height: 42px; + } + + span:hover h2 { + color: $color-red; + } + &__posts, &__pagination { margin-left: 30px; @@ -18,21 +30,29 @@ border-top: 3px solid rgba($color-black, 0.1); padding-top: 30px; + display: flex; + gap: 30px; + - h6 { + + .post-date { + flex: 1; + + p { font-size: 21px; font-weight: 600; letter-spacing: -0.006em; line-height: 26px; margin-top: -7px; + } } - dl { - + .post-container { + flex: 3; margin-bottom: -6px; margin-top: 1px; - dt { + h3 { color: $color-black; font-size: 31px; @@ -50,10 +70,9 @@ } } - } - dd { + p { color: $color-grey-5; font-size: 21px; @@ -105,12 +124,15 @@ gap: 30px; padding-top: 40px; - h6 { - flex: 1; - margin-top: -1px; + .post-date { + p { + flex: 1; + margin-top: -1px; + } } - dl { + + .post-container { flex: 3; margin-top: -8px; } diff --git a/_sass/modules/_heading.scss b/_sass/modules/_heading.scss index a3111cb53..315235f34 100755 --- a/_sass/modules/_heading.scss +++ b/_sass/modules/_heading.scss @@ -26,7 +26,7 @@ padding-bottom: 3px; } - h4 { + h4, p { padding-top: 17px; } @@ -166,10 +166,9 @@ padding-top: 4px; } - h4 { + h4, p { padding-top: 20px; } - } &__button { diff --git a/blog/index.html b/blog/index.html index 1fc311aab..81035d477 100644 --- a/blog/index.html +++ b/blog/index.html @@ -4,15 +4,26 @@ ---
    +
    +
    +
    +

    The Rails Blog: News & Release Notes

    +

    Discover the latest Rails news, version releases, community updates, and feature announcements.

    +
    +
    +
    +
    + +
    @@ -20,13 +31,14 @@
    +
    -
    +
      {% for post in paginator.posts %} {% include post.html %} {% endfor %} -
    + {% if paginator.next_page %}
    diff --git a/world/index.html b/world/index.html index f28c74534..a410db36c 100644 --- a/world/index.html +++ b/world/index.html @@ -9,7 +9,7 @@

    Rails World

    -

    Shaping the future of Ruby on Rails.

    +

    Shaping the future of Ruby on Rails.