Skip to content

Commit 96c9fef

Browse files
andreyneringlunny
authored andcommitted
Update home page to Gitea (#138)
1 parent 52cc3fd commit 96c9fef

File tree

5 files changed

+27
-27
lines changed

5 files changed

+27
-27
lines changed

public/css/index.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@ footer .ui.language .menu {
857857
font-size: 3em;
858858
}
859859
.home .hero .octicon {
860-
color: #d9453d;
860+
color: #5aa509;
861861
font-size: 40px;
862862
width: 50px;
863863
}
@@ -871,7 +871,7 @@ footer .ui.language .menu {
871871
padding-top: 30px;
872872
}
873873
.home a {
874-
color: #d9453d;
874+
color: #5aa509;
875875
}
876876
.signup {
877877
padding-top: 15px;

public/img/gogs-large-resize.png

-53.6 KB
Binary file not shown.

public/img/gogs-lg.png

-93.1 KB
Binary file not shown.

public/less/_home.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
font-size: 3em;
1515
}
1616
.octicon {
17-
color: #d9453d;
17+
color: #5aa509;
1818
font-size: 40px;
1919
width: 50px;
2020
}
@@ -29,7 +29,7 @@
2929
padding-top: 30px;
3030
}
3131
a {
32-
color: #d9453d;
32+
color: #5aa509;
3333
}
3434
}
3535

templates/home.tmpl

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<div class="ui stackable middle very relaxed page grid">
44
<div class="sixteen wide center aligned centered column">
55
<div>
6-
<img class="logo" src="{{AppSubUrl}}/img/gogs-lg.png" />
6+
<img class="logo" src="{{AppSubUrl}}/img/gitea-lg.png" />
77
</div>
88
<div class="hero">
99
<h1 class="ui icon header title">
10-
Gogs - Go Git Service
10+
Gitea - Git with a cup of tea
1111
</h1>
1212
<h2>{{.i18n.Tr "app_desc"}}</h2>
1313
</div>
@@ -20,15 +20,15 @@
2020
<i class="octicon octicon-flame"></i> Einfach zu installieren
2121
</h1>
2222
<p class="large">
23-
Starte einfach <a target="_blank" href="https://gogs.io/docs/installation/install_from_binary.html">die Anwendung</a> für deine Plattform. Gogs gibt es auch für <a target="_blank" href="https://github.com/go-gitea/gitea/tree/master/docker">Docker</a>, <a target="_blank" href="https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs">Vagrant</a> oder als <a target="_blank" href="https://gogs.io/docs/installation/install_from_packages.html">Installationspaket</a>.
23+
Starte einfach <a target="_blank" href="https://gogs.io/docs/installation/install_from_binary.html">die Anwendung</a> für deine Plattform. Gitea gibt es auch für <a target="_blank" href="https://github.com/go-gitea/gitea/tree/master/docker">Docker</a>, <a target="_blank" href="https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs">Vagrant</a> oder als <a target="_blank" href="https://gogs.io/docs/installation/install_from_packages.html">Installationspaket</a>.
2424
</p>
2525
</div>
2626
<div class="eight wide center column">
2727
<h1 class="hero ui icon header">
2828
<i class="octicon octicon-device-desktop"></i> Plattformübergreifend
2929
</h1>
3030
<p class="large">
31-
Gogs läuft überall. <a target="_blank" href="http://golang.org/">Go</a> kompiliert für: Windows, Mac OS X, Linux, ARM, etc. Wähle dasjenige System, was dir am meisten gefällt!
31+
Gitea läuft überall. <a target="_blank" href="http://golang.org/">Go</a> kompiliert für: Windows, Mac OS X, Linux, ARM, etc. Wähle dasjenige System, was dir am meisten gefällt!
3232
</p>
3333
</div>
3434
</div>
@@ -38,7 +38,7 @@
3838
<i class="octicon octicon-rocket"></i> Leichtgewicht
3939
</h1>
4040
<p class="large">
41-
Gogs hat minimale Systemanforderungen und kann selbst auf einem günstigen und stromsparenden Raspberry Pi betrieben werden.
41+
Gitea hat minimale Systemanforderungen und kann selbst auf einem günstigen und stromsparenden Raspberry Pi betrieben werden.
4242
</p>
4343
</div>
4444
<div class="eight wide center column">
@@ -65,7 +65,7 @@
6565
<i class="octicon octicon-device-desktop"></i> 跨平台
6666
</h1>
6767
<p class="large">
68-
任何 <a target="_blank" href="http://golang.org/">Go 语言</a> 支持的平台都可以运行 Gogs,包括 Windows、Mac、Linux 以及 ARM。挑一个您喜欢的就行!
68+
任何 <a target="_blank" href="http://golang.org/">Go 语言</a> 支持的平台都可以运行 Gitea,包括 Windows、Mac、Linux 以及 ARM。挑一个您喜欢的就行!
6969
</p>
7070
</div>
7171
</div>
@@ -75,7 +75,7 @@
7575
<i class="octicon octicon-rocket"></i> 轻量级
7676
</h1>
7777
<p class="large">
78-
一个廉价的树莓派的配置足以满足 Gogs 的最低系统硬件要求。最大程度上节省您的服务器资源!
78+
一个廉价的树莓派的配置足以满足 Gitea 的最低系统硬件要求。最大程度上节省您的服务器资源!
7979
</p>
8080
</div>
8181
<div class="eight wide center column">
@@ -94,8 +94,8 @@
9494
<i class="octicon octicon-flame"></i> Facile à installer
9595
</h1>
9696
<p class="large">
97-
Il suffit de <a target="_blank" href="https://gogs.io/docs/installation/install_from_binary.html">lancer l'exécutable</a> correspondant à votre système.
98-
Ou d'utiliser Gogs avec <a target="_blank" href="https://github.com/go-gitea/gitea/tree/master/docker">Docker</a> ou
97+
Il suffit de <a target="_blank" href="https://gogs.io/docs/installation/install_from_binary.html">lancer l'exécutable</a> correspondant à votre système.
98+
Ou d'utiliser Gitea avec <a target="_blank" href="https://github.com/go-gitea/gitea/tree/master/docker">Docker</a> ou
9999
<a target="_blank" href="https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs">Vagrant</a>
100100
ou en l'installant depuis un <a target="_blank" href="https://gogs.io/docs/installation/install_from_packages.html">package</a>.
101101
</p>
@@ -105,7 +105,7 @@
105105
<i class="octicon octicon-device-desktop"></i> Multi-plateforme
106106
</h1>
107107
<p class="large">
108-
Gogs tourne partout où <a target="_blank" href="http://golang.org/">Go</a> peut être compilé : Windows, Mac OS X, Linux, ARM, etc. Choisissez votre préféré !
108+
Gitea tourne partout où <a target="_blank" href="http://golang.org/">Go</a> peut être compilé : Windows, Mac OS X, Linux, ARM, etc. Choisissez votre préféré !
109109
</p>
110110
</div>
111111
</div>
@@ -115,7 +115,7 @@
115115
<i class="octicon octicon-rocket"></i> Léger
116116
</h1>
117117
<p class="large">
118-
Gogs utilise peu de ressources. Il peut même tourner sur un Raspberry Pi très bon marché. Économisez l'énergie de vos serveurs !
118+
Gitea utilise peu de ressources. Il peut même tourner sur un Raspberry Pi très bon marché. Économisez l'énergie de vos serveurs !
119119
</p>
120120
</div>
121121
<div class="eight wide center column">
@@ -134,15 +134,15 @@
134134
<i class="octicon octicon-flame"></i> Fácil de instalar
135135
</h1>
136136
<p class="large">
137-
Simplemente <a target="_blank" href="https://gogs.io/docs/installation/install_from_binary.html">arranca el binario</a> para tu plataforma. O usa Gogs con <a target="_blank" href="https://github.com/go-gitea/gitea/tree/master/docker">Docker</a> o <a target="_blank" href="https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs">Vagrant</a>, o utilice el <a target="_blank" href="https://gogs.io/docs/installation/install_from_packages.html">paquete</a>.
137+
Simplemente <a target="_blank" href="https://gogs.io/docs/installation/install_from_binary.html">arranca el binario</a> para tu plataforma. O usa Gitea con <a target="_blank" href="https://github.com/go-gitea/gitea/tree/master/docker">Docker</a> o <a target="_blank" href="https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs">Vagrant</a>, o utilice el <a target="_blank" href="https://gogs.io/docs/installation/install_from_packages.html">paquete</a>.
138138
</p>
139139
</div>
140140
<div class="eight wide center column">
141141
<h1 class="hero ui icon header">
142142
<i class="octicon octicon-device-desktop"></i> Multiplatforma
143143
</h1>
144144
<p class="large">
145-
Gogs funciona en cualquier parte, <a target="_blank" href="http://golang.org/">Go</a> puede compilarse en: Windows, Mac OS X, Linux, ARM, etc. !Elige tu favorita!
145+
Gitea funciona en cualquier parte, <a target="_blank" href="http://golang.org/">Go</a> puede compilarse en: Windows, Mac OS X, Linux, ARM, etc. !Elige tu favorita!
146146
</p>
147147
</div>
148148
</div>
@@ -152,7 +152,7 @@
152152
<i class="octicon octicon-rocket"></i> Ligero
153153
</h1>
154154
<p class="large">
155-
Gogs tiene pocos requisitos y puede funcionar en una Raspberry Pi barata. !Ahorra energía!
155+
Gitea tiene pocos requisitos y puede funcionar en una Raspberry Pi barata. !Ahorra energía!
156156
</p>
157157
</div>
158158
<div class="eight wide center column">
@@ -171,15 +171,15 @@
171171
<i class="octicon octicon-flame"></i> Fácil de instalar
172172
</h1>
173173
<p class="large">
174-
Simplesmente <a target="_blank" href="https://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/go-gitea/gitea/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="https://gogs.io/docs/installation/install_from_packages.html">pacote</a>.
174+
Simplesmente <a target="_blank" href="https://gogs.io/docs/installation/install_from_binary.html">rode o executável</a> para o seu sistema operacional. Ou obtenha o Gitea com o <a target="_blank" href="https://github.com/go-gitea/gitea/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="https://gogs.io/docs/installation/install_from_packages.html">pacote</a>.
175175
</p>
176176
</div>
177177
<div class="eight wide center column">
178178
<h1 class="hero ui icon header">
179179
<i class="octicon octicon-device-desktop"></i> Multi-plataforma
180180
</h1>
181181
<p class="large">
182-
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!
182+
Gitea 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!
183183
</p>
184184
</div>
185185
</div>
@@ -189,7 +189,7 @@
189189
<i class="octicon octicon-rocket"></i> Leve e rápido
190190
</h1>
191191
<p class="large">
192-
Gogs utiliza poucos recursos e consegue mesmo rodar no barato Raspberry Pi. Economize energia elétrica da sua máquina!
192+
Gitea utiliza poucos recursos e consegue mesmo rodar no barato Raspberry Pi. Economize energia elétrica da sua máquina!
193193
</p>
194194
</div>
195195
<div class="eight wide center column">
@@ -208,15 +208,15 @@
208208
<i class="octicon octicon-flame"></i> Простой в установке
209209
</h1>
210210
<p class="large">
211-
Просто <a target="_blank" href="https://gogs.io/docs/installation/install_from_binary.html">запустите исполняемый файл</a> для вашей платформы. Изпользуйте Gogs с <a target="_blank" href="https://github.com/go-gitea/gitea/tree/master/docker">Docker</a> или <a target="_blank" href="https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs">Vagrant</a>, или загрузите <a target="_blank" href="https://gogs.io/docs/installation/install_from_packages.html">пакет</a>.
211+
Просто <a target="_blank" href="https://gogs.io/docs/installation/install_from_binary.html">запустите исполняемый файл</a> для вашей платформы. Изпользуйте Gitea с <a target="_blank" href="https://github.com/go-gitea/gitea/tree/master/docker">Docker</a> или <a target="_blank" href="https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs">Vagrant</a>, или загрузите <a target="_blank" href="https://gogs.io/docs/installation/install_from_packages.html">пакет</a>.
212212
</p>
213213
</div>
214214
<div class="eight wide center column">
215215
<h1 class="hero ui icon header">
216216
<i class="octicon octicon-device-desktop"></i> Кроссплатформенный
217217
</h1>
218218
<p class="large">
219-
Gogs работает на любой операционной системе, которая может компилировать <a target="_blank" href="http://golang.org/">Go</a>: Windows, Mac OS X, Linux, ARM и т. д. Выбирайте, что вам больше нравится!
219+
Gitea работает на любой операционной системе, которая может компилировать <a target="_blank" href="http://golang.org/">Go</a>: Windows, Mac OS X, Linux, ARM и т. д. Выбирайте, что вам больше нравится!
220220
</p>
221221
</div>
222222
</div>
@@ -226,7 +226,7 @@
226226
<i class="octicon octicon-rocket"></i> Легковесный
227227
</h1>
228228
<p class="large">
229-
Gogs имеет низкие системные требования и может работать на недорогом Raspberry Pi. Экономьте энергию вашей машины!
229+
Gitea имеет низкие системные требования и может работать на недорогом Raspberry Pi. Экономьте энергию вашей машины!
230230
</p>
231231
</div>
232232
<div class="eight wide center column">
@@ -245,15 +245,15 @@
245245
<i class="octicon octicon-flame"></i> Easy to install
246246
</h1>
247247
<p class="large">
248-
Simply <a target="_blank" href="https://gogs.io/docs/installation/install_from_binary.html">run the binary</a> for your platform. Or ship Gogs with <a target="_blank" href="https://github.com/go-gitea/gitea/tree/master/docker">Docker</a> or <a target="_blank" href="https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs">Vagrant</a>, or get it <a target="_blank" href="https://gogs.io/docs/installation/install_from_packages.html">packaged</a>.
248+
Simply <a target="_blank" href="https://gogs.io/docs/installation/install_from_binary.html">run the binary</a> for your platform. Or ship Gitea with <a target="_blank" href="https://github.com/go-gitea/gitea/tree/master/docker">Docker</a> or <a target="_blank" href="https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs">Vagrant</a>, or get it <a target="_blank" href="https://gogs.io/docs/installation/install_from_packages.html">packaged</a>.
249249
</p>
250250
</div>
251251
<div class="eight wide center column">
252252
<h1 class="hero ui icon header">
253253
<i class="octicon octicon-device-desktop"></i> Cross-platform
254254
</h1>
255255
<p class="large">
256-
Gogs runs anywhere <a target="_blank" href="http://golang.org/">Go</a> can compile for: Windows, Mac OS X, Linux, ARM, etc. Choose the one you love!
256+
Gitea runs anywhere <a target="_blank" href="http://golang.org/">Go</a> can compile for: Windows, Mac OS X, Linux, ARM, etc. Choose the one you love!
257257
</p>
258258
</div>
259259
</div>
@@ -263,7 +263,7 @@
263263
<i class="octicon octicon-rocket"></i> Lightweight
264264
</h1>
265265
<p class="large">
266-
Gogs has low minimal requirements and can run on an inexpensive Raspberry Pi. Save your machine energy!
266+
Gitea has low minimal requirements and can run on an inexpensive Raspberry Pi. Save your machine energy!
267267
</p>
268268
</div>
269269
<div class="eight wide center column">

0 commit comments

Comments
 (0)