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:**
diff --git a/static/plugins/youmax/youmax.js b/static/plugins/youmax/youmax.js
index 6b29acf960..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) { },
+ error: function(html) {},
beforeSend: setHeader
});
} else {