Skip to content

Commit 97b7189

Browse files
committed
Added Beanstalk to "Trusted and used in production by" block
1 parent 2f82944 commit 97b7189

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

css/libgit2.css

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1682,20 +1682,26 @@ p {
16821682
border-top: dotted 1px #bdbdb6;
16831683
color: #847d75;
16841684
font-weight: bold;
1685-
padding: 1.3em 0;
1685+
padding: 1.5em 0;
16861686
text-align: center;
16871687
}
16881688

16891689
#production-usage h5 {
16901690
color: #847d75;
16911691
font-size: 14px;
16921692
font-weight: bold;
1693-
margin-bottom: 0.6em;
1693+
margin-bottom: 0.75em;
16941694
}
16951695

16961696
#production-usage img {
16971697
vertical-align: middle;
1698-
margin: 0 1em;
1698+
margin: 0 .9em;
1699+
}
1700+
#production-usage img[src*='logo-plastic'] {
1701+
margin-bottom: -12px;
1702+
}
1703+
#production-usage img[src*='logo-beanstalk'] {
1704+
margin-top: -13px;
16991705
}
17001706

17011707

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

3.99 KB
Loading

index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@ <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" width="83" height="38" />
38-
<img src="images/libgit2/logo-microsoft@2x.png" width="150" height="32" />
39-
<img src="images/libgit2/logo-plastic@2x.png" width="139" height="29" />
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" />
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" />
4041
</section>
4142
</div>
4243
<aside id='sidebar'>

0 commit comments

Comments
 (0)