diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/.VERSION | 2 | ||||
-rw-r--r-- | templates/home.tmpl | 37 |
2 files changed, 38 insertions, 1 deletions
diff --git a/templates/.VERSION b/templates/.VERSION index 22d091a7fc..c2a87b7c3a 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.8.25.0130
\ No newline at end of file +0.8.26.0131
\ No newline at end of file diff --git a/templates/home.tmpl b/templates/home.tmpl index 2c96595afb..ea51b4de6a 100644 --- a/templates/home.tmpl +++ b/templates/home.tmpl @@ -164,6 +164,43 @@ </p> </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}} <div class="ui stackable middle very relaxed page grid"> <div class="eight wide center column"> |