diff --git a/source/assets/images/icons/big_gear.png b/source/assets/images/icons/big_gear.png deleted file mode 100644 index 1e5e262..0000000 Binary files a/source/assets/images/icons/big_gear.png and /dev/null differ diff --git a/source/assets/images/icons/head.png b/source/assets/images/icons/head.png deleted file mode 100644 index bdc017a..0000000 Binary files a/source/assets/images/icons/head.png and /dev/null differ diff --git a/source/assets/images/icons/small_gear.png b/source/assets/images/icons/small_gear.png deleted file mode 100644 index bc3fa1f..0000000 Binary files a/source/assets/images/icons/small_gear.png and /dev/null differ diff --git a/source/assets/stylesheets/_animation.scss b/source/assets/stylesheets/_animation.scss index ce155d7..4cce8e6 100644 --- a/source/assets/stylesheets/_animation.scss +++ b/source/assets/stylesheets/_animation.scss @@ -32,52 +32,3 @@ 0% { transform: rotate(0deg); } 100% { transform: rotate(-360deg); } } - - -.cssanimations { - .small-gear, - .big-gear { - -webkit-animation-iteration-count: infinite; - -moz-animation-iteration-count: infinite; - -o-animation-iteration-count: infinite; - animation-iteration-count: infinite; - - -webkit-animation-fill-mode: both; - -moz-animation-fill-mode: both; - -o-animation-fill-mode: both; - animation-fill-mode: both; - - -webkit-transform-origin: center center; - -moz-transform-origin: center center; - -o-transform-origin: center center; - transform-origin: center center; - - -webkit-animation-timing-function: linear; - -moz-animation-timing-function: linear; - -o-animation-timing-function: linear; - animation-timing-function: linear; - } - - .small-gear { - -webkit-animation-duration: 6.656s; - -moz-animation-duration: 6.656s; - -o-animation-duration: 6.656s; - animation-duration: 6.656s; - - -webkit-animation-name: spin; - -moz-animation-name: spin; - -o-animation-name: spin; - animation-name: spin; - } - .big-gear { - -webkit-animation-duration: 10s; - -moz-animation-duration: 10s; - -o-animation-duration: 10s; - animation-duration: 10s; - -webkit-animation-name: spin-reverse; - -moz-animation-name: spin-reverse; - -o-animation-name: spin-reverse; - animation-name: spin-reverse; - } - -} \ No newline at end of file diff --git a/source/assets/stylesheets/application.css.scss b/source/assets/stylesheets/application.css.scss index ea749d6..a718638 100644 --- a/source/assets/stylesheets/application.css.scss +++ b/source/assets/stylesheets/application.css.scss @@ -77,46 +77,12 @@ body { // Set sprite and mixin for images $icons-layout: smart; -$icons: sprite-map("icons/*.png"); @mixin icon($name) { @include sprite-dimensions($icons,$name); @include sprite-background-position($icons,$name); } - - -// Red icon -.head, .big-gear, .small-gear { - display: block; - background-color: transparent; - background-image: $icons; - background-repeat: no-repeat; - position: absolute; -} -.head { - @include icon('head'); - position: relative; - margin: 0 auto; -} -.small-gear { - @include icon('small_gear'); - top: 41px; - left: 77px; -} -.big-gear { - @include icon('big_gear'); - top: 57px; - left: 55px; -} - - - - - - - - // Base design styles hr { width: 100px; @@ -306,15 +272,3 @@ nav { } } - - - - - - - - - - - - diff --git a/source/index.html.haml b/source/index.html.haml index a8842da..fd17f72 100644 --- a/source/index.html.haml +++ b/source/index.html.haml @@ -1,9 +1,6 @@ = content_for :content do %header - .head - .big-gear - .small-gear %h1 Manifiesto por una mejor industria TI %hr %p Santiago 1 de mayo de 2013