Added some experiment pictures

This commit is contained in:
2025-04-29 00:29:07 +02:00
parent 3e869df967
commit b2e5039cf8
4 changed files with 18 additions and 1 deletions

View File

@@ -13,6 +13,13 @@
<h2>{{ $t("projects.video_editor.perception.title") }}</h2>
<p>{{ $t("projects.video_editor.perception.text") }}</p>
<doubleRowHolder class="space_around">
<img :src="fukushimaKosenExp1Img"/>
<img :src="fukushimaKosenExp2Img"/>
</doubleRowHolder>
<p>{{ $t("projects.video_editor.perception.text2") }}</p>
<h2>{{ $t("projects.video_editor.software.title") }}</h2>
</article>
</template>
@@ -22,6 +29,8 @@
import videoEditorImg from '@/assets/img/video_editor.png';
import fukushimaKosenImg from '@/assets/img/projects/fukushima_kosen.jpg';
import fukushimaKosenExp1Img from '@/assets/img/projects/fukushima_exp1.jpg';
import fukushimaKosenExp2Img from '@/assets/img/projects/fukushima_exp2.jpg';
</script>
<style scoped>
@@ -47,5 +56,9 @@
min-width: 200px;
max-width: 400px;
}
.space_around{
margin-top: 15px;
margin-bottom: 15px;
}
</style>