Add social banners

This commit is contained in:
Kevin van Zonneveld 2016-06-21 14:06:25 +02:00
parent 28865fc633
commit be3ca43dff
3 changed files with 18 additions and 5 deletions

View File

@ -1,6 +1,5 @@
<!-- badges/ -->
[![Build Status](https://travis-ci.org/kvz/bash3boilerplate.svg?branch=master)](https://travis-ci.org/kvz/bash3boilerplate)
<!-- /badges -->
[This document is formatted with GitHub-Flavored Markdown. ]:#
[For better viewing, including hyperlinks, read it online at ]:#
[https://github.com/kvz/bash3boilerplate/blob/master/README.md]:#
@ -19,11 +18,11 @@
<!--more-->
When hacking up Bash scripts, there are often higher level things like logging,
configuration, command-line argument parsing that:
When hacking up Bash scripts, there are often things like logging, command-line argument parsing,
safer execution that:
- You need every time
- Come with a number of pitfalls to avoid
- Come with a number of pitfalls you'll want to avoid
- Keep you from your actual work
Here's an attempt to bundle those things in a generalized way so that

View File

@ -26,6 +26,11 @@
</span>
</header>
<section id="content">
<div class="Social">
<iframe src="http://ghbtns.com/github-btn.html?user=kvz&repo=bash3boilerplate&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20"></iframe>
<a href="https://travis-ci.org/kvz/bash3boilerplate"><img src="https://travis-ci.org/kvz/bash3boilerplate.svg" alt="Build Status"></a>
</div>
{{content}}
<h2 id="activity-feed">Activity Feed</h2>

View File

@ -278,6 +278,15 @@ hr {
background-color: gainsboro; /* Modern Browsers */
}
.Social {
margin: 0 auto;
text-align: center;
}
.Social > * {
display: inline;
margin: 0;
padding: 0;
}
.on-the-githubs {
-webkit-margin-before: 1em;