mirror of
https://github.com/kvz/bash3boilerplate.git
synced 2025-04-23 23:03:34 +00:00
Add social banners
This commit is contained in:
parent
28865fc633
commit
be3ca43dff
@ -1,6 +1,5 @@
|
||||
<!-- badges/ -->
|
||||
[](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
|
||||
|
@ -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>
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user