35 lines
1.0 KiB
HTML
35 lines
1.0 KiB
HTML
{% extends 'layouts/outer.html' %}
|
|
|
|
{% block title %}Spacedeck{% endblock %}
|
|
|
|
{% block content %}
|
|
|
|
<div id="landing">
|
|
<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>
|
|
Spacedeck 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.
|
|
</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>
|
|
<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>
|
|
</div>
|
|
|
|
{% endblock %}
|