diff --git a/src/_sass/_custom.scss b/src/_sass/_custom.scss index 82e75a5..ea46c02 100644 --- a/src/_sass/_custom.scss +++ b/src/_sass/_custom.scss @@ -105,6 +105,13 @@ body { margin-bottom: auto; } +#contribute .feature__item { + @media (min-width: 37.5em) { + width: 45%; + margin-inline-start: 3.3%; + } +} + #blog { margin-top: 2em; background-color: #eee; diff --git a/src/index.html b/src/index.html index b663bdb..db02fd8 100644 --- a/src/index.html +++ b/src/index.html @@ -14,7 +14,7 @@ excerpt: >- Even if some of the servers fail or are taken over by an attacker, the entire file store continues to function correctly, preserving your privacy and security. documentation: - - title: "Documentation" + - title: "Official Documentation" documentation_list: - image_path: /assets/images/overview.svg alt: "overview" @@ -37,8 +37,11 @@ documentation_list:
  • Frequently Asked Questions
  • ' contribute: - - title: "Contribute" - excerpt: "" + - title: "Get Involved" + excerpt: ' + Interested in learning more or wanting to contribute to Tahoe-LAFS?
    + There are various ways to get involved! + ' contribute_list: - image_path: /assets/images/discussions.svg alt: "discussions" @@ -48,12 +51,20 @@ contribute_list:
  • Join the #tahoe-lafs channel on Libera
  • Meet us on Tuesday at 17:00 UTC on Jitsi
  • ' + - image_path: /assets/images/collaborations.svg + alt: "collaborations" + title: "Collaborations" + excerpt: >- + - image_path: /assets/images/issues.svg alt: "issues" title: "Issues" excerpt: '' - image_path: /assets/images/code.svg alt: "code" @@ -74,6 +85,9 @@ about: and maintained by a group of hardy volunteers. We are grateful for their energy, expertise, and support. Check out some of the main contributors to this project! + url: "https://tahoe-lafs.org/trac/tahoe-lafs/wiki/AboutUs" + btn_label: "Our Contributors" + btn_class: "btn--primary" ---
    {% include feature_row id="documentation" type="center" %} @@ -85,6 +99,7 @@ about: {% include feature_row id="contribute_list" %}
    +
    {% include feature_row id="blog" type="center" %}