Skip to content

Commit a5d0009

Browse files
committed
Move /downloads/logos to /community/logos
We're renaming the download page to /install, so the logos page has to go somewhere. Reasons to move it to /community: - That's what Python does https://www.python.org/community/logos/ - I think the About section needs to be reworked, so it may not exist in the future
1 parent 0405650 commit a5d0009

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
lines changed

content/about/free-and-open-source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h2>Free and Open Source</h2>
1717
free for all its users.</p>
1818

1919
<p>However, we do restrict the use of the term "Git" and the
20-
<a href="{{< relurl "downloads/logos" >}}">logos</a> to avoid confusion. Please
20+
<a href="{{< relurl "community/logos" >}}">logos</a> to avoid confusion. Please
2121
see our <a href="{{< relurl "trademark" >}}">trademark</a> policy for
2222
details.</p>
2323

content/about/trademark.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h3>1 Purpose</h3>
3838
<ul>
3939
<li><p>The literal mark "Git"</p></li>
4040
<li><p>The logos and graphic marks displayed and available for
41-
download at <a href="https://git-scm.com/downloads/logos">https://git-scm.com/downloads/logos</a></p></li>
41+
download at <a href="https://git-scm.com/community/logos">https://git-scm.com/community/logos</a></p></li>
4242
<li><p>The slogan "the stupid content tracker"</p></li>
4343
</ul>
4444

content/community/_index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,12 @@ <h2 id="discord"><a class="anchor" href="#discord"></a> Discord Server </h2>
9292
The <a href="https://discord.gg/GRFVkzgxRd">Git Community Discord Server</a> also has many knowledgeable and helpful people. Additionally, it provides a space to be able to voice chat about patches, designs, or anything else Git related.
9393
</p>
9494

95+
<h2 id="logos"><a class="anchor" href="#logos"></a> Logos </h2>
96+
97+
<p>
98+
Various <a href="{{< relurl "community/logos" >}}">Git logos</a> in PNG (bitmap) and EPS (vector) formats are available for use in online and print projects.
99+
</p>
100+
95101
<h2 id="git-rev-news"><a class="anchor" href="#git-rev-news"></a> Newsletter </h2>
96102

97103
<p>

content/downloads/logos/_index.html renamed to content/community/logos.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
2-
section: "downloads"
2+
section: "community"
33
subsection: "logos"
44
title: "Git - Logo Downloads"
5-
url: /downloads/logos.html
5+
url: /community/logos.html
66
aliases:
7+
- /community/logos/index.html
78
- /downloads/logos/index.html
9+
- /downloads/logos.html
810
---
911

1012
<div id="main">

layouts/partials/sidebar.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@
5858
</li>
5959
<li>
6060
<a href="{{ relURL "community" }}"{{ if (eq $section "community") }} class="active"{{ end }}>Community</a>
61+
<ul{{ if (eq $section "community") }} class="expanded"{{ end }}>
62+
{{ if (eq $section "community") }}
63+
<li>
64+
<a href="{{ relURL "community/logos" }}"{{ if (eq .Params.subsection "logos") }} class="active"{{ end }}>Logos</a>
65+
</li>
66+
{{ end }}
67+
</ul>
6168
</li>
6269
</ul>
6370

0 commit comments

Comments
 (0)