diff --git a/_conexions.sass b/_conexions.sass index 0737159..2c65bf6 100644 --- a/_conexions.sass +++ b/_conexions.sass @@ -124,10 +124,10 @@ width: 58px margin: 0 15px 0 25px &.instagram - background: url('images/home/10.png') no-repeat left center + background: url('images/home/icon-insta.png') no-repeat left center &.twitter - background: url('images/home/11.png') no-repeat left center + background: url('images/home/icon-tw.png') no-repeat left center &.facebook - background: url('images/home/12.png') no-repeat left center + background: url('images/home/icon-face.png') no-repeat left center span display: none diff --git a/_container.sass b/_container.sass index c4281c0..27b69ad 100644 --- a/_container.sass +++ b/_container.sass @@ -5,13 +5,13 @@ margin-bottom: 65px .block-title span - background: url('images/home/01.png') no-repeat left center + background: url('images/home/icon-attend.png') no-repeat left center .action-home-index #content .block-outer:nth-child(4) &, #content #box-organizer .block-outer:nth-child(4) & background: #90B500 margin-bottom: 40px .block-title span - background: url('images/home/03.png') no-repeat left center + background: url('images/home/icon-conection.png') no-repeat left center .action-home-index #content &, #content #box-organizer & background: #404040 margin-bottom: 50px @@ -20,7 +20,7 @@ margin: auto width: 960px span - background: url('images/home/02.png') no-repeat left center + background: url('images/home/icon-highlight.png') no-repeat left center color: #FFF display: inline-block font-family: 'Ubuntu Mediun' diff --git a/images/home/01.png b/images/home/01.png deleted file mode 100644 index f7a3db7..0000000 Binary files a/images/home/01.png and /dev/null differ diff --git a/images/home/02.png b/images/home/02.png deleted file mode 100644 index 133387e..0000000 Binary files a/images/home/02.png and /dev/null differ diff --git a/images/home/03.png b/images/home/03.png deleted file mode 100644 index c3b7890..0000000 Binary files a/images/home/03.png and /dev/null differ diff --git a/images/home/10.png b/images/home/10.png deleted file mode 100644 index 84e6af4..0000000 Binary files a/images/home/10.png and /dev/null differ diff --git a/images/home/11.png b/images/home/11.png deleted file mode 100644 index 0efb892..0000000 Binary files a/images/home/11.png and /dev/null differ diff --git a/images/home/12.png b/images/home/12.png deleted file mode 100644 index 8232a67..0000000 Binary files a/images/home/12.png and /dev/null differ diff --git a/images/home/13.png b/images/home/13.png deleted file mode 100644 index 6360dfd..0000000 Binary files a/images/home/13.png and /dev/null differ diff --git a/images/home/14.png b/images/home/14.png deleted file mode 100644 index 8a025e2..0000000 Binary files a/images/home/14.png and /dev/null differ diff --git a/images/home/15.png b/images/home/15.png deleted file mode 100644 index 979a3bb..0000000 Binary files a/images/home/15.png and /dev/null differ diff --git a/images/home/icon-attend.png b/images/home/icon-attend.png new file mode 100644 index 0000000..5f9b4b3 Binary files /dev/null and b/images/home/icon-attend.png differ diff --git a/images/home/icon-conection.png b/images/home/icon-conection.png new file mode 100644 index 0000000..8dedbcb Binary files /dev/null and b/images/home/icon-conection.png differ diff --git a/images/home/icon-culture.png b/images/home/icon-culture.png new file mode 100644 index 0000000..6360dfd Binary files /dev/null and b/images/home/icon-culture.png differ diff --git a/images/home/icon-env.png b/images/home/icon-env.png new file mode 100644 index 0000000..8a025e2 Binary files /dev/null and b/images/home/icon-env.png differ diff --git a/images/home/icon-face.png b/images/home/icon-face.png new file mode 100644 index 0000000..4228d9d Binary files /dev/null and b/images/home/icon-face.png differ diff --git a/images/home/icon-highlight.png b/images/home/icon-highlight.png new file mode 100644 index 0000000..c623c79 Binary files /dev/null and b/images/home/icon-highlight.png differ diff --git a/images/home/icon-insta.png b/images/home/icon-insta.png new file mode 100644 index 0000000..84e6af4 Binary files /dev/null and b/images/home/icon-insta.png differ diff --git a/images/home/icon-tec.png b/images/home/icon-tec.png new file mode 100644 index 0000000..c6561a3 Binary files /dev/null and b/images/home/icon-tec.png differ diff --git a/images/home/icon-tw.png b/images/home/icon-tw.png new file mode 100644 index 0000000..dccd3f1 Binary files /dev/null and b/images/home/icon-tw.png differ -- libgit2 0.21.2