From b5301fd82a11d14f98a9dd1cf7a8de6a7485b5ff Mon Sep 17 00:00:00 2001 From: Unknown Date: Wed, 8 May 2019 23:01:38 +0300 Subject: [PATCH] Added hyperlinks to material-dark sections Added hyperlinks for education and experience sections in material-dark --- src/resumes/material-dark.vue | 36 +++++++++++++++++++++++------------ 1 file changed, 24 insertions(+), 12 deletions(-) diff --git a/src/resumes/material-dark.vue b/src/resumes/material-dark.vue index 2c6e157..ec657e4 100755 --- a/src/resumes/material-dark.vue +++ b/src/resumes/material-dark.vue @@ -100,20 +100,26 @@
{{ lang.experience }}
-
-

{{experience.position}} - {{experience.company}}

-
{{experience.timeperiod}}
-

- {{experience.description}} -

+ +
+

{{experience.position}} - {{experience.company}}

+
{{experience.timeperiod}}
+

+ {{experience.description}} +

+
{{ lang.education }}
-
-
{{education.degree}}
-

- {{education.timeperiod}}, {{education.description}} -

+ +
+
{{education.degree}}
+

+ {{education.timeperiod}}, {{education.description}} +

+
@@ -136,7 +142,13 @@ export default Vue.component(name, getVueOptions(name)); background:#cccccc; } a { - cursor:pointer; + color: inherit; + cursor: pointer; + text-decoration-line: none; + + &:visited { + color: inherit; + } } .description-personal { margin-left:20px;