howitworks.html 7.58 KB
Newer Older
1 2 3
<%inherit file="base.html" />
<%! from django.core.urlresolvers import reverse %>

4
<%block name="title">Welcome</%block>
5 6 7 8 9 10 11
<%block name="bodyclass">not-signedin index howitworks</%block>

<%block name="content">

<div class="wrapper-content-header wrapper">
  <section class="content content-header">
    <header>
12
      <h1>Welcome to <span class="logo">edX Studio</span></h1>
13 14 15 16 17 18 19 20 21 22 23 24 25 26
      <p class="tagline">Studio helps manage your courses online, so you can focus on teaching them</p>
    </header>
  </section>
</div>

<div class="wrapper-content-features wrapper">
  <section class="content content-features">
    <header>
      <h2 class="sr">Studio's Many Features</h2>
    </header>

    <ol class="list-features">
      <li class="feature">
        <figure class="img zoom">
27
          <a rel="modal" href="#hiw-feature1">
28
            <img src="/static/img/thumb-hiw-feature1.png" alt="Studio Helps You Keep Your Courses Organized" />
29
            <figcaption class="sr">Studio Helps You Keep Your Courses Organized</figcaption>
30
            <span class="action-zoom">
31
              <i class="ss-icon ss-symbolicons-block icon icon-zoom">&#xE002;</i>
32
            </span>
33
          </a>
34 35 36 37
        </figure>

        <div class="copy">
          <h3>Keeping Your Course Organized</h3>
38
          <p>The backbone of your course is how it is organized. Studio offers an <strong>Outline</strong> editor, providing a simple hierarchy and easy drag and drop to help you and your students stay organized.</p>
39 40 41 42

          <ul class="list-proofpoints">
            <li class="proofpoint">
              <h4 class="title">Simple Organization For Content</h4>
43
              <p>Studio uses a simple hierarchy of <strong>sections</strong> and <strong>subsections</strong> to organize your content.</p>
44 45 46 47 48 49 50 51 52
            </li>

            <li class="proofpoint">
              <h4 class="title">Change Your Mind Anytime</h4>
              <p>Draft your outline and build content anywhere. Simple drag and drop tools let your reorganize quickly.</p>
            </li>

            <li class="proofpoint">
              <h4 class="title">Go A Week Or A Semester At A Time</h4>
53
              <p>Build and release <strong>sections</strong> to your students incrementally. You don't have to have it all done at once.</p>
54 55 56 57 58 59 60
            </li>
          </ul>
        </div>
      </li>

      <li class="feature">
        <figure class="img zoom">
61
        <a rel="modal" href="#hiw-feature2">
62 63
          <img src="/static/img/thumb-hiw-feature2.png" alt="Learning is More than Just Lectures" />
          <figcaption class="sr">Learning is More than Just Lectures</figcaption>
64
          <span class="action-zoom">
65
            <i class="ss-icon ss-symbolicons-block icon icon-zoom">&#xE002;</i>
66
          </span>
67
        </a>
68 69 70
        </figure>

        <div class="copy">
71 72
          <h3>Learning is More than Just Lectures</h3>
          <p>Studio lets you weave your content together in a way that reinforces learning &mdash; short video lectures interleaved with exercises and more. Insert videos and author a wide variety of exercise types with just a few clicks. </p>
73 74 75 76

          <ul class="list-proofpoints">
            <li class="proofpoint">
              <h4 class="title">Create Learning Pathways</h4>
77
              <p>Help your students understand a small interactive piece at a time with multimedia, HTML, and exercises.</p>
78 79 80 81
            </li>

            <li class="proofpoint">
              <h4 class="title">Work Visually, Organize Quickly</h4>
82
              <p>Work visually and see exactly what your students will see. Reorganize all your content with drag and drop.</p>
83 84 85 86 87 88 89 90 91 92 93 94
            </li>

            <li class="proofpoint">
              <h4 class="title">A Broad Library of Problem Types</h4>
              <p>It's more than just multiple choice. Studio has nearly a dozen types of problems to challenge your learners.</p>
            </li>
          </ul>
        </div>
      </li>

      <li class="feature">
        <figure class="img zoom">
95
          <a rel="modal" href="#hiw-feature3">
96
            <img src="/static/img/thumb-hiw-feature3.png" alt="Studio Gives You Simple, Fast, and Incremental Publishing. With Friends." />
97
            <figcaption class="sr">Studio Gives You Simple, Fast, and Incremental Publishing. With Friends.</figcaption>
98
            <span class="action-zoom">
99
              <i class="ss-icon ss-symbolicons-block icon icon-zoom">&#xE002;</i>
100
            </span>
101
          </a>
102 103 104 105 106 107 108 109 110 111 112 113 114 115
        </figure>

        <div class="copy">
          <h3>Simple, Fast, and Incremental Publishing. With Friends.</h3>
          <p>Studio works like web applications you already know, yet understands how you build curriculum. Instant publishing to the web when you want it, incremental release when it makes sense. And with co-authors, you can have a whole team building a course, together.</p>

          <ul class="list-proofpoints">
            <li class="proofpoint">
              <h4 class="title">Instant Changes</h4>
              <p>Caught a bug? No problem. When you want, your changes to live when you hit Save.</p>
            </li>

            <li class="proofpoint">
              <h4 class="title">Release-On Date Publishing</h4>
116
              <p>When you've finished a <strong>section</strong>, pick when you want it to go live and Studio takes care of the rest. Build your course incrementally.</p>
117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145
            </li>

            <li class="proofpoint">
              <h4 class="title">Work in Teams</h4>
              <p>Co-authors have full access to all the same authoring tools. Make your course better through a team effort.</p>
            </li>
          </ul>
        </div>
      </li>
    </ol>
  </section>
</div>

<div class="wrapper-content-cta wrapper">
  <section class="content content-cta">
    <header>
      <h2 class="sr">Sign Up for Studio Today!</h2>
    </header>
    
    <ul class="list-actions">
      <li>
        <a href="${reverse('signup')}" class="action action-primary">Sign Up &amp; Start Making an edX Course</a>
      </li>
      <li>
        <a href="${reverse('login')}" class="action action-secondary">Already have a Studio Account? Sign In</a>
      </li>
    </ul>
  </section>
</div>
146

147
<div class="content-modal" id="hiw-feature1">
148
  <h3 class="title">Outlining Your Course</h3>
149 150
  <figure>
    <img src="/static/img/hiw-feature1.png" alt="" />
151
    <figcaption class="description">Simple two-level outline to organize your couse. Drag and drop, and see your course at a glance.</figcaption>
152 153 154
  </figure>

  <a href="#" rel="view" class="action action-modal-close">
155
    <i class="ss-icon ss-symbolicons-block icon icon-close">&#x2421;</i>
156 157
    <span class="label">close modal</span>
  </a>
158 159 160
</div>

<div class="content-modal" id="hiw-feature2">
161
  <h3 class="title">More than Just Lectures</h3>
162 163
  <figure>
    <img src="/static/img/hiw-feature2.png" alt="" />
164
    <figcaption class="description">Quickly create videos, text snippets, inline discussions, and a variety of problem types.</figcaption>
165 166 167
  </figure>

  <a href="#" rel="view" class="action action-modal-close">
168
    <i class="ss-icon ss-symbolicons-block icon icon-close">&#x2421;</i>
169 170
    <span class="label">close modal</span>
  </a>
171 172 173
</div>

<div class="content-modal" id="hiw-feature3">
174
  <h3 class="title">Publishing on Date</h3>
175 176
  <figure>
    <img src="/static/img/hiw-feature3.png" alt="" />
177
    <figcaption class="description">Simply set the date of a section or subsection, and Studio will publish it to your students for you.</figcaption>
178 179 180
  </figure>

  <a href="#" rel="view" class="action action-modal-close">
181
    <i class="ss-icon ss-symbolicons-block icon icon-close">&#x2421;</i>
182 183 184
    <span class="label">close modal</span>
  </a>
</div>
185
</%block>