diff --git a/src/assets/img/projects/hachinohe_kosen.png b/src/assets/img/projects/hachinohe_kosen.png new file mode 100644 index 0000000..5f02dde Binary files /dev/null and b/src/assets/img/projects/hachinohe_kosen.png differ diff --git a/src/assets/localization/en/localization.json b/src/assets/localization/en/localization.json index c188e4f..9dc64aa 100644 --- a/src/assets/localization/en/localization.json +++ b/src/assets/localization/en/localization.json @@ -112,7 +112,13 @@ "projects":{ "semantic_segmentation":{ "title": "Semantic Segmentation", - "subtitle": "My first internship in Japan, at Hachinohe National Institute of Technology." + "subtitle": "My first internship in Japan, at Hachinohe National Institute of Technology.", + "content": { + "context": { + "title": "Some context before begining...", + "text": "The picture you can see next to this text is Hachinohe Kosen, the place were I had the chance to go for my very first research internship. I was sent there for a 3 months stay, with some other French students." + } + } } } } \ No newline at end of file diff --git a/src/components/doubleRowHolder.vue b/src/components/doubleRowHolder.vue new file mode 100644 index 0000000..9635ce8 --- /dev/null +++ b/src/components/doubleRowHolder.vue @@ -0,0 +1,25 @@ + + + + + \ No newline at end of file diff --git a/src/views/projects/semanticSegmentationView.vue b/src/views/projects/semanticSegmentationView.vue index 4a2ff98..2ddd78b 100644 --- a/src/views/projects/semanticSegmentationView.vue +++ b/src/views/projects/semanticSegmentationView.vue @@ -3,17 +3,32 @@

{{ $t("projects.semantic_segmentation.title") }}

{{ $t("projects.semantic_segmentation.subtitle") }}

+
- +

{{ $t("projects.semantic_segmentation.content.context.title") }}

+ +

{{ $t("projects.semantic_segmentation.content.context.text") }}

+ +
\ No newline at end of file