UPDATE name of resume-cool-rtl to resume-cool-rtl2
BIN
pdf/cool-rtl.pdf
BIN
pdf/cool-rtl2.pdf
Normal file
BIN
pdf/cool.pdf
BIN
pdf/creative.pdf
BIN
pdf/green.pdf
BIN
pdf/oblique.pdf
BIN
pdf/purple.pdf
BIN
pdf/side-bar.pdf
|
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 61 KiB |
|
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 59 KiB |
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 50 KiB |
|
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 54 KiB |
|
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 54 KiB |
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 54 KiB |
|
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 54 KiB |
@ -79,10 +79,10 @@
|
|||||||
</router-link>
|
</router-link>
|
||||||
</div>
|
</div>
|
||||||
<div class="preview">
|
<div class="preview">
|
||||||
<router-link v-bind:to="'/resume/cool-rtl'">
|
<router-link v-bind:to="'/resume/cool-rtl2'">
|
||||||
<div class="preview-wrapper">
|
<div class="preview-wrapper">
|
||||||
<img src="../assets/preview/resume-cool-rtl.png" />
|
<img src="../assets/preview/resume-cool-rtl2.png" />
|
||||||
<span>cool-rtl</span>
|
<span>cool-rtl2</span>
|
||||||
</div>
|
</div>
|
||||||
</router-link>
|
</router-link>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -190,7 +190,7 @@
|
|||||||
import Vue from 'vue';
|
import Vue from 'vue';
|
||||||
import { getVueOptions } from './options';
|
import { getVueOptions } from './options';
|
||||||
|
|
||||||
const name = 'cool-rtl';
|
const name = 'cool-rtl2';
|
||||||
export default Vue.component(name, getVueOptions(name));
|
export default Vue.component(name, getVueOptions(name));
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@ -8,5 +8,5 @@ import './side-bar-rtl.vue';
|
|||||||
import './left-right-rtl.vue';
|
import './left-right-rtl.vue';
|
||||||
import './creative.vue';
|
import './creative.vue';
|
||||||
import './cool.vue';
|
import './cool.vue';
|
||||||
import './cool-rtl.vue';
|
import './cool-rtl2.vue';
|
||||||
import './green.vue';
|
import './green.vue';
|
||||||
|
|||||||