mirror of
https://github.com/kvz/bash3boilerplate.git
synced 2025-04-25 05:19:40 +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)
|
[](https://travis-ci.org/kvz/bash3boilerplate)
|
||||||
<!-- /badges -->
|
|
||||||
[This document is formatted with GitHub-Flavored Markdown. ]:#
|
[This document is formatted with GitHub-Flavored Markdown. ]:#
|
||||||
[For better viewing, including hyperlinks, read it online at ]:#
|
[For better viewing, including hyperlinks, read it online at ]:#
|
||||||
[https://github.com/kvz/bash3boilerplate/blob/master/README.md]:#
|
[https://github.com/kvz/bash3boilerplate/blob/master/README.md]:#
|
||||||
@ -19,11 +18,11 @@
|
|||||||
|
|
||||||
<!--more-->
|
<!--more-->
|
||||||
|
|
||||||
When hacking up Bash scripts, there are often higher level things like logging,
|
When hacking up Bash scripts, there are often things like logging, command-line argument parsing,
|
||||||
configuration, command-line argument parsing that:
|
safer execution that:
|
||||||
|
|
||||||
- You need every time
|
- 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
|
- Keep you from your actual work
|
||||||
|
|
||||||
Here's an attempt to bundle those things in a generalized way so that
|
Here's an attempt to bundle those things in a generalized way so that
|
||||||
|
@ -26,6 +26,11 @@
|
|||||||
</span>
|
</span>
|
||||||
</header>
|
</header>
|
||||||
<section id="content">
|
<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}}
|
{{content}}
|
||||||
|
|
||||||
<h2 id="activity-feed">Activity Feed</h2>
|
<h2 id="activity-feed">Activity Feed</h2>
|
||||||
|
@ -278,6 +278,15 @@ hr {
|
|||||||
background-color: gainsboro; /* Modern Browsers */
|
background-color: gainsboro; /* Modern Browsers */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.Social {
|
||||||
|
margin: 0 auto;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.Social > * {
|
||||||
|
display: inline;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.on-the-githubs {
|
.on-the-githubs {
|
||||||
-webkit-margin-before: 1em;
|
-webkit-margin-before: 1em;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user