index.ejs 1.16 KB
Newer Older
1
<%- include('layouts/outer-header') %>
mntmn's avatar
mntmn committed
2
<div id="landing">
3
4
5
6
7
8
9
  <section>
    <h1>Work Together, Visually.</h1>
    <p>
      Whenever you need to lay out pictures, text notes, video and audio clips on a blank canvas,
      Spacedeck can help you.
    </p>
    <p>
mntmn's avatar
mntmn committed
10
      Spacedeck is a browser based application. It is the right tool for you if you want to quickly put together a collage of your idea or concept, either for yourself or to share it with teammembers, clients or students. Changes are updated in realtime.
11
12
13
14
15
16
17
18
19
20
21
    </p>
    <p>
      Spacedeck is not meant for creating polished designs, but it is a good fit for:
    </p>
    <ul>
      <li>Moodboards</li>
      <li>Collages</li>
      <li>Teaching (Virtual Blackboards)</li>
      <li>Shared Whiteboards</li>
      <li>Design Thinking</li>
    </ul>
22
    <img src="<%= config.endpoint %>/images/sd6-screenshot.png" alt="Screenshot of Spacedeck 6.0">
23
24
25
26
    <p>
      The hosted version of Spacedeck 6.0 is currently in beta and invite only. You can also self-host and <a href="https://github.com/spacedeck/spacedeck-open">participate in the open source development</a>.
    </p>
  </section>
mntmn's avatar
mntmn committed
27
</div>
28
<%- include('layouts/outer-footer') %>