Skip to content

Commit 02f10a6

Browse files
Merge pull request #1079 from andrea-kyurchiev/master
fix: make the links scroll to heading instead of past it
2 parents 0ae88c2 + eb1dd86 commit 02f10a6

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

assets/scss/templates/_main.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,4 +352,9 @@ a.post-title {
352352
.price{
353353
font-size: 50px;
354354
color: $text-color-dark;
355+
}
356+
357+
.link-to-heading{
358+
height: 30px;
359+
display: block;
355360
}

content/en/community/quick-start-guide.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ For more in-depth information, consider reading:
4545

4646
- [Peruse the rest of the InnerSource library](/learn/books/): This is a collection of recommended reading regarding InnerSource
4747

48+
<span class="link-to-heading" id="--i-want-to-get-involved-a-little"></span>
49+
4850
---
4951
# 👋 I Want to Get Involved (A Little)
5052

@@ -76,7 +78,6 @@ You’re interested in potentially engaging, but don’t have much time. Start s
7678
### Local Communities
7779
**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).
7880

79-
8081
Join [Slack](/slack) and your local channel:
8182
- Japan ([#japan](https://innersourcecommons.slack.com/archives/C03M546NR16))
8283
- Latin America/Caribbean ([#latam](https://innersourcecommons.slack.com/archives/C03JP108XGE))
@@ -87,6 +88,8 @@ Join [Slack](/slack) and your local channel:
8788
- Thailand ([#th-general](https://innersourcecommons.slack.com/archives/C04KNAD6S23))
8889
- All other areas, join the [#local-community](https://innersourcecommons.slack.com/archives/C046MD5R5RT) channel
8990

91+
<span class="link-to-heading" id="-im-a-budding-participant"></span>
92+
9093
# 🌱 I’m a Budding Participant
9194
You are interested in building loose connections with the community and have a little more time to engage. Start here:
9295

@@ -133,6 +136,8 @@ Join [Slack](/slack) and your local channel:
133136
- Attend a [Local Gathering](https://gatherings.innersourcecommons.org/)
134137
- Review and help translate documents across the organization
135138

139+
<span class="link-to-heading" id="-im-ready-to-contribute-meaningfully"></span>
140+
136141
# 🙋 I’m Ready to Contribute Meaningfully
137142

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

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

201206
# 🚀 I Want to Shape the Future
202207

@@ -210,13 +215,16 @@ Next Steps:
210215
- Start a local community in your area
211216
- [Propose a new initiative](https://github.com/InnerSourceCommons/foundation-governance/blob/master/how-to/proposing-new-initiative.md)
212217

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

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

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

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

222230
**No worries! Let us guide you. You can do 1 of 2 things:**

static/plugins/youmax/youmax.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ var youmax_global_options = {};
118118
sessionStorage.setItem("youtubeResponse", JSON.stringify(response));
119119
showUploads(response);
120120
},
121-
error: function(html) { },
121+
error: function(html) {},
122122
beforeSend: setHeader
123123
});
124124
} else {

0 commit comments

Comments
 (0)