Skip to content

Commit d260d9f

Browse files
author
lukluk
committed
add welcome section
1 parent 0dc56fa commit d260d9f

File tree

1 file changed

+38
-1
lines changed

1 file changed

+38
-1
lines changed

templates/home.tmpl

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,47 @@
66
<img src="{{AppSubURL}}/img/favicon.png" />
77
</div>
88
<div class="hero">
9-
<h2>Ayo berkontribusi aktif untuk kemajuan open source di Indonesia</h2>
9+
<h3>Ayo berkontribusi aktif untuk kemajuan open source di Indonesia</h3>
1010
</div>
11+
1112
</div>
1213
</div>
14+
<div class="ui stackable middle very relaxed page grid">
15+
<div class="eight wide center column">
16+
<h1 class="hero ui icon header">
17+
<i class="octicon octicon-flame"></i> Einfach zu installieren
18+
</h1>
19+
<p class="large">
20+
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/gogits/gogs/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>.
21+
</p>
22+
</div>
23+
<div class="eight wide center column">
24+
<h1 class="hero ui icon header">
25+
<i class="octicon octicon-device-desktop"></i> Plattformübergreifend
26+
</h1>
27+
<p class="large">
28+
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!
29+
</p>
30+
</div>
31+
</div>
32+
<div class="ui stackable middle very relaxed page grid">
33+
<div class="eight wide center column">
34+
<h1 class="hero ui icon header">
35+
<i class="octicon octicon-rocket"></i> Leichtgewicht
36+
</h1>
37+
<p class="large">
38+
Gogs hat minimale Systemanforderungen und kann selbst auf einem günstigen und stromsparenden Raspberry Pi betrieben werden.
39+
</p>
40+
</div>
41+
<div class="eight wide center column">
42+
<h1 class="hero ui icon header">
43+
<i class="octicon octicon-code"></i> Quelloffen
44+
</h1>
45+
<p class="large">
46+
Der komplette Code befindet sich auf <a target="_blank" href="https://github.com/gogits/gogs/">GitHub</a>! Unterstütze uns bei der Verbesserung dieses Projekts. Trau dich!
47+
</p>
48+
</div>
49+
</div>
1350

1451
</div>
1552
{{template "base/footer" .}}

0 commit comments

Comments
 (0)