Last active
March 25, 2020 12:56
-
-
Save surajsau/31ca0e07899e99e22539728233324ec6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 1 --> | |
<div class="slider-item slider-item-0"> | |
<div ..> | |
<div ..> | |
<!-- 2 --> | |
<div class="ptrack-content" | |
data-ui-tracking-context="..."> | |
<a ..> | |
<div ..> | |
<img class="boxart-image boxart-image-in-padded-container" ..> | |
<div class="fallback-text-container" aria-hidden="true"> | |
<p class="fallback-text">Guilty</p> | |
</div> | |
</div> | |
<div ..> | |
<div ..> | |
<svg class="svg-icon svg-icon-chevron-down" focusable="true"> | |
<use filter="" xlink:href="#chevron-down"></use> | |
</svg> | |
</div> | |
</div> | |
</a> | |
</div> | |
<!-- 3 --> | |
<div class="bob-container"><span></span></div> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment