diff --git a/src/_sass/_custom.scss b/src/_sass/_custom.scss index fcb72d1..d9cd943 100644 --- a/src/_sass/_custom.scss +++ b/src/_sass/_custom.scss @@ -96,6 +96,13 @@ 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/assets/images/collaborations.svg b/src/assets/images/collaborations.svg new file mode 100644 index 0000000..c83f45c --- /dev/null +++ b/src/assets/images/collaborations.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/src/index.html b/src/index.html index 0974f32..745cc4d 100644 --- a/src/index.html +++ b/src/index.html @@ -40,23 +40,34 @@ 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" title: "Discussions" excerpt: '' + - 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" @@ -90,6 +101,7 @@ about: {% include feature_row id="contribute_list" %} +
{% include feature_row id="blog" type="center" %}