Added example build badges

This commit is contained in:
Dave Syer and Nick Street
2013-08-16 10:12:25 +01:00
parent 058ae7ec8f
commit d9771b60de
2 changed files with 18 additions and 6 deletions
+17 -4
View File
@@ -1,4 +1,17 @@
{% include badge.html link="[ci](#ci-icon)" %}
{% include badge.html link="[fork](#forkme-icon)" %}
{% include badge.html link="[etc](#)" %}
{% include badge.html link="[etc](#)" %}
{% capture cilink %}
<a href="https://drone.io/github.com/springframework-meta/gs-rest-service/latest">
<img src="https://drone.io/github.com/springframework-meta/gs-rest-service/status.png">
</a>
{% endcapture %}
{% capture travislink %}
[![Build Status](https://travis-ci.org/SpringSource/spring-boot.png)](https://travis-ci.org/SpringSource/spring-boot)
{% endcapture %}
{% capture bamboostatus %}
[Bamboo Status](https://build.springsource.org/browse/XD)
{% endcapture %}
{% include badge.html link=cilink %}
{% include badge.html link=travislink %}
{% include badge.html link=bamboostatus %}
+1 -2
View File
@@ -305,8 +305,7 @@
padding: 20px 20px 18px;
}
.project-sub-link--wrapper .project-sub-link {
background-color: #cbcaca;
width: 30px;
min-width: 30px;
height: 30px;
display: inline-block;
margin-right: 2.9%;