Skip to content

Instantly share code, notes, and snippets.

@kdmurray
Created July 30, 2021 18:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kdmurray/64c82ce72e113bff0f33d1d8b6a25dc8 to your computer and use it in GitHub Desktop.
Save kdmurray/64c82ce72e113bff0f33d1d8b6a25dc8 to your computer and use it in GitHub Desktop.
compare.html
OLD HTML
<div class="card mb-3">
<a href="imgs/rev1/2020-06-06_18.47.26.png" title="click to open image">
<img class="card-img-top" src="imgs/rev1/2020-06-06_18.47.26.png" alt="caption">
</a>
<div class="card-body">
<h5 class="card-title">&#x1F9D1;&#x200D;&#x2696;&#xFE0F; The Trial</h5>
<h6 class="card-subtitle mb-2 text-muted">Wahrheit, _bryantkelley, assert_h, & others</h6>
<p class="card-text">A player was put on mock-trial for idling at a farm, and won their case!</p>
<p class="card-text"><small class="text-muted">June 6th, 2020.</small></p>
</div>
</div>
<div class="card mb-3">
<a href="imgs/rev1/2020-06-06_18.47.26.png" title="click to open image">
<img class="card-img-top" src="imgs/rev1/tn/2020-06-06_18.47.26.gif" alt="A player was put on mock-trial for idling at a farm, and won their case!">
</a>
<div class="card-body">
<h5 class="card-title">🧑‍⚖️ The Trial</h5>
<p class="card-text">A player was put on mock-trial for idling at a farm, and won their case!</p>
<h6 class="card-subtitle mb-2 text-muted">⛏️ Wahrheit, _bryantkelley, assert_h, &amp; others</h6>
<h6 class="card-subtitle mb-2 text-muted">📅 June 6th, 2020</h6>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment