What’s it Like to Compete in the Longest US Off-Road Rally Without GPS?
Hear’s a breakdown of the facts contained in the provided HTML snippet, focusing on the image captions and credits:
Image 1 (First div with class “ars-gallery-item”)
* Caption: ”Does this rally run actually on tater tots?”
* Credit: Nicole Dreon
* Image Sources:
* https://cdn.arstechnica.net/wp-content/uploads/2025/11/10-13-25_Day-4_Nicole-Dreon_6760-980x652.jpg (980w)
* https://cdn.arstechnica.net/wp-content/uploads/2025/11/10-13-25_Day-4_Nicole-Dreon_6760-1440x958.jpg (1440w)
Image 2 (Second div with class “ars-gallery-item”)
* Caption: “Technology powers the rebelle Rally, except for when it comes to the competitors’ navigation.”
* Credit: Nicole Dreon
Key Observations:
* Responsive Design: The sizes attribute on the img tag indicates the image is designed to be responsive, adjusting its width based on the screen size.
* Gallery Structure: The HTML suggests this is part of a larger image gallery (“ars-gallery-item”).
* Caption Visibility: The captions are displayed differently depending on screen size (mobile vs. desktop) using CSS classes like md:hidden and md:block.
* Navigation Arrows: SVG arrows are used to indicate the ability to navigate thru the gallery.
* Date in Filename: The image filenames include a date (“10-13-25”), suggesting the images where taken on October 13, 2025.
In essence, this code snippet defines two images within a gallery, each with a caption and photographer credit. The gallery is designed to be responsive and provides navigation elements.
