| 12345678910111213141516171819202122232425262728293031323334353637 |
- {{template "base/head" .}}
- <div class="home">
- <div class="ui stackable middle very relaxed page grid">
- <div class="sixteen wide center aligned centered column">
- <div class="logo">
- <img src="{{AppSubURL}}/img/gogs-hero.png" />
- </div>
- <div class="hero">
- <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>
- <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>
- </div>
- </div>
- </div>
- <div class="ui stackable middle very relaxed page grid">
- <div class="sixteen wide center aligned centered column">
- <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>
- <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>
- <div class="ui segment" style="margin-top: 2em; margin-bottom: 2em;">
- <h3>Instance Details</h3>
- <p><b>Software:</b> <a target="_blank" rel="noopener noreferrer" href="https://gogs.io/">Gogs</a> — lightweight and efficient</p>
- <p><b>Managed by:</b> <a target="_blank" rel="noopener noreferrer" href="https://computer.glamour.ovh">computer_glamour</a></p>
- </div>
- <p class="large">Interested? <a target="_blank" rel="noopener noreferrer" href="https://glamour.ovh">Check out our collective</a> to get started.</p>
- </div>
- </div>
- </div>
- {{template "base/footer" .}}
|