From be3ca43dff08fe0f49eced641260cbcc0b0bbda8 Mon Sep 17 00:00:00 2001 From: Kevin van Zonneveld Date: Tue, 21 Jun 2016 14:06:25 +0200 Subject: [PATCH] Add social banners --- README.md | 9 ++++----- website/_layouts/default.html | 5 +++++ website/public/style.css | 9 +++++++++ 3 files changed, 18 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 94f6c96..9bc10b9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ - [![Build Status](https://travis-ci.org/kvz/bash3boilerplate.svg?branch=master)](https://travis-ci.org/kvz/bash3boilerplate) - + [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 @@ -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 diff --git a/website/_layouts/default.html b/website/_layouts/default.html index d46371c..fa077d5 100644 --- a/website/_layouts/default.html +++ b/website/_layouts/default.html @@ -26,6 +26,11 @@
+ + {{content}}

Activity Feed

diff --git a/website/public/style.css b/website/public/style.css index 0529855..17d684b 100644 --- a/website/public/style.css +++ b/website/public/style.css @@ -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;