-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Expand file tree
/
Copy pathlogos.html
More file actions
110 lines (109 loc) · 4.95 KB
/
logos.html
File metadata and controls
110 lines (109 loc) · 4.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
---
section: "community"
subsection: "logos"
title: "Git - Logo Downloads"
url: /community/logos.html
aliases:
- /community/logos/index.html
- /downloads/logos/index.html
- /downloads/logos.html
---
<div id="main">
<h1>Logos</h1>
<div class="two-column">
<div class="column-left">
<ul class="content-list">
<li>
<img src="{{< relurl "images/logos/2color-lightbg@2x.png" >}}" width="294" height="100">
<h4>Full color Git logo for light backgrounds</h4>
<p class="description">
<a href="{{< relurl "images/logos/downloads/Git-Logo-2Color.png" >}}">PNG (bitmap)</a>
·
<a href="{{< relurl "images/logos/downloads/Git-Logo-2Color.eps" >}}">EPS (vector)</a>
·
<a href="{{< relurl "images/logos/downloads/Git-Logo-2Color.svg" >}}">SVG (vector)</a>
</p>
</li>
<li>
<img src="{{< relurl "images/logos/1color-orange-lightbg@2x.png" >}}" width="294" height="100">
<h4>Orange Git logo for light backgrounds</h4>
<p class="description">
<a href="{{< relurl "images/logos/downloads/Git-Logo-1788C.png" >}}">PNG (bitmap)</a>
·
<a href="{{< relurl "images/logos/downloads/Git-Logo-1788C.eps" >}}">EPS (vector)</a>
·
<a href="{{< relurl "images/logos/downloads/Git-Logo-1788C.svg" >}}">SVG (vector)</a>
</p>
</li>
<li>
<img src="{{< relurl "images/logos/1color-lightbg@2x.png" >}}" width="294" height="100">
<h4>One color Git logo for light backgrounds</h4>
<p class="description">
<a href="{{< relurl "images/logos/downloads/Git-Logo-Black.png" >}}">PNG (bitmap)</a>
·
<a href="{{< relurl "images/logos/downloads/Git-Logo-Black.eps" >}}">EPS (vector)</a>
·
<a href="{{< relurl "images/logos/downloads/Git-Logo-Black.svg" >}}">SVG (vector)</a>
</p>
</li>
<li>
<img src="{{< relurl "images/logos/1color-darkbg@2x.png" >}}" width="294" height="100">
<h4>One color Git logo for dark backgrounds</h4>
<p class="description">
<a href="{{< relurl "images/logos/downloads/Git-Logo-White.png" >}}">PNG (bitmap)</a>
·
<a href="{{< relurl "images/logos/downloads/Git-Logo-White.eps" >}}">EPS (vector)</a>
·
<a href="{{< relurl "images/logos/downloads/Git-Logo-White.svg" >}}">SVG (vector)</a>
</p>
</li>
</ul>
</div>
<div class="column-right">
<ul class="content-list">
<li>
<img src="{{< relurl "images/logos/logomark-orange@2x.png" >}}" width="100" height="100">
<h4>Orange logomark for light backgrounds</h4>
<p class="description">
<a href="{{< relurl "images/logos/downloads/Git-Icon-1788C.png" >}}">PNG (bitmap)</a>
·
<a href="{{< relurl "images/logos/downloads/Git-Icon-1788C.eps" >}}">EPS (vector)</a>
·
<a href="{{< relurl "images/logos/downloads/Git-Icon-1788C.svg" >}}">SVG (vector)</a>
</p>
</li>
<li>
<img src="{{< relurl "images/logos/logomark-black@2x.png" >}}" width="100" height="100">
<h4>Black logomark for light backgrounds</h4>
<p class="description">
<a href="{{< relurl "images/logos/downloads/Git-Icon-Black.png" >}}">PNG (bitmap)</a>
·
<a href="{{< relurl "images/logos/downloads/Git-Icon-Black.eps" >}}">EPS (vector)</a>
·
<a href="{{< relurl "images/logos/downloads/Git-Icon-Black.svg" >}}">SVG (vector)</a>
</p>
</li>
<li>
<img src="{{< relurl "images/logos/logomark-white@2x.png" >}}" width="100" height="100">
<h4>White logomark for dark backgrounds</h4>
<p class="description">
<a href="{{< relurl "images/logos/downloads/Git-Icon-White.png" >}}">PNG (bitmap)</a>
·
<a href="{{< relurl "images/logos/downloads/Git-Icon-White.eps" >}}">EPS (vector)</a>
·
<a href="{{< relurl "images/logos/downloads/Git-Icon-White.svg" >}}">SVG (vector)</a>
</p>
</li>
</ul>
</div>
</div>
<div id="logo-license">
<p>
<img src="{{< relurl "images/creative-commons.png" >}}" />
Git Logo by <a href="https://bsky.app/profile/jasonlong.me">Jason Long</a> is licensed under the <a href="https://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported License</a>.
</p>
<p>
This license lets others distribute, remix, tweak, and build upon your work, even commercially, as long as they credit you for the original creation. This is the most accommodating of the CC licenses offered. Recommended for maximum dissemination and use of licensed materials.
</p>
</div>
</div>