Skip to content

Commit

Permalink
Use figure tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
svidovich committed Dec 2, 2024
1 parent 08eaa2a commit 1386e61
Showing 1 changed file with 22 additions and 16 deletions.
38 changes: 22 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -286,22 +286,28 @@ <h4>
<h3>Work Experience</h3>
</div>
<div class="containers" id="work-experience-container">
<img
class="hoverable-image"
id="fs-hoverable"
src="media/fstate_logo.svg"
height="100"
width="100"
title="click it!"
/>
<img
class="hoverable-image"
id="reach-hoverable"
src="media/reach_logo.svg"
height="100"
width="100"
title="click it!"
/>
<figure>
<img
class="hoverable-image"
id="fs-hoverable"
src="media/fstate_logo.svg"
height="100"
width="100"
title="click it!"
/>
<figcaption>Finite State: 2018-2022</figcaption>
</figure>
<figure>
<img
class="hoverable-image"
id="reach-hoverable"
src="media/reach_logo.svg"
height="100"
width="100"
title="click it!"
/>
<figcaption>Reach Security: 2022-</figcaption>
</figure>
</div>
<br />
<div
Expand Down

0 comments on commit 1386e61

Please sign in to comment.