aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--assets/sass/_custom.scss6
-rw-r--r--config/_default/menus/menu.en.toml2
-rw-r--r--content/learn/participate/_index.md7
3 files changed, 13 insertions, 2 deletions
diff --git a/assets/sass/_custom.scss b/assets/sass/_custom.scss
index e25d0a8..1e0b4c6 100644
--- a/assets/sass/_custom.scss
+++ b/assets/sass/_custom.scss
@@ -7,7 +7,11 @@
}
.nav_brand picture, .nav_brand img {
- max-width: 22rem;
+ max-width: 15rem;
+
+ @media screen and (min-width: 557px) {
+ max-width: 22rem;
+ }
}
a {
diff --git a/config/_default/menus/menu.en.toml b/config/_default/menus/menu.en.toml
index b8d5b35..bbc04d7 100644
--- a/config/_default/menus/menu.en.toml
+++ b/config/_default/menus/menu.en.toml
@@ -4,6 +4,6 @@
url = "learn/"
[[main]]
- name = "Blog"
+ name = "News"
weight = 5
url = "blog/"
diff --git a/content/learn/participate/_index.md b/content/learn/participate/_index.md
index d991078..42ad59c 100644
--- a/content/learn/participate/_index.md
+++ b/content/learn/participate/_index.md
@@ -2,3 +2,10 @@
title: "Getting involved"
weight: 2
---
+
+There are many ways to get involved with the Free Software movement, including
+publishing your own free software projects, contributing to existing free
+software communities, oragnizing events and activism for the cause of free
+software, and more.
+
+{{< button "/learn/participate/contribute" "Learn about contributing" >}}{{< button "/learn/participate/publish" "Learn about publishing" >}}