diff --git a/app/assets/stylesheets/utils/components/_office.scss b/app/assets/stylesheets/utils/components/_office.scss index 54661bc..9b3ca29 100644 --- a/app/assets/stylesheets/utils/components/_office.scss +++ b/app/assets/stylesheets/utils/components/_office.scss @@ -12,7 +12,7 @@ height: initial; } &__part { - width: 20%; + width: 25%; @include flexbox; border-right: $border; flex-direction: column; @@ -48,18 +48,15 @@ background: black; } &:first-child:hover { - background-image: url("/assets/images/img-content/amsterdam.jpg"); - } - &:nth-child(2):hover { background-image: url("/assets/images/img-content/rotterdam.jpg"); } - &:nth-child(3):hover { + &:nth-child(2):hover { background-image: url("/assets/images/img-content/paris.jpg"); } - &:nth-child(4):hover { + &:nth-child(3):hover { background-image: url("/assets/images/img-content/brussels.jpg"); } - &:nth-child(5):hover { + &:nth-child(4):hover { background-image: url("/assets/images/img-content/newcastle.jpg"); } > div { diff --git a/app/views/fr.scala.html b/app/views/fr.scala.html index ead4706..d77bfb8 100644 --- a/app/views/fr.scala.html +++ b/app/views/fr.scala.html @@ -139,12 +139,6 @@
Pays-Bas
-Amsterdam
-Pays-Bas
@@ -235,9 +229,7 @@Adresse
Hofplein 20
-3032 AC Rotterdam
-Van Leijenberghlaan 197A
-1082 GG Amsterdam
+3032 AC Rotterdam
Adresse
-55 rue d’Arlon
-1040 Brussels
-Royaume-Uni
diff --git a/app/views/index.scala.html b/app/views/index.scala.html index 7e4a76c..1746ec5 100644 --- a/app/views/index.scala.html +++ b/app/views/index.scala.html @@ -139,12 +139,6 @@Netherlands
-Amsterdam
-Netherlands
@@ -235,9 +229,7 @@Address
Hofplein 20
-3032 AC Rotterdam
-Van Leijenberghlaan 197A
-1082 GG Amsterdam
+3032 AC Rotterdam
Address
-55 rue d’Arlon
-1040 Brussels
-United Kingdom
diff --git a/public/images/img-content/amsterdam.jpg b/public/images/img-content/amsterdam.jpg deleted file mode 100644 index 6bfe7df..0000000 Binary files a/public/images/img-content/amsterdam.jpg and /dev/null differ