-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathVTrealEstate.html
More file actions
22 lines (17 loc) · 3.05 KB
/
VTrealEstate.html
File metadata and controls
22 lines (17 loc) · 3.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>The HTML5 Herald</title>
<meta name="description" content="VT Real Estate">
<meta name="author" content="SitePoint">
<link rel="stylesheet" href="css/styles.css?v=1.0">
</head>
<body>
<h1>Vermont Real Estate Prices during the Pandemic</h1>
<p>I've heard a lot of discussion about real estate prices in Vermont skyrocketing since the Pandemic started last year. The theory is that city folks from Boston and New York are moving rural Vermont now that they can work remotely. But does the data back up the anecdotes? I found property sales data compiled monthly for each VT ZIP code from the Vermont Association of Realtors to find out. </p>
<p>Data source: <a href="https://www.vermontrealtors.com/vermont-market-report-archives/">VT Association of Realtors</a>
<script src="js/scripts.js"></script>
<div class='tableauPlaceholder' id='viz1612284862053' style='position: relative'><noscript><a href='#'><img alt=' ' src='https://public.tableau.com/static/images/VT/VT_MedianHomeSalePrice/Dashboard1/1_rss.png' style='border: none' /></a></noscript><object class='tableauViz' style='display:none;'><param name='host_url' value='https%3A%2F%2Fpublic.tableau.com%2F' /> <param name='embed_code_version' value='3' /> <param name='site_root' value='' /><param name='name' value='VT_MedianHomeSalePrice/Dashboard1' /><param name='tabs' value='no' /><param name='toolbar' value='yes' /><param name='static_image' value='https://public.tableau.com/static/images/VT/VT_MedianHomeSalePrice/Dashboard1/1.png' /> <param name='animate_transition' value='yes' /><param name='display_static_image' value='yes' /><param name='display_spinner' value='yes' /><param name='display_overlay' value='yes' /><param name='display_count' value='yes' /><param name='language' value='en' /><param name='filter' value='publish=yes' /></object></div> <script type='text/javascript'> var divElement = document.getElementById('viz1612284862053'); var vizElement = divElement.getElementsByTagName('object')[0]; if ( divElement.offsetWidth > 800 ) { vizElement.style.minWidth='1000px';vizElement.style.maxWidth='3000px';vizElement.style.width='100%';vizElement.style.minHeight='888px';vizElement.style.maxHeight='988px';vizElement.style.height=(divElement.offsetWidth*0.75)+'px';} else if ( divElement.offsetWidth > 500 ) { vizElement.style.minWidth='1000px';vizElement.style.maxWidth='3000px';vizElement.style.width='100%';vizElement.style.minHeight='888px';vizElement.style.maxHeight='988px';vizElement.style.height=(divElement.offsetWidth*0.75)+'px';} else { vizElement.style.width='100%';vizElement.style.height='727px';} var scriptElement = document.createElement('script'); scriptElement.src = 'https://public.tableau.com/javascripts/api/viz_v1.js'; vizElement.parentNode.insertBefore(scriptElement, vizElement); </script>
</body>
</html>