feat: 🎨 use drawn references
This commit is contained in:
parent
5df66f8e57
commit
84c1768e7d
7 changed files with 3 additions and 26 deletions
29
src/App.vue
29
src/App.vue
|
@ -370,33 +370,10 @@
|
|||
<h3>Cold Weather</h3>
|
||||
<ref-gallery>
|
||||
<figure>
|
||||
<img src="@img/clothes-ref/cold/coat.jpg" alt="Coat" />
|
||||
<img src="@img/clothes-ref/cold/fullbody.png" alt="Full Body" />
|
||||
<figcaption>
|
||||
<p>Coat</p>
|
||||
</figcaption>
|
||||
</figure>
|
||||
<figure>
|
||||
<img src="@img/clothes-ref/cold/scarf.jpg" alt="Scarf" />
|
||||
<figcaption>
|
||||
<p>Checkered scarf with short cords</p>
|
||||
</figcaption>
|
||||
</figure>
|
||||
<figure>
|
||||
<img src="@img/clothes-ref/cold/hoodie.jpg" alt="Hoodie" />
|
||||
<figcaption>
|
||||
<p>Hoodie</p>
|
||||
</figcaption>
|
||||
</figure>
|
||||
<figure>
|
||||
<img src="@img/clothes-ref/cold/jeans.jpg" alt="Jeans" />
|
||||
<figcaption>
|
||||
<p>Loose fit Jeans</p>
|
||||
</figcaption>
|
||||
</figure>
|
||||
<figure>
|
||||
<img src="@img/clothes-ref/cold/boots.jpg" alt="Boots" />
|
||||
<figcaption>
|
||||
<p>Boots</p>
|
||||
<p>Winter coat, scarf, zip hoodie, jeans, winter boots</p>
|
||||
<p>By <a href="https://twitter.com/lara_belem_">Lara Belém</a></p>
|
||||
</figcaption>
|
||||
</figure>
|
||||
</ref-gallery>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue