Skip to content

Commit

Permalink
remove old icon files, change base stylesheet filename
Browse files Browse the repository at this point in the history
  • Loading branch information
alison-mk committed Jan 5, 2017
1 parent b6c7130 commit 1a5dbe4
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion about/css/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file removed about/graphics/icon-facebook.png
Binary file not shown.
Binary file removed about/graphics/icon-google.png
Binary file not shown.
Binary file removed about/graphics/icon-instagram.png
Binary file not shown.
Binary file removed about/graphics/icon-linkedin.png
Binary file not shown.
3 changes: 1 addition & 2 deletions about/scripts/scripts.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Activate basic site functions
$(function() {
stickyHeader();
changeBg();
});


// Switch menus on scroll
function stickyHeader() {
window.addEventListener('scroll', function(e){
Expand All @@ -22,7 +22,6 @@ function stickyHeader() {
});
}


// Change background color
function changeBg() {
window.addEventListener('scroll', function(e){
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion about/scss/style.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@import "settings";
@import "global";
@import "media-queries";
Binary file removed graphics/icon-facebook.png
Binary file not shown.
Binary file removed graphics/icon-google.png
Binary file not shown.
Binary file removed graphics/icon-instagram.png
Binary file not shown.
Binary file removed graphics/icon-linkedin.png
Binary file not shown.

0 comments on commit 1a5dbe4

Please sign in to comment.