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>
|
||||
</div>
|
||||
<div class="preview">
|
||||
<router-link v-bind:to="'/resume/cool-rtl'">
|
||||
<router-link v-bind:to="'/resume/cool-rtl2'">
|
||||
<div class="preview-wrapper">
|
||||
<img src="../assets/preview/resume-cool-rtl.png" />
|
||||
<span>cool-rtl</span>
|
||||
<img src="../assets/preview/resume-cool-rtl2.png" />
|
||||
<span>cool-rtl2</span>
|
||||
</div>
|
||||
</router-link>
|
||||
</div>
|
||||
|
||||
@ -190,7 +190,7 @@
|
||||
import Vue from 'vue';
|
||||
import { getVueOptions } from './options';
|
||||
|
||||
const name = 'cool-rtl';
|
||||
const name = 'cool-rtl2';
|
||||
export default Vue.component(name, getVueOptions(name));
|
||||
</script>
|
||||
|
||||
@ -8,5 +8,5 @@ import './side-bar-rtl.vue';
|
||||
import './left-right-rtl.vue';
|
||||
import './creative.vue';
|
||||
import './cool.vue';
|
||||
import './cool-rtl.vue';
|
||||
import './cool-rtl2.vue';
|
||||
import './green.vue';
|
||||
|
||||