Skip to content

Commit 0f8c255

Browse files
committed
tools: move GUIs to tools section
Signed-off-by: Julia Evans <[email protected]>
1 parent 10743f7 commit 0f8c255

File tree

13 files changed

+48
-57
lines changed

13 files changed

+48
-57
lines changed

content/downloads/_index.html

Lines changed: 7 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -38,28 +38,13 @@ <h1>Downloads</h1>
3838
</div>
3939
</div>
4040
<div class="callout" id="more-downloads">
41-
<div class="two-column">
42-
<div class="column-left">
43-
<h2>GUI Clients</h2>
44-
<p>
45-
Git comes with built-in GUI tools (<strong>git-gui</strong>, <strong>gitk</strong>), but there are several third-party tools for users looking for a platform-specific experience.
46-
</p>
47-
<p>
48-
<strong>
49-
<a href="{{< relurl "downloads/guis" >}}">View GUI Clients →</a>
50-
</strong>
51-
</p>
52-
</div>
53-
<div class="column-right">
54-
<h2>Logos</h2>
55-
<p>Various Git logos in PNG (bitmap) and EPS (vector) formats are available for use in online and print projects.</p>
56-
<p>
57-
<strong>
58-
<a href="{{< relurl "downloads/logos" >}}">View Logos →</a>
59-
</strong>
60-
</p>
61-
</div>
62-
</div>
41+
<h2>Logos</h2>
42+
<p>Various Git logos in PNG (bitmap) and EPS (vector) formats are available for use in online and print projects.</p>
43+
<p>
44+
<strong>
45+
<a href="{{< relurl "downloads/logos" >}}">View Logos →</a>
46+
</strong>
47+
</p>
6348
</div>
6449
<h2>Git via Git</h2>
6550
<p>

content/downloads/guis/android.html

Lines changed: 0 additions & 5 deletions
This file was deleted.

content/downloads/guis/ios.html

Lines changed: 0 additions & 7 deletions
This file was deleted.

content/downloads/guis/linux.html

Lines changed: 0 additions & 6 deletions
This file was deleted.

content/downloads/guis/mac.html

Lines changed: 0 additions & 7 deletions
This file was deleted.

content/downloads/guis/windows.html

Lines changed: 0 additions & 7 deletions
This file was deleted.

content/downloads/guis/_index.html renamed to content/tools/guis/_index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
2-
section: "downloads"
2+
section: "tools"
33
subsection: "guis"
44
title: "Git - GUI Clients"
5-
url: /downloads/guis.html
5+
url: /tools/guis.html
66
aliases:
7+
- /downloads/guis.html
78
- /downloads/guis/index.html
89
- /download/guis/index.html
910
- /download/guis.html

content/tools/guis/android.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
redirect_to: tools/guis?os=android
3+
aliases:
4+
- /download/gui/android
5+
- /download/guis/android
6+
---

content/tools/guis/ios.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
redirect_to: tools/guis?os=ios
3+
aliases:
4+
- /download/gui/ios
5+
- /download/guis/ios
6+
---
7+
8+

content/tools/guis/linux.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
redirect_to: tools/guis?os=linux
3+
aliases:
4+
- /download/gui/linux
5+
- /download/guis/linux
6+
---
7+

0 commit comments

Comments
 (0)