Skip to content

Commit a79d3c3

Browse files
author
Diane
committed
Add GitKraken to index & add links to logos under "Trusted and used in production by"
1 parent 32a40b9 commit a79d3c3

File tree

3 files changed

+36
-9
lines changed

3 files changed

+36
-9
lines changed

css/libgit2.css

+4
Original file line numberDiff line numberDiff line change
@@ -1708,6 +1708,10 @@ p {
17081708
margin-top: 28px;
17091709
}
17101710

1711+
#production-usage > .row:nth-of-type(4){
1712+
margin-top: 16px;
1713+
}
1714+
17111715
#production-usage img {
17121716
vertical-align: middle;
17131717
margin: 0 .9em;

images/libgit2/[email protected]

14.5 KB
Loading

index.html

+32-9
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,42 @@ <h3>Permissive Licensing</h3>
3535
<section id='production-usage'>
3636
<h5>Trusted and used in production by</h5>
3737
<div class="row">
38-
<img src="images/libgit2/[email protected]" alt="GitHub" width="83" height="38" />
39-
<img src="images/libgit2/[email protected]" alt="Microsoft" width="150" height="32" />
40-
<img src="images/libgit2/[email protected]" alt="Plastic SCM" width="139" height="29" />
38+
<a href="https://github.com/" target="_blank">
39+
<img src="images/libgit2/[email protected]" alt="GitHub" width="83" height="38" />
40+
</a>
41+
<a href="https://www.microsoft.com/" target="_blank">
42+
<img src="images/libgit2/[email protected]" alt="Microsoft" width="150" height="32" />
43+
</a>
44+
<a href="https://www.plasticscm.com/" target="_blank">
45+
<img src="images/libgit2/[email protected]" alt="Plastic SCM" width="139" height="29" />
46+
</a>
4147
</div>
4248
<div class="row">
43-
<img src="images/libgit2/[email protected]" alt="Beanstalk" width="118" height="37" />
44-
<img src="images/libgit2/[email protected]" alt="Striata" width="104" height="25" />
45-
<img src="images/libgit2/[email protected]" alt="Xamarin" width="133" height="32" />
49+
<a href="https://beanstalkapp.com/" target="_blank">
50+
<img src="images/libgit2/[email protected]" alt="Beanstalk" width="118" height="37" />
51+
</a>
52+
<a href="https://www.striata.com/" target="_blank">
53+
<img src="images/libgit2/[email protected]" alt="Striata" width="104" height="25" />
54+
</a>
55+
<a href="https://visualstudio.microsoft.com/xamarin/" target="_blank">
56+
<img src="images/libgit2/[email protected]" alt="Xamarin" width="133" height="32" />
57+
</a>
4658
</div>
4759
<div class="row">
48-
<img src="images/libgit2/[email protected]" alt="Canonical" width="150" height="20" />
49-
<img src="images/libgit2/[email protected]" alt="Bitbucket" width="150" height="38" />
50-
<img src="images/libgit2/[email protected]" alt="GitLab" width="134" height="42" />
60+
<a href="https://www.canonical.com/" target="_blank">
61+
<img src="images/libgit2/[email protected]" alt="Canonical" width="150" height="20" />
62+
</a>
63+
<a href="https://bitbucket.org/" target="_blank">
64+
<img src="images/libgit2/[email protected]" alt="Bitbucket" width="150" height="38" />
65+
</a>
66+
<a href="https://about.gitlab.com/" target="_blank">
67+
<img src="images/libgit2/[email protected]" alt="GitLab" width="134" height="42" />
68+
</a>
69+
</div>
70+
<div class="row">
71+
<a href="https://www.gitkraken.com/" target="_blank">
72+
<img src="images/libgit2/[email protected]" alt="GitKraken" width="150" height="36" />
73+
</a>
5174
</div>
5275
</section>
5376
</div>

0 commit comments

Comments
 (0)