refactor: 💄 harmonize figcaption markup
This commit is contained in:
parent
3eb0a11cd9
commit
ee7930a8d5
1 changed files with 37 additions and 16 deletions
53
src/App.vue
53
src/App.vue
|
@ -363,21 +363,27 @@
|
|||
<ref-gallery>
|
||||
<figure>
|
||||
<img src="@img/clothes-ref/warm/tank-top.jpg" alt="Tank Top" />
|
||||
<figcaption>Loose Tank Top</figcaption>
|
||||
<figcaption>
|
||||
<p>Loose Tank Top</p>
|
||||
</figcaption>
|
||||
</figure>
|
||||
<figure>
|
||||
<img src="@img/clothes-ref/warm/shorts.jpg" alt="Shorts" />
|
||||
<figcaption>
|
||||
Short shorts with dangling bands
|
||||
<p>Short shorts with dangling bands</p>
|
||||
</figcaption>
|
||||
</figure>
|
||||
<figure>
|
||||
<img src="@img/clothes-ref/warm/hoodie.jpg" alt="Hoodie" />
|
||||
<figcaption>Tong sleeve top tied around waist</figcaption>
|
||||
<figcaption>
|
||||
<p>Long sleeve top tied around waist</p>
|
||||
</figcaption>
|
||||
</figure>
|
||||
<figure>
|
||||
<img src="@img/clothes-ref/warm/sneakers.jpg" alt="Sneakers" />
|
||||
<figcaption>Sneakers (Air Jordan style)</figcaption>
|
||||
<figcaption>
|
||||
<p>Sneakers (Air Jordan style)</p>
|
||||
</figcaption>
|
||||
</figure>
|
||||
</ref-gallery>
|
||||
|
||||
|
@ -385,23 +391,33 @@
|
|||
<ref-gallery>
|
||||
<figure>
|
||||
<img src="@img/clothes-ref/cold/coat.jpg" alt="Coat" />
|
||||
<figcaption>Coat</figcaption>
|
||||
<figcaption>
|
||||
<p>Coat</p>
|
||||
</figcaption>
|
||||
</figure>
|
||||
<figure>
|
||||
<img src="@img/clothes-ref/cold/scarf.jpg" alt="Scarf" />
|
||||
<figcaption>Checkered scarf with short cords</figcaption>
|
||||
<figcaption>
|
||||
<p>Checkered scarf with short cords</p>
|
||||
</figcaption>
|
||||
</figure>
|
||||
<figure>
|
||||
<img src="@img/clothes-ref/cold/hoodie.jpg" alt="Hoodie" />
|
||||
<figcaption>Hoodie</figcaption>
|
||||
<figcaption>
|
||||
<p>Hoodie</p>
|
||||
</figcaption>
|
||||
</figure>
|
||||
<figure>
|
||||
<img src="@img/clothes-ref/cold/jeans.jpg" alt="Jeans" />
|
||||
<figcaption>Loose fit Jeans</figcaption>
|
||||
<figcaption>
|
||||
<p>Loose fit Jeans</p>
|
||||
</figcaption>
|
||||
</figure>
|
||||
<figure>
|
||||
<img src="@img/clothes-ref/cold/boots.jpg" alt="Boots" />
|
||||
<figcaption>Boots</figcaption>
|
||||
<figcaption>
|
||||
<p>Boots</p>
|
||||
</figcaption>
|
||||
</figure>
|
||||
</ref-gallery>
|
||||
|
||||
|
@ -410,18 +426,19 @@
|
|||
<figure>
|
||||
<img src="@img/clothes-ref/workout/fullbody.png" alt="Full Body" />
|
||||
<figcaption>
|
||||
<p>Full Body</p>
|
||||
<p>Snapback hat, tank top, fingerless gloves, shorts, sneakers</p>
|
||||
<p>
|
||||
<strong>Full body:</strong> Snapback hat, tank top, fingerless
|
||||
gloves, shorts, sneakers
|
||||
</p>
|
||||
<p>By <a href="https://twitter.com/turquoize_art">Atlas</a></p>
|
||||
</figcaption>
|
||||
</figure>
|
||||
<figure>
|
||||
<img src="@img/clothes-ref/workout/closeup.png" alt="Close-up" />
|
||||
<figcaption>
|
||||
<p>Close-up</p>
|
||||
<p>
|
||||
Snapback hat, headphones, tank top, fingerless gloves, shorts,
|
||||
smartwatch
|
||||
<strong>Close-up:</strong> Snapback hat, headphones, tank top,
|
||||
fingerless gloves, shorts, smartwatch
|
||||
</p>
|
||||
<p>By <a href="https://twitter.com/purpledragonrei">Rei</a></p>
|
||||
</figcaption>
|
||||
|
@ -432,11 +449,15 @@
|
|||
<ref-gallery>
|
||||
<figure>
|
||||
<img src="@img/clothes-ref/lazy/pants.jpg" alt="Tank Top" />
|
||||
<figcaption>Tracksuit pants (optional)</figcaption>
|
||||
<figcaption>
|
||||
<p>Tracksuit pants (optional)</p>
|
||||
</figcaption>
|
||||
</figure>
|
||||
<figure>
|
||||
<img src="@img/clothes-ref/lazy/undies.jpg" alt="Shorts" />
|
||||
<figcaption>Topless w/ jockstrap/boxer briefs</figcaption>
|
||||
<figcaption>
|
||||
<p>Topless w/ jockstrap/boxer briefs</p>
|
||||
</figcaption>
|
||||
</figure>
|
||||
</ref-gallery>
|
||||
</section>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue