diff --git a/vue/src/views/CV/CVSecurity.vue b/vue/src/views/CV/CVSecurity.vue new file mode 100644 index 0000000..a2597d4 --- /dev/null +++ b/vue/src/views/CV/CVSecurity.vue @@ -0,0 +1,231 @@ + + + diff --git a/vue/src/views/CV/cv-shared.css b/vue/src/views/CV/cv-shared.css new file mode 100644 index 0000000..5929ea4 --- /dev/null +++ b/vue/src/views/CV/cv-shared.css @@ -0,0 +1,176 @@ +/* + * Shared styles for CV templates. + * Loaded once (unscoped) by CV.vue. Each CV template tags its root
+ * with class="cv-template"; per-template variation is done by overriding + * the CSS variables defined here in the template's own scoped