Add social media sharing buttons
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
@@ -90,3 +90,4 @@ $layer-dialog: 1000;
|
||||
@import 'views';
|
||||
|
||||
@import 'templates/index';
|
||||
@import 'addthis';
|
||||
@@ -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!
|
||||
@@ -0,0 +1 @@
|
||||
script(type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-54f3c9717b2e530d" async="async")
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user