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..afe5d3b 100644 --- a/src/index.html +++ b/src/index.html @@ -36,9 +36,12 @@ documentation_list:
  • Index of docs
  • Frequently Asked Questions
  • ' -contribute: - - title: "Contribute" - excerpt: "" +get-involved: + - 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" @@ -46,8 +49,15 @@ contribute_list: excerpt: '' + - image_path: /assets/images/volunteers.svg + alt: "volunteers" + title: "Volunteers" + excerpt: ' + Tahoe-LAFS is an open-source project supported by donations and maintained by a group of hardy + volunteers. + ' - image_path: /assets/images/issues.svg alt: "issues" title: "Issues" @@ -80,8 +90,10 @@ about: {% include feature_row id="documentation_list" %} +
    +{% include feature_row id="get-involved" type="center" %} +
    -{% include feature_row id="contribute" type="center" %} {% include feature_row id="contribute_list" %}