setting the main portion of text into markdown file, for users to avoid tinkering with HTML

This commit is contained in:
ercchy 2014-10-20 20:58:22 +02:00
Родитель 8619f47862
Коммит fd73f290d7
1 изменённых файлов: 0 добавлений и 69 удалений

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

@ -1,69 +0,0 @@
---
layout: base
published: true
---
<!-- Banner -->
<div class="jumbotron">
<div class="container text-center">
<header>
<h1>Course in a Box</h1>
</header>
<p>Build a successful course together with <a href="http://p2pu.org">P2PU</a>.</p>
<h2>{{ site.data.course.title }}</h2>
</div>
</div>
<div class="container">
<div class="clearfix">
<div class="col-md-8 col-md-offset-2">
<section>
<h2>Create a Learning Community that Lasts</h2>
<p>Online courses often feel large, intimidating and anonymous. It's hard to feel invested
in multiple choice quizzes, textbook chapters and hum-drum Q &amp; A forums where you
don't know anyone.</p>
<p>In a stellar learning experiece, you'd know who was in the room and feel super-comfy.
You'd make projects together and find help when you get stuck. You'd want to send people
thank-you cards and chicken soup.</p>
<p>We know designing a creative, participatory community can be tricky. We're here to help
you craft assignments that rule, build an audience and support you along the way. You'll
even learn a few technical skills in the process. Don't worry, the 1s and 0s wash off
pretty easily.</p>
</section>
<section>
<h2>OK, but who are you guys?</h2>
<p>We're <a href="http://p2pu.org">Peer 2 Peer University</a>--we build learning communities
on the web. In our 5 years of experience, we put together 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>. Also, we're a
non-profit and a distributed team (so we use the tools we recommend).
</section>
<section>
<h2>I'm in--how do I get started?</h2>
<a href="{{site.baseurl}}/modules/start/your-own-course/">Dive straight in</a> and start creating your course!
</section>
</div>
</div>
</div>
<section class="people clearfix">
<div class="container">
<h2>Who else is here?</h2>
<hr />
<ul class="list-inline">
{% for user in site.data.course.signups %}
<li class="col-md-1">
<a href="https://twitter.com/{{ user.twitter }}" target="_blank"> <img
class="img-circle profile-picture" src="{{ user.image }}"
alt="{{ user.name }}"> </a>
</li>
{% endfor %}
</ul>
</div>
</section>