myheats-website

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

index.html (971B)


      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       <p>
     16         Interested in the scoring backend for judges and event admins? 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/myheats/file/README.md.html">README.md</a>) to host your own instance.
     26       </p>
     27     </div>
     28   </div>
     29 
     30 </section>