diff --git a/_posts/2017-10-26-boxes-github-100stars.md b/_posts/2017-10-26-boxes-github-100stars.md new file mode 100644 index 0000000..5bf8067 --- /dev/null +++ b/_posts/2017-10-26-boxes-github-100stars.md @@ -0,0 +1,9 @@ +--- +layout: post +title: "Yay!" +date: 2017-10-26 22:40:00 +0100 +comments: false +--- + +We have 100 stars on GitHub - thank you!<br/> +<a href="https://github.com/{{ site.github }}"><img class="img-shad" src="{{ site.baseurl}}/images/boxes-github-100stars.png" width="366" height="49" alt="GitHub 100 stars" /></a> diff --git a/css/boxes.css b/css/boxes.css index 9355cc9..ffe8ff0 100644 --- a/css/boxes.css +++ b/css/boxes.css @@ -123,3 +123,10 @@ a.bxOffsetAnchor { /* used to prevent anchors from being obscured by the fixed h width: 100%; height: 100%; } + +.img-shad { + margin-top: 10px; + -moz-box-shadow: 1px 1px 4px rgba(34, 34, 34, 0.6); + -webkit-box-shadow: 1px 1px 4px rgba(34, 34, 34, 0.6); + box-shadow: 1px 1px 4px rgba(34, 34, 34, 0.6); +} diff --git a/images/boxes-github-100stars.png b/images/boxes-github-100stars.png new file mode 100644 index 0000000..8c9a328 Binary files /dev/null and b/images/boxes-github-100stars.png differ