hivedav-website

Website for HiveDAV
git clone https://git.in0rdr.ch/hivedav-website.git
Log | Files | Refs | Pull requests | README | LICENSE

index.html (991B)


      1 ---
      2 layout: default
      3 title: Home
      4 ---
      5 
      6 {% include intro.html %}
      7 
      8 <section class="post-list">
      9   <div class="container">
     10     <header class="page-header">
     11       <h1 class="page-title">Demo</h1>
     12     </header>
     13     <div class="page-content">
     14 	    <p>A development instance and reference scheduler is hosted on 🗓️ <a href="https://meet.in0rdr.ch">https://meet.in0rdr.ch</a>, try <code>curl meet.in0rdr.ch</code> 🤖.</p>
     15       <p>
     16         Interested in the development of the application? Drop me a line on IRC
     17         <a href="https://web.libera.chat/gamja/#p0c">#p0c</a> or on <a href="https://m.in0rdr.ch/@in0rdr">Mastodon</a>.
     18       </p>
     19     </div>
     20     <header class="page-header">
     21       <h1 class="page-title">Documentation and Self-Hosting</h1>
     22     </header>
     23     <div class="page-content">
     24       <p>
     25         Clone the code and read the docs (<a href="https://code.in0rdr.ch/hivedav/file/README.md.html">README.md</a>) to host your own instance.
     26       </p>
     27     </div>
     28   </div>
     29 
     30 </section>