layout |
---|
page |
Welcome to our website "Getting started with open source". Who are we? Just a team of passionate people contributing to open source projects.
The people behind this website are,
-
{% for people_hash in site.data.maintainers %}
{% assign people = people_hash[1] %}
{% for person in people %}
- {{ person.name }} {% endfor %} {% endfor %}
This website is designed to help you with your first pull request on GitHub 🎉
The website uses Jekyll, ruby gem, to convert Markdown files to html. Click on any of the links if you want to learn more about Jekyll, ruby gems and Markdown files! 😃
The files used to make this website are available on the repository getting-started-with-open-source. Each time you make a change to the repository the website automatically changes!
How about you give it a try? Add your name and GitHub handler to the list of attendees and open a pull request. Once your pull request has been accepted, refresh this page to see your name!
-
{% for people_hash in site.data.attendees %}
{% assign people = people_hash[1] %}
{% for person in people %}
- {{ person.name }} {% endfor %} {% endfor %}