Skip to content

Commit

Permalink
updated for Turing Interns presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
KirstieJane committed Jul 3, 2017
1 parent f4a512e commit a602044
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
</div>
<nav>
<a class="selected" href="#welcome">Welcome</a>
<a href="#schedule">Schedule</a>
<a href="#presentations">Presentations</a>
<a href="#exercises">Exercises</a>
<a href="#help">Help & code of conduct</a>
Expand Down Expand Up @@ -52,24 +51,17 @@ <h2 id="welcome">Welcome!</h2>
<div class="image">
<img src="http://i.imgur.com/CfugmWx.png" alt="mozwow" height="90" width="770">
</div>
<h2 id="schedule">Schedule</h2>
<p>
The schedule can be found in the workshop repository <a href="https://github.com/KirstieJane/friendly-github-intro/blob/gh-pages/schedule.md" target="_blank">here</a>.
</p>
<p>
We'd love to have your feedback, so at the end of the workshop please complete <a href="https://docs.google.com/forms/d/e/1FAIpQLSfaAorkPShG1beWj-XhYb5tCorVPg4HY1JEtUTJto5u7D6Log/viewform" target="_blank">this short survey</a>.
</p>

<!-- Links to talks -->
<h2 id=presentations>Presentations</h2>
<p>
The links to the presentations can be found below.
</p>
<ol>
<li><strong><a href="https://docs.google.com/presentation/d/1748N8jrxLavh-JPoukLJFMNLGxdVpgiBGB0712B40LY/edit?usp=sharing" target="blank">Hello & Welcome</a></strong> - Short intro to who we are.</li>
<li><strong><a href="https://docs.google.com/presentation/d/120U_qFLpHMWrC7BQE55pNZbU8lPqa_NDUoNFEpvF67Y/edit?usp=sharing" target="blank">What, Why, and Welcome to Github</a></strong> - In this short presentation, we'll get a brief intro to what GitHub is and some handy terms which well help get you speaking the language of Git/Github.</li>
<li><strong><a href="https://docs.google.com/presentation/d/1Gu0PBsUJ8SaePJ_Lg2uGjPRXpxs5pO788wCGliEJVZU/edit?usp=sharing" target="blank">What, Why, and Welcome to Github</a></strong> - In this short presentation, we'll get a brief intro to what GitHub is and some handy terms which well help get you speaking the language of Git/Github.</li>
<li><strong><a href="https://docs.google.com/presentation/d/1VasZl8YsYMfhi1zYaYZ-kWykjp4T-ZqE5YrOImsC_Kg/edit?usp=sharing" target="blank">Working collaboratively With GitHub</a></strong> - In the previous talk, we saw how individually you might work on projects, this talk will show you two pathways for collaborating on GitHub.</li>
<li><strong><a href="https://docs.google.com/presentation/d/1Lqe9GoVLcb3se0Szmybkgi8XOAjKBepPPatANPzFvlY/edit?usp=sharing" target="blank">Working locally using git</a></strong> - In the real world you'll probably want to work on your own computer and then keep the versions on GitHub. In this presentation we show you a sample workflow for keeping track of everything you've done.
<li><strong><a href="https://docs.google.com/presentation/d/1ck0ZPHydsTkTjn_nhaqAiXiM1_uqcIV2i9u5wzfYEWw/edit?usp=sharing" target="blank">More things you can do with GitHub</a></strong> - Here we go through the essential components of a Github Repository. We talk specifically about: readme's, how people can contribute to your project, the code of conduct for your project/community, and licensing your project.</li>
<li><strong><a href="https://docs.google.com/presentation/d/1uVvFVOYOoDOATS7PUeJflg4SoNmNTB50Tm9P4V0Co2I/edit?usp=sharing" target="blank">Working locally using git</a></strong> - In the real world you'll probably want to work on your own computer and then keep the versions on GitHub. In this presentation we show you a sample workflow for keeping track of everything you've done.
<li><strong><a href="https://docs.google.com/presentation/d/1zheNGlXLS36Z9SkZ4iCecz_ablXVV6OzGQlZXJ8b1eQ/edit?usp=sharing" target="blank">More things you can do with GitHub</a></strong> - Here we go through the essential components of a Github Repository. We talk specifically about: readme's, how people can contribute to your project, the code of conduct for your project/community, and licensing your project.</li>
</ol>
<h2 id="exercises">Exercises</h2>
<p>
Expand All @@ -89,7 +81,7 @@ <h3>How can I ask questions?</h3>
You should also try asking your neighbours as you're working through the exercises. Figuring out how to do this in pairs is much easier than struggling alone!
</p>
<p>
We have a living <a href="https://public.etherpad-mozilla.org/p/2017-04-21-friendly-github-intro">etherpad</a> where we will be collecting any questions from participants and answering either on a rolling basis or after the workshop.
We have a living <a href="https://public.etherpad-mozilla.org/p/2017-07-03-friendly-github-intro">etherpad</a> where we will be collecting any questions from participants and answering either on a rolling basis or after the workshop.
</p>
<p>
Hop on the pad if you've got questions, comments, want to make notes as we're going along, or want to answer any of the questions.
Expand Down

0 comments on commit a602044

Please sign in to comment.