diff --git a/.gruntlame b/.gruntlame index 1e343d4..037f004 100755 --- a/.gruntlame +++ b/.gruntlame @@ -12,7 +12,6 @@ mkdir -p $V echo -e "User-agent: *\nAllow: /\n" >> dist/robots.txt node_modules/.bin/stylus styles/index.styl -o dist/css -node_modules/.bin/stylus styles/kzbrg.styl -o dist/css node_modules/.bin/gulp vendor cp pictures/*.png dist/images/ diff --git a/sections/webscripts/kzbrg.js b/sections/webscripts/kzbrg.js deleted file mode 100644 index 5d31da7..0000000 --- a/sections/webscripts/kzbrg.js +++ /dev/null @@ -1,10 +0,0 @@ - -var init = function() { - - $('#suggest').on('click', function(e) { - var site = $("#newsite").val(); - var desc = $("#whereis").val(); - console.log(site, desc); - }); - -}; diff --git a/styles/kzbrg.styl b/styles/kzbrg.styl deleted file mode 100644 index 2fdd951..0000000 --- a/styles/kzbrg.styl +++ /dev/null @@ -1,66 +0,0 @@ -.core - text-align center - left-padding 5% - right-padding 5% - -table - margin-left auto - margin-right auto - -.header - top-padding 5% - bottom-padding 5% - background-color #d9c1f9 - color white - -h4 - color #0518f5 - -.sitehead - -.traceshead - color #fb00ff - -.entry - padding-top 4px - -.notes - border-left 2px solid black - border-top 2px solid black - -.entries .notes - overflow none - text-style underline - text-align left - -.productBlock - border-radius 2px - padding-left 5px - -.site - text-align right - padding-right 10px - -.name - font-size 1.5em - font-weight 500 - -.entries .address - font-size 0.8em - -.product - font-style italic - border 5px - font-size 1.2em - -.number - color #fb00ff - margin 5px - font-size 1.4em - -.clean - color green - font-size 1.6em - -.left - float left