{{ e.desc }}
diff --git a/src/assets/localization/en/localization.json b/src/assets/localization/en/localization.json index 1c4dd7f..c188e4f 100644 --- a/src/assets/localization/en/localization.json +++ b/src/assets/localization/en/localization.json @@ -108,5 +108,11 @@ "desc": "All of these can go directly here : {user}<>{domain}" } } + }, + "projects":{ + "semantic_segmentation":{ + "title": "Semantic Segmentation", + "subtitle": "My first internship in Japan, at Hachinohe National Institute of Technology." + } } } \ No newline at end of file diff --git a/src/components/footer.vue b/src/components/footer.vue index 4888418..15cb9a6 100644 --- a/src/components/footer.vue +++ b/src/components/footer.vue @@ -27,7 +27,7 @@
diff --git a/src/components/home/libs/social.vue b/src/components/home/libs/social.vue index 3585277..c27316e 100644 --- a/src/components/home/libs/social.vue +++ b/src/components/home/libs/social.vue @@ -1,6 +1,6 @@{{ e.desc }}
{{ e.date }}
@@ -31,6 +32,7 @@ diff --git a/src/views/projects/semanticSegmentationView.vue b/src/views/projects/semanticSegmentationView.vue new file mode 100644 index 0000000..4a2ff98 --- /dev/null +++ b/src/views/projects/semanticSegmentationView.vue @@ -0,0 +1,32 @@ + +{{ $t("projects.semantic_segmentation.subtitle") }}
+