From b048f1b824518a1eb36a03f85ba18779dbc0633f Mon Sep 17 00:00:00 2001 From: "Andrea K." Date: Thu, 21 Aug 2025 12:32:15 +0300 Subject: [PATCH 1/2] fix: make the links scroll to heading instead of past it --- assets/scss/templates/_main.scss | 5 +++++ content/en/community/quick-start-guide.md | 12 ++++++++++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/assets/scss/templates/_main.scss b/assets/scss/templates/_main.scss index ba702e550a..bbb7e83fb2 100644 --- a/assets/scss/templates/_main.scss +++ b/assets/scss/templates/_main.scss @@ -352,4 +352,9 @@ a.post-title { .price{ font-size: 50px; color: $text-color-dark; +} + +.link-to-heading{ + height: 30px; + display: block; } \ No newline at end of file diff --git a/content/en/community/quick-start-guide.md b/content/en/community/quick-start-guide.md index 59bf2fcd30..2bcc0b70d7 100644 --- a/content/en/community/quick-start-guide.md +++ b/content/en/community/quick-start-guide.md @@ -45,6 +45,8 @@ For more in-depth information, consider reading: - [Peruse the rest of the InnerSource library](/learn/books/): This is a collection of recommended reading regarding InnerSource + + --- # πŸ‘‹ I Want to Get Involved (A Little) @@ -76,7 +78,6 @@ You’re interested in potentially engaging, but don’t have much time. Start s ### Local Communities **Description:** These groups are for anyone who would like to connect with other InnerSource enthusiasts within their region. These groups meet in person and connect with each other asynchronously on [Slack](/slack). - Join [Slack](/slack) and your local channel: - Japan ([#japan](https://innersourcecommons.slack.com/archives/C03M546NR16)) - Latin America/Caribbean ([#latam](https://innersourcecommons.slack.com/archives/C03JP108XGE)) @@ -87,6 +88,8 @@ Join [Slack](/slack) and your local channel: - Thailand ([#th-general](https://innersourcecommons.slack.com/archives/C04KNAD6S23)) - All other areas, join the [#local-community](https://innersourcecommons.slack.com/archives/C046MD5R5RT) channel + + # 🌱 I’m a Budding Participant You are interested in building loose connections with the community and have a little more time to engage. Start here: @@ -133,6 +136,8 @@ Join [Slack](/slack) and your local channel: - Attend a [Local Gathering](https://gatherings.innersourcecommons.org/) - Review and help translate documents across the organization + + # πŸ™‹ I’m Ready to Contribute Meaningfully You have time and skills and want to make a difference. Jump in: @@ -196,7 +201,7 @@ Join [Slack](/slack) and your local channel: - Review and help translate documents - Organize a [Local Gathering](https://gatherings.innersourcecommons.org/) - + # πŸš€ I Want to Shape the Future @@ -210,6 +215,8 @@ Next Steps: - Start a local community in your area - [Propose a new initiative](https://github.com/InnerSourceCommons/foundation-governance/blob/master/how-to/proposing-new-initiative.md) + + # 🀝 Other Ways to Support the InnerSource Commons Foundation **You would like to give back in other ways. Here are some ideas:** @@ -217,6 +224,7 @@ Next Steps: - Become a [financial sponsor](/about/sponsors/) - Educate others and be an advocate for InnerSource by submitting talks at conferences and writing articles + # πŸ™Œ Not Sure Where to Start? **No worries! Let us guide you. You can do 1 of 2 things:** From 656471589bd395cd0019dff9889a43ff7b68de39 Mon Sep 17 00:00:00 2001 From: "Andrea K." Date: Tue, 26 Aug 2025 11:47:42 +0300 Subject: [PATCH 2/2] hotfix: remove alert from plugin code --- static/plugins/youmax/youmax.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/plugins/youmax/youmax.js b/static/plugins/youmax/youmax.js index 4bcba0e24b..98718fa2ff 100644 --- a/static/plugins/youmax/youmax.js +++ b/static/plugins/youmax/youmax.js @@ -118,7 +118,7 @@ var youmax_global_options = {}; sessionStorage.setItem("youtubeResponse", JSON.stringify(response)); showUploads(response); }, - error: function(html) { alert(html); }, + error: function(html) {}, beforeSend: setHeader }); } else {