about.tmpl 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {{template "base/head" .}}
  2. <div id="about-div">
  3. <div class="ui middle very relaxed page grid">
  4. <div id="about-toc-div">
  5. <h2> About YepItsABug </h2>
  6. <a name="toc"></a>
  7. <ul>
  8. <li><a href="{{AppSubURL}}/about#whatisnotabug">What is NotABug.org</a></li>
  9. <li><a href="{{AppSubURL}}/about#whoweare">Who we are</a></li>
  10. <li><a href="{{AppSubURL}}/about#Tor">Tor Access</a></li>
  11. <li><a href="{{AppSubURL}}/about#contactus">Contact us</a></li>
  12. </ul>
  13. </div>
  14. <div class="grid-4-5 left">
  15. <div class="setting-content">
  16. <a name="whatisnotabug"></a>
  17. <h2> What is this website?</h2>
  18. <p> is a <a href="https://www.gnu.org/philosophy/free-sw.html">free-software</a> code collaboration platform.
  19. the goal is to support development of
  20. <ol>
  21. <li>fediverse servers(Pleroma, Mastodon, etc)</li>
  22. <li>ethereum</li>
  23. <li>whatever else I am personally working on, and close friends need in a NSA/Microsoft github / <a href="https://notabug.org">notabug</a>-like service</li>
  24. <li>ONCE THE ABOVE IS WORKING I intend on allowing others to use this service too IF you pay some amount. We'll work on the details, but they'll involve
  25. bitcoin/ethereum/cryptocurrency, and enough to make a small profit on costs and labour.</li>
  26. </ol>
  27. <a name="whoweare"></a>
  28. <h2> Who am I? </h2>
  29. <p> We'll see how long this gets kept from my identity. Can you guess?</p>
  30. <br>
  31. <br>
  32. <a name="contactus"></a>
  33. <h2> Contact us </h2>
  34. <p> <ul>
  35. <li>On ricochet </li>
  36. </ul></p>
  37. <p><a href="{{AppSubURL}}/about#toc">^ Top ^</a></p>
  38. <p></p><p></p>
  39. </div>
  40. </div>
  41. </div>
  42. </div>
  43. {{template "base/footer" .}}