Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update-cities-office-informations (#63) #65

Merged
merged 1 commit into from
Jan 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions app/assets/stylesheets/utils/components/_office.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
height: initial;
}
&__part {
width: 20%;
width: 25%;
@include flexbox;
border-right: $border;
flex-direction: column;
Expand Down Expand Up @@ -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 {
Expand Down
16 changes: 1 addition & 15 deletions app/views/fr.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,6 @@ <h2 class="services__title">Expertise<br />& services</h2>
<div class="office">
<div class="container-fluid">
<div class="dflex">
<div class="office__part">
<div>
<p class="office__country">Pays-Bas</p>
<p class="office__city">Amsterdam</p>
</div>
</div>
<div class="office__part">
<div>
<p class="office__country">Pays-Bas</p>
Expand Down Expand Up @@ -235,9 +229,7 @@ <h2 class="partner__title">Nos partenaires</h2>
<div class="contact__part">
<p class="contact__subtitle">Adresse</p>
<p class="contact__text">Hofplein 20</p>
<p class="contact__text mgb32">3032 AC Rotterdam</p>
<p class="contact__text">Van Leijenberghlaan 197A</p>
<p class="contact__text">1082 GG Amsterdam</p>
<p class="contact__text">3032 AC Rotterdam</p>
</div>
</div>
<div class="contact__card">
Expand Down Expand Up @@ -274,12 +266,6 @@ <h2 class="partner__title">Nos partenaires</h2>
<p class="contact__subtitle">Carrières</p>
<a class="contact__link" href="mailto:employment@@lunatech.be">employment@@lunatech.be</a>
</div>

<div class="contact__part">
<p class="contact__subtitle">Adresse</p>
<p class="contact__text">55 rue d’Arlon</p>
<p class="contact__text">1040 Brussels</p>
</div>
</div>
<div class="contact__card">
<p class="contact__title">Royaume-Uni</p>
Expand Down
16 changes: 1 addition & 15 deletions app/views/index.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,6 @@ <h2 class="services__title">Expertise<br />& services</h2>
<div class="office">
<div class="container-fluid">
<div class="dflex">
<div class="office__part">
<div>
<p class="office__country">Netherlands</p>
<p class="office__city">Amsterdam</p>
</div>
</div>
<div class="office__part">
<div>
<p class="office__country">Netherlands</p>
Expand Down Expand Up @@ -235,9 +229,7 @@ <h2 class="partner__title">Our partners</h2>
<div class="contact__part">
<p class="contact__subtitle">Address</p>
<p class="contact__text">Hofplein 20</p>
<p class="contact__text mgb32">3032 AC Rotterdam</p>
<p class="contact__text">Van Leijenberghlaan 197A</p>
<p class="contact__text">1082 GG Amsterdam</p>
<p class="contact__text">3032 AC Rotterdam</p>
</div>
</div>
<div class="contact__card">
Expand Down Expand Up @@ -274,12 +266,6 @@ <h2 class="partner__title">Our partners</h2>
<p class="contact__subtitle">Careers</p>
<a class="contact__link" href="mailto:employment@@lunatech.be">employment@@lunatech.be</a>
</div>

<div class="contact__part">
<p class="contact__subtitle">Address</p>
<p class="contact__text">55 rue d’Arlon</p>
<p class="contact__text">1040 Brussels</p>
</div>
</div>
<div class="contact__card">
<p class="contact__title">United Kingdom</p>
Expand Down
Binary file removed public/images/img-content/amsterdam.jpg
Binary file not shown.