diff --git a/src/components/timeline/Timeline.vue b/src/components/timeline/Timeline.vue new file mode 100644 index 0000000..bb04ec4 --- /dev/null +++ b/src/components/timeline/Timeline.vue @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + {{ props.left[event.index].time_label }} + {{ props.left[event.index].title }} + {{ props.left[event.index].description }} + + + + + + + + + + + + + + + + + + + + + + + + {{ props.right[event.index].time_label }} + {{ props.right[event.index].title }} + {{ props.right[event.index].description }} + + + + + + + + + + + diff --git a/src/views/resume/ExperienceTimeline.vue b/src/views/resume/ExperienceTimeline.vue new file mode 100644 index 0000000..38ed995 --- /dev/null +++ b/src/views/resume/ExperienceTimeline.vue @@ -0,0 +1,78 @@ + + + + + + + + {{ t("like timelines") }} + + + + + + + + \ No newline at end of file diff --git a/src/views/resume/Resume.vue b/src/views/resume/Resume.vue index 46343ff..21c6de5 100644 --- a/src/views/resume/Resume.vue +++ b/src/views/resume/Resume.vue @@ -2,17 +2,14 @@ - - - {{ t("hello") }} - - +
{{ props.left[event.index].description }}
{{ props.right[event.index].description }}
{{ t("like timelines") }}