Making all CV's abide by same styling
Some checks failed
Deploy with Docker Compose / deploy (push) Has been cancelled
Some checks failed
Deploy with Docker Compose / deploy (push) Has been cancelled
This commit is contained in:
@@ -3,6 +3,7 @@ import { ref, shallowRef } from "vue";
|
||||
import { RouterLink } from "vue-router";
|
||||
import CVGeneral from "./CVGeneral.vue";
|
||||
import CVProgramming from "./CVProgramming.vue";
|
||||
import CVSecurity from "./CVSecurity.vue";
|
||||
import CVBackend from "./CVBackend.vue";
|
||||
import CVFrontend from "./CVFrontend.vue";
|
||||
import CVTemp from "./CVTemp.vue";
|
||||
@@ -12,6 +13,7 @@ import CVHospitality from "./CVHospitality.vue";
|
||||
const templates = [
|
||||
{ label: "General", component: CVGeneral },
|
||||
{ label: "Programming", component: CVProgramming },
|
||||
{ label: "Security", component: CVSecurity },
|
||||
{ label: "Backend", component: CVBackend },
|
||||
{ label: "Frontend", component: CVFrontend },
|
||||
{ label: "Temp", component: CVTemp },
|
||||
@@ -124,3 +126,5 @@ function print() {
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<style src="./cv-shared.css"></style>
|
||||
|
||||
Reference in New Issue
Block a user