Add social media sharing buttons

This commit is contained in:
Andrew Miner
2015-03-01 18:52:24 -08:00
parent 1eb89cf580
commit d7613764f2
6 changed files with 26 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
/*
Crafting Guide - addthis.scss
Copyright (C) 2015 by Redwood Labs
All rights reserved.
*/
.addthis_sharing_toolbox {
position: absolute; top: 0.65em; right: 0.65em;
div {
text-align: right;
}
}
+1
View File
@@ -90,3 +90,4 @@ $layer-dialog: 1000;
@import 'views';
@import 'templates/index';
@import 'addthis';
+7
View File
@@ -93,3 +93,10 @@ about twice as fast as the old algorithm.
With Railcraft support not only comes the huge richness of that mod, but the first multi-block structures in Crafting
Guide. For example, check out how to make a [url=http://crafting-guide.com/crafting/blast_furnace]Blast Furnace[/url]!
########################################################################################################################
Another big release for Crafting Guide! This time, I've been working on the navigation of the site itself. You'll now
see a small navigation bar at the top of each page which both tells you where you are as well as letting you jump to
another location. This make the whole item/mod-browsing part of the site much more visible, and simplifies the crafting
page a bit. There's even a real home page with a change log!
+1
View File
@@ -0,0 +1 @@
script(type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-54f3c9717b2e530d" async="async")
+2
View File
@@ -9,6 +9,8 @@
h1
a.logo(href="/"): img(src="/images/workbench_front.png")
p Crafting Guide for Minecraft
.addthis_sharing_toolbox
.divider.bottom
.navBar
+1
View File
@@ -17,3 +17,4 @@ append scripts
script(src="/js/jquery-ui.js")
script(src="/js/main.js")
include ./includes/_google_analytics.jade
include ./includes/_addthis.jade