| @@ -164,6 +164,43 @@ | |||||
| </p> | </p> | ||||
| </div> | </div> | ||||
| </div> | </div> | ||||
| {{else if eq .Lang "pt-BR"}} | |||||
| <div class="ui stackable middle very relaxed page grid"> | |||||
| <div class="eight wide center column"> | |||||
| <h1 class="hero ui icon header"> | |||||
| <i class="octicon octicon-flame"></i> Fácil de instalar | |||||
| </h1> | |||||
| <p class="large"> | |||||
| Simplesmente <a target="_blank" href="http://gogs.io/docs/installation/install_from_binary.html">rode o executável</a> para o seu sistema operacional. Ou obtenha o Gogs com o <a target="_blank" href="https://github.com/gogits/gogs/tree/master/docker">Docker</a> ou <a target="_blank" href="https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs">Vagrant</a>, ou baixe o <a target="_blank" href="http://gogs.io/docs/installation/install_from_packages.html">pacote</a>. | |||||
| </p> | |||||
| </div> | |||||
| <div class="eight wide center column"> | |||||
| <h1 class="hero ui icon header"> | |||||
| <i class="octicon octicon-device-desktop"></i> Multi-plataforma | |||||
| </h1> | |||||
| <p class="large"> | |||||
| Gogs roda em qualquer sistema operacional em que <a target="_blank" href="http://golang.org/">Go</a> consegue compilar: Windows, Mac OS X, Linux, ARM, etc. Escolha qual você gosta mais! | |||||
| </p> | |||||
| </div> | |||||
| </div> | |||||
| <div class="ui stackable middle very relaxed page grid"> | |||||
| <div class="eight wide center column"> | |||||
| <h1 class="hero ui icon header"> | |||||
| <i class="octicon octicon-rocket"></i> Leve e rápido | |||||
| </h1> | |||||
| <p class="large"> | |||||
| Gogs utiliza poucos recursos e consegue mesmo rodar no barato Raspberry Pi. Economize energia elétrica da sua máquina! | |||||
| </p> | |||||
| </div> | |||||
| <div class="eight wide center column"> | |||||
| <h1 class="hero ui icon header"> | |||||
| <i class="octicon octicon-code"></i> Código aberto | |||||
| </h1> | |||||
| <p class="large"> | |||||
| Está tudo no <a target="_blank" href="https://github.com/gogits/gogs/">GitHub</a>! Contribua e torne este projeto ainda melhor. Não tenha vergonha de contribuir! | |||||
| </p> | |||||
| </div> | |||||
| </div> | |||||
| {{else}} | {{else}} | ||||
| <div class="ui stackable middle very relaxed page grid"> | <div class="ui stackable middle very relaxed page grid"> | ||||
| <div class="eight wide center column"> | <div class="eight wide center column"> | ||||