|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en-US" class="no-js"> |
| 3 | +<head> |
| 4 | + <meta charset="UTF-8"> |
| 5 | + <title>Accordion</title> |
| 6 | + <link rel="stylesheet" href="css/component.css" /> |
| 7 | +</head> |
| 8 | +<body> |
| 9 | + |
| 10 | + <div class="Property" itemscope itemtype="http://schema.org/SingleFamilyResidence"> |
| 11 | + <span class="Property-address hide" itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"> |
| 12 | + <span itemprop="streetAddress">1234 Street Address Way #1343</span> |
| 13 | + <span itemprop="addressLocality">Aspen</span> |
| 14 | + <span itemprop="addressRegion">CO</span> |
| 15 | + <span class="postalCode">12345</span> |
| 16 | + </span> |
| 17 | + <span itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates"> |
| 18 | + <meta itemprop="latitude" content="39.148027"> |
| 19 | + <meta itemprop="longitude" content="-106.814707"> |
| 20 | + </span> |
| 21 | + <div class="Property-image"> |
| 22 | + <a href="http://example.com"> |
| 23 | + <img src="https://placekitten.com/g/400/200" srcset="https://placekitten.com/g/400/200 1x, https://placekitten.com/g/800/400 2x" alt="header image" /> |
| 24 | + </a> |
| 25 | + </div> |
| 26 | + <div class="Property-details"> |
| 27 | + <h4 class="Property-price"> |
| 28 | + <a href="http://example.com">$2,695,000 </br> |
| 29 | + <span class="Property-address">1234 Street Address Way #1343</span> |
| 30 | + </a> |
| 31 | + </h4> |
| 32 | + <div class="Property-data"> |
| 33 | + <ul class="Property-meta"> |
| 34 | + <li><strong>3</strong> Bed</li> |
| 35 | + <li><strong>2</strong> Bath</li> |
| 36 | + <li><strong>6,474</strong> SqFt</li> |
| 37 | + </ul> |
| 38 | + </div> |
| 39 | + </div> |
| 40 | + </div> |
| 41 | + |
| 42 | +</body> |
| 43 | +</html> |
0 commit comments