feat: 🍱 update ref images
17
src/App.vue
|
@ -17,15 +17,16 @@
|
||||||
<ref-figure>
|
<ref-figure>
|
||||||
<template v-slot:img>
|
<template v-slot:img>
|
||||||
<div>
|
<div>
|
||||||
<img src="@img/fullbody-ref.jpg" alt="Sebin Full Body Ref" />
|
<img v-if="!nsfw" src="@img/fullbody-ref-SFW.jpg" alt="Sebin Full Body Ref" />
|
||||||
|
<img v-if="nsfw" src="@img/fullbody-ref-NSFW.jpg" alt="Sebin Full Body Ref" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<template v-slot:caption>
|
<template v-slot:caption>
|
||||||
<label>Sebin Full Body Reference</label>
|
<label>Sebin Full Body Reference</label>
|
||||||
</template>
|
</template>
|
||||||
<template v-slot:copyright>
|
<template v-slot:copyright>
|
||||||
<a href="https://www.furaffinity.net/user/SirBoburto">
|
<a href="https://twitter.com/draftgon">
|
||||||
SirBoburto
|
draftgon
|
||||||
</a>
|
</a>
|
||||||
</template>
|
</template>
|
||||||
</ref-figure>
|
</ref-figure>
|
||||||
|
@ -116,15 +117,15 @@
|
||||||
<ref-figure>
|
<ref-figure>
|
||||||
<template v-slot:img>
|
<template v-slot:img>
|
||||||
<div>
|
<div>
|
||||||
<img src="@img/head-ref.jpg" alt="Sebin's Expressions" />
|
<img src="@img/expressions-ref.jpg" alt="Sebin's Expressions" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<template v-slot:caption>
|
<template v-slot:caption>
|
||||||
<label>Sebin's Expressions</label>
|
<label>Sebin's Expressions</label>
|
||||||
</template>
|
</template>
|
||||||
<template v-slot:copyright>
|
<template v-slot:copyright>
|
||||||
<a href="https://www.furaffinity.net/user/SirBoburto">
|
<a href="https://twitter.com/draftgon">
|
||||||
SirBoburto
|
draftgon
|
||||||
</a>
|
</a>
|
||||||
</template>
|
</template>
|
||||||
</ref-figure>
|
</ref-figure>
|
||||||
|
@ -294,8 +295,8 @@
|
||||||
<label>Sebin's manly parts</label>
|
<label>Sebin's manly parts</label>
|
||||||
</template>
|
</template>
|
||||||
<template v-slot:copyright>
|
<template v-slot:copyright>
|
||||||
<a href="https://twitter.com/Zodim87">
|
<a href="https://twitter.com/draftgon">
|
||||||
Zodim87
|
draftgon
|
||||||
</a>
|
</a>
|
||||||
</template>
|
</template>
|
||||||
</ref-figure>
|
</ref-figure>
|
||||||
|
|
BIN
src/assets/img/expressions-ref.jpg
Normal file
After Width: | Height: | Size: 2.2 MiB |
BIN
src/assets/img/fullbody-ref-NSFW.jpg
Normal file
After Width: | Height: | Size: 6.4 MiB |
BIN
src/assets/img/fullbody-ref-SFW.jpg
Normal file
After Width: | Height: | Size: 6.5 MiB |
Before Width: | Height: | Size: 498 KiB |
Before Width: | Height: | Size: 755 KiB |
Before Width: | Height: | Size: 715 KiB After Width: | Height: | Size: 549 KiB |