Skip to content

Commit c9ba120

Browse files
Merge pull request #249 from kheyrasantos/master
added id's to paragraph so that links in content scroll down to position
2 parents fc92fba + c6b128e commit c9ba120

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -261,25 +261,25 @@ <h3 class="contents">Contents</h3>
261261
<li><a href="index.html#faqs">FAQs</a></li>
262262
<li><a href="index.html#license">License</a></li>
263263
</ul>
264-
<h3 class="sub-headings">What?</h3>
264+
<h3 id="what" class="sub-headings">What?</h3>
265265
<p>First-timers guide is a guide to encourage more people to venture into open-source. The word guide can be a little misunderstood here; it means articles written in MarkDown format about various topics in Computer Science ranging from time complexity to Word2Vec. Anyone, literally <strong>anyone</strong> can contribute to the repository</p>
266-
<h3 class="sub-headings">How?</h3>
266+
<h3 id="how" class="sub-headings">How?</h3>
267267
<p>It's quite simple. Just write an article in MarkDown format about a topic you know; the article should be between 100-150 words and easy to read for a newbie. And then pull a request to start.</p>
268-
<h3 class="sub-headings">Contributing</h3>
268+
<h3 id="contributing" class="sub-headings">Contributing</h3>
269269
<ol style="list-style-type: decimal">
270270
<li>Fork the project</li>
271271
<li>Add your article</li>
272272
<li>Follow the rules given <a href="https://github.com/the-ethan-hunt/first-timers-guide/blob/master/CONTRIBUTING.md">here</a></li>
273273
<li>Mission Accomplished!</li>
274274
</ol>
275275
<p>To see how a perfect pull request is made, see <a href="https://github.com/the-ethan-hunt/first-timers-guide/pull/66">this pull request</a>.</p>
276-
<h3 class="collaboration">Collaboration</h3>
276+
<h3 id="collaboration" class="collaboration">Collaboration</h3>
277277
<p>First-timers-guide will be thrilled to participate or collaborate with any society or group that promotes open-source anywhere in the world. And we would be really happy to help you guys- anything for open-source!</p>
278278
<ul>
279279
<li>We collaborated with <a href="https://www.ducic.ac.in/">Cluster Innovation Centre</a> for its Month of Code program in February 2018</li>
280280
</ul>
281281
<p>For collaborating drop us a <a href="mailto:[email protected]">mail</a> at or make an issue in <a href="https://github.com/the-ethan-hunt/first-timers-guide">this repository</a>.</p>
282-
<h3 class="faqs">FAQs</h3>
282+
<h3 id="faqs" class="faqs">FAQs</h3>
283283
<p>Q: Can I submit a code file in any language?</p>
284284
<p>A: No. If it is <em>absolutely essential</em> you may talk about it to the owner and he will decide.</p>
285285
<p>Q: I don't know a language. Can I contribute?</p>

0 commit comments

Comments
 (0)