index.html (1420B)
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 leaderboard is hosted on <a href="https://myheats-demo.p0c.ch">https://myheats-demo.p0c.ch</a> 🔥.</p> 15 </div> 16 <header class="page-header"> 17 <h1 class="page-title">Documentation and Self-Hosting</h1> 18 </header> 19 <div class="page-content"> 20 <p> 21 Clone the code and read the docs (<a href="https://code.in0rdr.ch/myheats/file/README.md.html">README.md</a>) to host your own instance. 22 </p> 23 </div> 24 <header class="page-header"> 25 <h1 class="page-title">Development and Support</h1> 26 </header> 27 <div class="page-content"> 28 <p> 29 Interested in the development of the application? Get in touch 💬 30 </p> 31 <table> 32 <tr> 33 <td>XMPP</td> 34 <td><a href="https://chat.in0rdr.ch/#/guest?join=p0c@conference.in0rdr.ch">p0c@conference.in0rdr.ch</a></td> 35 </tr> 36 <tr> 37 <td>IRC</td> 38 <td><a href="https://web.libera.chat/gamja/#p0c">libera/#p0c</a></td> 39 </tr> 40 <tr> 41 <td>Fediverse</td> 42 <td><a href="https://m.in0rdr.ch/users/in0rdr">m.in0rdr.ch</a></td> 43 </tr> 44 </table> 45 </div> 46 </div> 47 48 </section>