Add links to P2PU projects, background on product purpose.
This commit is contained in:
Vanessa Gennarelli 2014-07-03 20:07:20 -04:00
Родитель 9657c1ae30
Коммит 2f029a60f9
1 изменённых файлов: 6 добавлений и 7 удалений

Просмотреть файл

@ -8,16 +8,15 @@ layout: base
<header>
<h2>{{ site.data.course.title }}</h2>
</header>
<p>Creating open learning<br />
for the web<br/>
<p>A tool to create an open learning course<br />
together with <a href="http://p2pu.org">P2PU</a>.</p>
</div>
</section>
<div class="container">
<div class="row">
<h2>What is this?</h2>
<p>This is an experiment in mixing the creation of a course and the running of a course in a way that would be hard to distinguish using Github pages.</p>
<p>Things you may learn include creating a course using Jekyll and GitHub pages, Markdown, theories of social learning and most importantly, some other great people!</p>
<p>Purl is an experimental tool that will help you create a course using GitHub pages. By "forking" Purl, you'll be building your own course and receive step-by-step instructions.</p>
<p>We made Purl to help folks learn some technical skills in the service of creating an open course. You'll use Jekyll, GitHub pages and Markdown, and at the same time tap the theories of social learning we use at P2PU. Put your stitch in the open web and get started. </p>
<h2>Who else is here?</h2>
<ul class="list-inline">
{% for user in site.data.course.signups %}
@ -28,15 +27,15 @@ layout: base
</li>
{% endfor %}
</ul>
<h2>How do I sign up?</h2>
<h2>How do I get started?</h2>
<ol>
<li><a class="btn btn-primary" href="https://github.com/p2pu/jekyll-course-experiment/fork" target="_blank"><i class="fa fa-code-fork"></i> Fork this repository on GitHub.</a></li>
<li>Add your name, profile image URL and Twitter handle to <a href="https://github.com/p2pu/jekyll-course-experiment/blob/gh-pages/_data/course.yml" target="_blank">_data/course.yml</a>.</li>
<li>Submit a pull request to get your changes merged into the main version of the course and have your mug show up here! Not sure how to submit a pull request? See the <a href="{{site.baseurl}}{% post_url 2000-01-02-github-cheatsheet %}">GitHub Cheatsheet</a>.</li>
<li>Get started with the first <a href="{{site.baseurl}}/community/concepts/">module on community</a>, you don't need no ones permission to take this course! We'll be tweeting you soon!
<li>Get started with the first <a href="{{site.baseurl}}/community/concepts/">module on community</a>. You can jump in at any time, and we''ll be tweeting a "Hello" at you shortly!
</li>
</ol>
<h2>Who is P2PU?</h2>
<p>We believe the future of learning is passionate, playful and happens with other people. Were the team behind courses like Play With Your Music, Learning Creative Learning, the Deeper Learning MOOC, and A Gentle Intro to Python. We build assessments via feedback and interactions. Also, were grassroots and a non-profit.</a>
<p>We believe the future of learning is passionate, playful and happens with other people. Were the team behind courses like <a href="http://www.playwithyourmusic.org/">Play With Your Music</a>, <a href="http://learn.media.mit.edu/lcl/">Learning Creative Learning</a>, the <a href="http://dlmooc.deeper-learning.org/">Deeper Learning MOOC</a>, and <a href="http://mechanicalmooc.org/">A Gentle Intro to Python</a>. We build assessments via <a href="http://badges.p2pu.org/en/">feedback and interactions</a>. Also, were <a href="http://info.p2pu.org/about/org/">grassroots and a non-profit.</a></a>
</div>
</div>