add preview image and update home.vue

This commit is contained in:
Matt Cheah 2017-09-17 03:26:52 +00:00
parent 12c8bd903a
commit c034810130
2 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 413 KiB

View File

@ -15,10 +15,10 @@
</router-link>
</div>
<div class="preview">
<router-link v-bind:to="'/resume/material-blue'">
<router-link v-bind:to="'/resume/purple'">
<div class="preview-wrapper">
<img src="../assets/preview/resume-material-blue.png" />
<span>material-blue</span>
<img src="../assets/preview/resume-purple.png" />
<span>purple</span>
</div>
</router-link>
</div>