Feat: Change about us section

This commit is contained in:
gold-dev
2026-02-27 11:45:30 +02:00
parent d37465a0c0
commit d45cf9598e
5 changed files with 9 additions and 4 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 MiB

After

Width:  |  Height:  |  Size: 179 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 MiB

After

Width:  |  Height:  |  Size: 119 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 KiB

+1 -1
View File
@@ -44,7 +44,7 @@
},
"mikkel": {
"role1": "Grundlægger",
"role2": "Forretnings-udvikling"
"role2": "Forretningsudvikling"
},
"title": "Team"
},
+8 -3
View File
@@ -1,7 +1,7 @@
<script setup>
import textImage3 from "@/assets/img/car-wash.jpg";
import mikkelMerrild from "@/assets/img/mikkel-merrild.jpeg";
import mikkelMerrild from "@/assets/img/mikkel-merrild.png";
import madsScaled from "@/assets/img/mads-scaled.png";
import jeppeScaled from "@/assets/img/jeppe-scaled.png";
import team from "@/assets/img/team.jpg";
@@ -113,7 +113,8 @@ import textImage2 from "@/assets/img/text-image2.jpg";
<div class="content">
<h3>Mikkel Merrild</h3>
<p>
{{ $t('about_us.team.mikkel.role1') }}
{{ $t('about_us.team.mikkel.role1') }}<br>
{{ $t('about_us.team.mikkel.role2') }}
</p>
<ul class="contact">
<li>
@@ -236,6 +237,7 @@ import textImage2 from "@/assets/img/text-image2.jpg";
.text-image-section .wrapper .content {
padding-left: 0;
}
.text-image-section.reverse .wrapper .content {
padding-right: 0;
padding-left: 6%;
@@ -423,6 +425,9 @@ import textImage2 from "@/assets/img/text-image2.jpg";
.team-section .wrapper .item .content{
padding: 20px;
display: flex;
flex-direction: column;
height: 100%;
}
.team-section .wrapper .item .content h3{
@@ -445,7 +450,7 @@ import textImage2 from "@/assets/img/text-image2.jpg";
.team-section .wrapper .item .content .contact{
list-style: none;
padding: 0;
margin: 0;
margin: auto 0 0;
text-align: center;
}