42 строки
2.6 KiB
HTML
42 строки
2.6 KiB
HTML
---
|
||
layout: base
|
||
---
|
||
<!-- Banner -->
|
||
<section id="banner">
|
||
<div class="inner">
|
||
|
||
<header>
|
||
<h2>{{ site.data.course.title }}</h2>
|
||
</header>
|
||
<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>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 %}
|
||
<li>
|
||
<a href="https://twitter.com/{{user.twitter}}">
|
||
<img class="img-circle profile-picture" src="{{user.image}}" alt="{{user.name}}">
|
||
</a>
|
||
</li>
|
||
{% endfor %}
|
||
</ul>
|
||
<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 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><a href="{{site.baseurl}}/start/your-own-course/">Get started!</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. We’re 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, we’re <a href="http://info.p2pu.org/about/org/">grassroots and a non-profit.</a></a>
|
||
</div>
|
||
</div>
|