home.tmpl 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. {{template "base/head" .}}
  2. <div class="home">
  3. <div class="ui stackable middle very relaxed page grid">
  4. <div class="sixteen wide center aligned centered column">
  5. <div class="logo">
  6. <img src="{{AppSubURL}}/img/gogs-hero.png" />
  7. </div>
  8. <div class="hero">
  9. <p class="large"><b>git.glamour.ovh</b> is a Git server instance for the glamour collective — because version control should be as glamorous as we are.</p>
  10. <p class="large">The absolutely fabulous style of this webpage was designed and made by <a target="_blank" rel="noopener noreferrer" href="https://fozunja.glamour.ovh/">Fozunja</a></p>
  11. </div>
  12. </div>
  13. </div>
  14. <div class="ui stackable middle very relaxed page grid">
  15. <div class="sixteen wide center aligned centered column">
  16. <p class="large"><span class="glamour-text">Fun fact:</span> Our Git server is so efficient, your commits push faster than light travels through a disco ball.</p>
  17. <p class="large">Whether you're storing code, documentation, or your wildest creative projects, this instance keeps everything organized with the kind of grace that makes other Git servers jealous.</p>
  18. <div class="ui segment" style="margin-top: 2em; margin-bottom: 2em;">
  19. <h3>Instance Details</h3>
  20. <p><b>Software:</b> <a target="_blank" rel="noopener noreferrer" href="https://gogs.io/">Gogs</a> — lightweight and efficient</p>
  21. <p><b>Managed by:</b> <a target="_blank" rel="noopener noreferrer" href="https://computer.glamour.ovh">computer_glamour</a></p>
  22. </div>
  23. <p class="large">Interested? <a target="_blank" rel="noopener noreferrer" href="https://glamour.ovh">Check out our collective</a> to get started.</p>
  24. </div>
  25. </div>
  26. </div>
  27. {{template "base/footer" .}}