Skip to content
This repository has been archived by the owner on Oct 13, 2018. It is now read-only.

Commit

Permalink
frontend: add JH logo/link in footer + cleanup svgs
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyShane committed Jun 7, 2016
1 parent a9615a4 commit de33391
Show file tree
Hide file tree
Showing 17 changed files with 150 additions and 121 deletions.
3 changes: 1 addition & 2 deletions src/crossbow/_config.yml
Expand Up @@ -30,8 +30,7 @@ links:
snippetOptions: "http://www.browsersync.io/docs/options/#option-snippetOptions"
contributing: "https://github.com/shakyShane/browser-sync/blob/master/CONTRIBUTING.md"
options: "http://www.browsersync.io/docs/options/#option"
contributing: "https://github.com/shakyShane/browser-sync/blob/master/CONTRIBUTING.md"
jh: "http://www.wearejh.com"

project:
name: "Browsersync.io"
name: "Browsersync.io"
7 changes: 5 additions & 2 deletions src/crossbow/components/footer.hbs
@@ -1,5 +1,5 @@
<footer bs-footer>
<p bs-text="copyright"2015 -
<p bs-text="copyright"2016 -
<a href="{{site.links.home}}">{{site.project.name}}</a>
</p>
<p>
Expand All @@ -9,5 +9,8 @@
<a href="{{site.links.twitter}}" bs-icon>
{{ inc src="icon.hbs" icon="twitter" }}
</a>
<a href="{{site.links.jh}}" bs-icon>
{{ inc src="icon.hbs" icon="jh" }}
</a>
</p>
</footer>
</footer>
2 changes: 1 addition & 1 deletion src/scss/core.scss
Expand Up @@ -34,4 +34,4 @@
@import "theme/footer";
@import "theme/code";
@import "theme/notifications";
@import "theme/disconnect";
@import "theme/disconnect";
6 changes: 3 additions & 3 deletions src/scss/modules/_mixins.scss
Expand Up @@ -60,8 +60,8 @@
}

@mixin svg-shadow ($blur: 2px) {
-webkit-filter: drop-shadow( 1px 1px $blur $green-dk );
filter: drop-shadow( 1px 1px $blur $green-dk );
//-webkit-filter: drop-shadow( 1px 1px $blur $green-dk );
//filter: drop-shadow( 1px 1px $blur $green-dk );
}

@mixin subtle-button ($_color, $disabled) {
Expand Down Expand Up @@ -89,4 +89,4 @@
background: $grey-border;
color: $disabled;
}
}
}
2 changes: 1 addition & 1 deletion src/scss/theme/_buttons.scss
Expand Up @@ -265,4 +265,4 @@
&:active {
box-shadow: 0 0 3px rgba(black, .2) inset;
}
}
}
31 changes: 14 additions & 17 deletions src/svg/circle-ok.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 15 additions & 21 deletions src/svg/cog.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 16 additions & 1 deletion src/svg/devices.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 14 additions & 12 deletions src/svg/github.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions src/svg/jh.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 12 additions & 18 deletions src/svg/newtab.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 10 additions & 1 deletion src/svg/pencil.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit de33391

Please sign in to comment.