Skip to content

Commit 36e379b

Browse files
committed
Merge pull request libgit2#55 from mark-adams/add-bitbucket
Added Bitbucket to the list of organizations using libgit2 in production
2 parents d5abe84 + 7d332f1 commit 36e379b

File tree

3 files changed

+28
-19
lines changed

3 files changed

+28
-19
lines changed

css/libgit2.css

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1693,29 +1693,31 @@ p {
16931693
margin-bottom: 0.75em;
16941694
}
16951695

1696+
#production-usage > .row:nth-of-type(2){
1697+
margin-top: 10px;
1698+
}
1699+
1700+
#production-usage > .row:nth-of-type(3){
1701+
margin-top: 28px;
1702+
}
1703+
16961704
#production-usage img {
16971705
vertical-align: middle;
16981706
margin: 0 .9em;
16991707
}
1700-
#production-usage img[src*='logo-plastic'] {
1701-
margin-bottom: -8px;
1702-
}
1703-
#production-usage img[src*='logo-beanstalk'] {
1704-
margin-top: -5px;
1705-
}
1708+
17061709
#production-usage img[src*='logo-striata'] {
1707-
margin-bottom: -14px;
1710+
margin-bottom: -12px;
17081711
}
17091712

1710-
#production-usage img[src*='logo-xamarin'] {
1711-
margin-bottom: -20px;
1713+
#production-usage img[src*='logo-bitbucket'] {
1714+
margin-top: -16px;
17121715
}
17131716

1714-
#production-usage img[src*='logo-canonical'] {
1715-
margin-bottom: -18px;
1717+
#production-usage img[src*='logo-plastic'] {
1718+
margin-bottom: -8px;
17161719
}
17171720

1718-
17191721
ul#primary-languages {
17201722
overflow: hidden;
17211723
*zoom: 1;

images/libgit2/logo-bitbucket@2x.png

8.81 KB
Loading

index.html

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,20 @@ <h3>Permissive Licensing</h3>
3434
</section>
3535
<section id='production-usage'>
3636
<h5>Trusted and used in production by</h5>
37-
<img src="images/libgit2/logo-github@2x.png" alt="GitHub" width="83" height="38" />
38-
<img src="images/libgit2/logo-microsoft@2x.png" alt="Microsoft" width="150" height="32" /><br/>
39-
<img src="images/libgit2/logo-plastic@2x.png" alt="Plastic SCM" width="139" height="29" />
40-
<img src="images/libgit2/logo-beanstalk@2x.png" alt="Beanstalk" width="118" height="37" /><br />
41-
<img src="images/libgit2/logo-striata@2x.png" alt="Striata" width="104" height="25" />
42-
<img src="images/libgit2/logo-xamarin@2x.png" alt="Xamarin" width="133" height="32" />
43-
<img src="images/libgit2/logo-canonical@2x.png" alt="Canonical" width="150" height="20" />
37+
<div class="row">
38+
<img src="images/libgit2/logo-github@2x.png" alt="GitHub" width="83" height="38" />
39+
<img src="images/libgit2/logo-microsoft@2x.png" alt="Microsoft" width="150" height="32" />
40+
<img src="images/libgit2/logo-plastic@2x.png" alt="Plastic SCM" width="139" height="29" />
41+
</div>
42+
<div class="row">
43+
<img src="images/libgit2/logo-beanstalk@2x.png" alt="Beanstalk" width="118" height="37" />
44+
<img src="images/libgit2/logo-striata@2x.png" alt="Striata" width="104" height="25" />
45+
</div>
46+
<div class="row">
47+
<img src="images/libgit2/logo-xamarin@2x.png" alt="Xamarin" width="133" height="32" />
48+
<img src="images/libgit2/logo-canonical@2x.png" alt="Canonical" width="150" height="20" />
49+
<img src="images/libgit2/logo-bitbucket@2x.png" alt="Bitbucket" width="150" height="38" />
50+
</div>
4451
</section>
4552
</div>
4653
<aside id='sidebar'>

0 commit comments

Comments
 (0)