UPDATE name of resume-cool-rtl to resume-cool-rtl2

This commit is contained in:
salomonelli 2020-04-29 21:22:07 +02:00
parent e244c88d05
commit 76f3f3c294
26 changed files with 5 additions and 5 deletions

Binary file not shown.

BIN
pdf/cool-rtl2.pdf Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 54 KiB

View File

@ -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>

View File

@ -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>

View File

@ -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';