From 65b6c8935730f155f72a807b193c183db44754ea Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Wed, 5 Oct 2022 14:25:46 +0200 Subject: [PATCH] feat: update timeline icon and colors --- src/assets/timeline/activity.svg | 76 +++++++++++++++++++++++++++----- src/assets/timeline/doc.svg | 74 ++++++++++++++++++++++++++----- src/assets/timeline/info.svg | 74 ++++++++++++++++++++++++++----- src/assets/timeline/project.svg | 62 ++++++++++++++++++++++---- src/assets/timeline/skills.svg | 68 +++++++++++++++++++++++----- src/assets/timeline/src.svg | 74 ++++++++++++++++++++++++++----- src/components/Timeline.vue | 5 ++- 7 files changed, 366 insertions(+), 67 deletions(-) diff --git a/src/assets/timeline/activity.svg b/src/assets/timeline/activity.svg index 1869ae0..5495d30 100644 --- a/src/assets/timeline/activity.svg +++ b/src/assets/timeline/activity.svg @@ -1,13 +1,65 @@ - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/src/assets/timeline/doc.svg b/src/assets/timeline/doc.svg index 5ec58ed..65293c7 100644 --- a/src/assets/timeline/doc.svg +++ b/src/assets/timeline/doc.svg @@ -1,13 +1,63 @@ - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/src/assets/timeline/info.svg b/src/assets/timeline/info.svg index 1693ed0..46f4945 100644 --- a/src/assets/timeline/info.svg +++ b/src/assets/timeline/info.svg @@ -1,13 +1,63 @@ - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/src/assets/timeline/project.svg b/src/assets/timeline/project.svg index b55d91b..96437ff 100644 --- a/src/assets/timeline/project.svg +++ b/src/assets/timeline/project.svg @@ -1,9 +1,55 @@ - - - - - - - - + + + + + + + + + + diff --git a/src/assets/timeline/skills.svg b/src/assets/timeline/skills.svg index 128238e..fa60d45 100644 --- a/src/assets/timeline/skills.svg +++ b/src/assets/timeline/skills.svg @@ -1,11 +1,59 @@ - - - - - - - - - - + + + + + + + + + + + + diff --git a/src/assets/timeline/src.svg b/src/assets/timeline/src.svg index 9bf9607..a175dd8 100644 --- a/src/assets/timeline/src.svg +++ b/src/assets/timeline/src.svg @@ -1,13 +1,63 @@ - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/src/components/Timeline.vue b/src/components/Timeline.vue index 02f186e..2516fd6 100644 --- a/src/components/Timeline.vue +++ b/src/components/Timeline.vue @@ -236,8 +236,11 @@ background: $bg-color; } .name, .end { + color: #999999; + b { - color: #2c55cf; + color: #745cfc; + font-weight: 500; } span {