Skip to content

Commit

Permalink
delete-belgium-uk-infos
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffroybouet committed Jun 17, 2024
1 parent 18f54c8 commit 772defe
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 80 deletions.
5 changes: 1 addition & 4 deletions app/assets/stylesheets/utils/components/_contact.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@
padding: 64px 32px;
}
&__card {
grid-column: span 3;
@include desktop {
grid-column: span 6;
}
grid-column: span 6;
&:first-child {
@include desktop {
margin-bottom: 64px;
Expand Down
7 changes: 3 additions & 4 deletions app/assets/stylesheets/utils/components/_office.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.office {
min-height: 1120px;
min-height: 768px;
background: var(--bg);
@include desktop {
min-height: initial;
Expand All @@ -12,16 +12,15 @@
height: initial;
}
&__part {
width: 25%;
width: 50%;
@include flexbox;
border-right: $border;
flex-direction: column;
justify-content: center;
height: 1120px;
height: 768px;
transition: 1s;
background-position: 60%;
@include desktop {
width: 50%;
height: 740px;
}
@include tablet {
Expand Down
36 changes: 0 additions & 36 deletions app/views/fr.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,18 +151,6 @@ <h2 class="services__title">Expertise<br />& services</h2>
<p class="office__city">Paris</p>
</div>
</div>
<div class="office__part">
<div>
<p class="office__country">Belgique</p>
<p class="office__city">Bruxelles</p>
</div>
</div>
<div class="office__part">
<div>
<p class="office__country">Royaume-Uni</p>
<p class="office__city">Newcastle</p>
</div>
</div>
</div>
</div>
</div>
Expand Down Expand Up @@ -252,30 +240,6 @@ <h2 class="partner__title">Nos partenaires</h2>
<p class="contact__text">77700 Chessy</p>
</div>
</div>
<div class="contact__card">
<p class="contact__title">Belgique</p>
<div class="contact__part">
<p class="contact__subtitle">Développement de l'activité</p>
<div class="contact__join">
<a class="contact__link" href="mailto:info@@lunatech.be">info@@lunatech.be</a>
<span></span>
<a class="contact__link" href="tel:+3228085713">+32 2 808 57 13</a>
</div>
</div>
<div class="contact__part">
<p class="contact__subtitle">Carrières</p>
<a class="contact__link" href="mailto:employment@@lunatech.be">employment@@lunatech.be</a>
</div>
</div>
<div class="contact__card">
<p class="contact__title">Royaume-Uni</p>
<div class="contact__part">
<p class="contact__subtitle">Développement de l'activité</p>
<div class="contact__join">
<a class="contact__link" href="tel:+3228085713">+44 (0) 7875 695 964</a>
</div>
</div>
</div>
</div>
</div>
</div>
Expand Down
36 changes: 0 additions & 36 deletions app/views/index.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,18 +151,6 @@ <h2 class="services__title">Expertise<br />& services</h2>
<p class="office__city">Paris</p>
</div>
</div>
<div class="office__part">
<div>
<p class="office__country">Belgium</p>
<p class="office__city">Brussels</p>
</div>
</div>
<div class="office__part">
<div>
<p class="office__country">United Kingdom</p>
<p class="office__city">Newcastle</p>
</div>
</div>
</div>
</div>
</div>
Expand Down Expand Up @@ -252,30 +240,6 @@ <h2 class="partner__title">Our partners</h2>
<p class="contact__text">77700 Chessy</p>
</div>
</div>
<div class="contact__card">
<p class="contact__title">Belgium</p>
<div class="contact__part">
<p class="contact__subtitle">Business development</p>
<div class="contact__join">
<a class="contact__link" href="mailto:info@@lunatech.be">info@@lunatech.be</a>
<span></span>
<a class="contact__link" href="tel:+3228085713">+32 2 808 57 13</a>
</div>
</div>
<div class="contact__part">
<p class="contact__subtitle">Careers</p>
<a class="contact__link" href="mailto:employment@@lunatech.be">employment@@lunatech.be</a>
</div>
</div>
<div class="contact__card">
<p class="contact__title">United Kingdom</p>
<div class="contact__part">
<p class="contact__subtitle">Business development</p>
<div class="contact__join">
<a class="contact__link" href="tel:+3228085713">+44 (0) 7875 695 964</a>
</div>
</div>
</div>
</div>
</div>
</div>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 772defe

Please sign in to comment.