diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6239dbd55..dfc73ed01 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,11 +1,15 @@ -/.github/ @rladies/website -/themes/ @rladies/website -/scripts/ @rladies/website -LICENCE.md @rladies/website -/static/robots.txt @rladies/website -/assets @rladies/website -/data @rladies/website -/content/ @rladies/translation -/i18n/ @rladies/translation -/content/news @rladies/global -/content/blog @rladies/blog +/.github/ @rladies/website +/themes/ @rladies/website +/scripts/ @rladies/website +LICENCE.md @rladies/website +/static/robots.txt @rladies/website +/assets @rladies/website +/data @rladies/website +/content/ @rladies/translation +/i18n/ @rladies/translation +/content/news @rladies/global +/content/blog @rladies/blog +/content/coc @rladies/coc +/content/news @rladies/leadership +/content/directory @rladies/directory +/content/activities/mentoring @rladies/mentoring diff --git a/config/_default/menu.yaml b/config/_default/menu.yaml index aa4c61db2..9aecc9622 100644 --- a/config/_default/menu.yaml +++ b/config/_default/menu.yaml @@ -26,9 +26,13 @@ main: url: /news/ weight: 5 parent: about-us + - identifier: sponsors + url: /about-us/sponsors/ + weight: 6 + parent: about-us - identifier: coc url: /coc/ - weight: 6 + weight: 7 parent: about-us - identifier: directory diff --git a/content/about-us/sponsors/_index.en.md b/content/about-us/sponsors/_index.en.md new file mode 100644 index 000000000..55492f004 --- /dev/null +++ b/content/about-us/sponsors/_index.en.md @@ -0,0 +1,18 @@ +--- +title: "Sponsorships and Donations" +type: "sponsors" +weight: 99 +home: true +--- + +R-Ladies is a global organization that relies on the generosity of sponsors and donors to support its [mission](/about-us/mission). +We are grateful for the contributions that help us foster a diverse and inclusive R community. +While R-Ladies is a volunteer-run organization, we do incur some costs to maintain our operations and support our members. +If you or your organization would like to support R-Ladies, we welcome donations and sponsorships that align with out interests. + +We welcome donations through our [PayPal account](https://www.paypal.com/donate/?hosted_button_id=VB4EK67MJ373E), or you can contact us at `finance[at]rladies.org` to discuss sponsorship opportunities. + + +## Current Sponsors & Funders + +We are grateful for each dontation we receive, but we would like to highlight the following organizations that have made significant contributions to R-Ladies: diff --git a/content/home/sponsors/_index.es.md b/content/about-us/sponsors/_index.es.md similarity index 64% rename from content/home/sponsors/_index.es.md rename to content/about-us/sponsors/_index.es.md index d933670e9..fdb56ae0b 100644 --- a/content/home/sponsors/_index.es.md +++ b/content/about-us/sponsors/_index.es.md @@ -1,5 +1,5 @@ --- -title: "Sponsors" +title: "Sponsors & Donors" type: "sponsors" weight: 99 home: true diff --git a/content/home/sponsors/_index.fr.md b/content/about-us/sponsors/_index.fr.md similarity index 64% rename from content/home/sponsors/_index.fr.md rename to content/about-us/sponsors/_index.fr.md index d933670e9..fdb56ae0b 100644 --- a/content/home/sponsors/_index.fr.md +++ b/content/about-us/sponsors/_index.fr.md @@ -1,5 +1,5 @@ --- -title: "Sponsors" +title: "Sponsors & Donors" type: "sponsors" weight: 99 home: true diff --git a/content/about-us/sponsors/rconsortium/index.en.md b/content/about-us/sponsors/rconsortium/index.en.md new file mode 100644 index 000000000..e56768af0 --- /dev/null +++ b/content/about-us/sponsors/rconsortium/index.en.md @@ -0,0 +1,11 @@ +--- +title: "R-consortium" +source: "https://www.r-consortium.org/" +weight: 1 +--- + +The R Consortium is a global organization that supports the R community and its development. +It is a part of the Linux Foundation and aims to promote the use of R in various fields, including data science, statistics, and machine learning. + +R-Ladies is a top-level project of the R Consortium, meaning it is recognized as an important initiative within the R community. + diff --git a/content/home/sponsors/rconsortium/rconsortium.png b/content/about-us/sponsors/rconsortium/rconsortium.png similarity index 100% rename from content/home/sponsors/rconsortium/rconsortium.png rename to content/about-us/sponsors/rconsortium/rconsortium.png diff --git a/content/home/sponsors/_index.en.md b/content/home/sponsors/_index.en.md deleted file mode 100644 index 4c34ca06b..000000000 --- a/content/home/sponsors/_index.en.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Sponsors" -type: "sponsors" -weight: 99 -home: true ---- diff --git a/content/home/sponsors/rconsortium/index.en.md b/content/home/sponsors/rconsortium/index.en.md deleted file mode 100644 index 30aa7bb18..000000000 --- a/content/home/sponsors/rconsortium/index.en.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "R-consortium" -source: "https://www.r-consortium.org/" -weight: 1 ---- \ No newline at end of file diff --git a/i18n/en.yaml b/i18n/en.yaml index de42516c3..6bdf8262b 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -10,6 +10,7 @@ get-involved: 'Get involved' global-team: 'Meet the global team' history: 'History' news: 'News' +sponsors: 'Sponsors' coc: 'Code of Conduct' directory: 'Directory' activities: 'Activities' diff --git a/i18n/es.yaml b/i18n/es.yaml index c6c9f8d5b..729296cf3 100644 --- a/i18n/es.yaml +++ b/i18n/es.yaml @@ -10,6 +10,7 @@ get-involved: 'Involucrate' global-team: 'Conoce al equipo' history: 'Historia' news: 'News' +sponsors: 'Sponsors' coc: 'Código de Conducta' directory: 'Directorio' activities: 'Actividades' diff --git a/i18n/fr.yaml b/i18n/fr.yaml index 9dd5459ec..e36eae14c 100644 --- a/i18n/fr.yaml +++ b/i18n/fr.yaml @@ -10,6 +10,7 @@ get-involved: 'Get involved' global-team: 'Meet the global team' history: 'History' news: 'News' +sponsors: 'Sponsors' coc: 'Code de Conduite' directory: 'Directory' activities: 'Activities' diff --git a/i18n/pt.yaml b/i18n/pt.yaml index 794ef93e5..e8c5e82f3 100644 --- a/i18n/pt.yaml +++ b/i18n/pt.yaml @@ -10,6 +10,7 @@ get-involved: 'Get involved' global-team: 'Meet the global team' history: 'History' news: 'News' +sponsors: 'Sponsors' coc: 'Code de Conduite' directory: 'Directory' activities: 'Activities' diff --git a/themes/hugo-rladies/layouts/_default/list.html b/themes/hugo-rladies/layouts/_default/list.html index 46c3a09aa..2c6c4fc8f 100644 --- a/themes/hugo-rladies/layouts/_default/list.html +++ b/themes/hugo-rladies/layouts/_default/list.html @@ -1,7 +1,41 @@ {{ define "main" }} +