Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions assets/scss/templates/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -352,4 +352,9 @@ a.post-title {
.price{
font-size: 50px;
color: $text-color-dark;
}

.link-to-heading{
height: 30px;
display: block;
}
12 changes: 10 additions & 2 deletions content/en/community/quick-start-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<span class="link-to-heading" id="--i-want-to-get-involved-a-little"></span>

---
# 👋 I Want to Get Involved (A Little)

Expand Down Expand Up @@ -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))
Expand All @@ -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

<span class="link-to-heading" id="-im-a-budding-participant"></span>

# 🌱 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:

Expand Down Expand Up @@ -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

<span class="link-to-heading" id="-im-ready-to-contribute-meaningfully"></span>

# 🙋 I’m Ready to Contribute Meaningfully

You have time and skills and want to make a difference. Jump in:
Expand Down Expand Up @@ -196,7 +201,7 @@ Join [Slack](/slack) and your local channel:
- Review and help translate documents
- Organize a [Local Gathering](https://gatherings.innersourcecommons.org/)


<span class="link-to-heading" id="-5-i-want-to-shape-the-future"></span>

# 🚀 I Want to Shape the Future

Expand All @@ -210,13 +215,16 @@ 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)


<span class="link-to-heading" id="-other-ways-to-support-the-innersource-commons-foundation"></span>
# 🤝 Other Ways to Support the InnerSource Commons Foundation

**You would like to give back in other ways. Here are some ideas:**

- Become a [financial sponsor](/about/sponsors/)
- Educate others and be an advocate for InnerSource by submitting talks at conferences and writing articles

<span class="link-to-heading" id="-not-sure-where-to-start"></span>
# 🙌 Not Sure Where to Start?

**No worries! Let us guide you. You can do 1 of 2 things:**
Expand Down
2 changes: 1 addition & 1 deletion static/plugins/youmax/youmax.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Loading