shoorick / slide-django

1 stars 0 forks source link

Add themes of Shower or whole Shower #1

Open shoorick opened 3 years ago

shoorick commented 3 years ago

Shower (https://github.com/shower/shower) is an awesome presentation engine which have now (2020) two beautiful themes: Ribbon and Material. There are some presentations made with this engine so it would be good to show them via slide-django.

Possible solutions

  1. (the simplest) Add template of Shower engine and allow user to write his presentation as HTML code:
<section class="slide">
  <div>
    <figure>
      <img class="cover" src="images/Python_logo_and_wordmark.svg.png" alt="Python">
    </figure>
  </div>
</section>
<section class="slide">
  <div>
    <h2 id="why-python-">Why Python?</h2>
    <ul>
      <li>Quite simple</li>
      <li>but powerful</li>
      <li>Popular</li>
    </ul>
  </div>
</section>
  1. Allow user write his code as Markdown, convert it into HTML elements and then insert these elements into template of Shower. See http://jdan.github.io/cleaver/ and https://github.com/shoorick/cleaver-ribbon

  2. (the hardest) Write themes for Remark visually similar to Shower themes.

shoorick commented 3 years ago

First solution implemented — see in action at https://slide.susu.ru/slide/shower-material-html