diff --git a/Gemfile.lock b/Gemfile.lock index 2b2a23e..7fe9f1d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -24,11 +24,12 @@ GEM execjs coffee-script-source (1.12.2) colorator (1.1.0) - commonmarker (0.23.10) + commonmarker (0.23.11) concurrent-ruby (1.3.4) connection_pool (2.4.1) csv (3.3.0) - dnsruby (1.72.2) + dnsruby (1.72.3) + base64 (~> 0.2.0) simpleidn (~> 0.2.1) drb (2.2.1) em-websocket (0.5.3) @@ -239,7 +240,7 @@ GEM jekyll (>= 3.5, < 5.0) jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) - minitest (5.25.1) + minitest (5.25.2) net-http (0.5.0) uri nokogiri (1.16.7-aarch64-linux) diff --git a/_includes/latest-posts.html b/_includes/latest-posts.html index c192506..3f14397 100644 --- a/_includes/latest-posts.html +++ b/_includes/latest-posts.html @@ -3,9 +3,9 @@

{{ page.list_title }}

{%- endif -%}
{%- assign date_format = site.bpdevs.date_format | default: "%b %-d, %Y" -%} -
+
{% assign count = 0 %} {% assign limit_posts = 3 %} {%- for post in posts -%} {%- if count < limit_posts -%} -
+

{{ post.title | escape }}

diff --git a/assets/css/bpd.css b/assets/css/bpd.css index f6786cb..14113e9 100644 --- a/assets/css/bpd.css +++ b/assets/css/bpd.css @@ -61,6 +61,7 @@ input::-moz-focus-inner { article.post-list a { color: #007b95; + font-size: 19px; } article li { @@ -568,7 +569,6 @@ ul.speaking-list { font-size: 1.5em; color: #333; } - .info p { margin: 0; font-size: 1em; @@ -613,6 +613,19 @@ button.next:focus { .next { right: 10px; } +.grid-container { + display: grid; + grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); + gap: 20px; + margin-top: 20px; +} + +.grid-item { + padding: 15px; + border: 1px solid #ddd; + border-radius: 8px; + background-color: #f9f9f9; +} .grid-container { display: grid; diff --git a/index.html b/index.html index 1bf2ad9..8e01244 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ layout: index lang: en title: Home -list_title: Recent blog +list_title: Recent news ---

Our Mission