nginx 1.18.0
Linux
Real Estate Demographics | US Housing Market Analysis
HTTP/1.1 200 OK
Server: nginx/1.18.0 (Ubuntu)
Date: Tue, 24 Feb 2026 06:30:22 GMT
Content-Type: text/html; charset=utf-8
Show more
HTTP/1.1 200 OK
Server: nginx/1.18.0 (Ubuntu)
Date: Tue, 24 Feb 2026 06:30:22 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 208793
Connection: close
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Real Estate Demographics | US Housing Market Analysis</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="description" content="Explore real estate trends and demographic patterns across the United States. Analyze housing affordability, property values, and market predictions by state." />
<meta name="keywords" content="real estate, demographics, housing market, property values, US housing, home affordability" />
<meta name="author" content="Saad Yaldram" />
<meta property="og:title" content="Real Estate Demographics | US Housing Market Analysis" />
<meta property="og:description" content="Explore real estate trends and demographic patterns across the United States." />
<meta property="og:type" content="website" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="/static/assets/css/main.css" />
<noscript><link rel="stylesheet" href="/static/assets/css/noscript.css" /></noscript>
<style>
/* Loading Spinner */
.chart-loader {
display: flex;
justify-content: center;
align-items: center;
min-height: 300px;
}
.spinner {
width: 50px;
height: 50px;
border: 4px solid rgba(255, 255, 255, 0.1);
border-left-color: #4CAF50;
border-radius: 50%;
animation: spin 1s linear infinite;
}
@keyframes spin {
to { transform: rotate(360deg); }
}
/* Back to Top Button */
#back-to-top {
position: fixed;
bottom: 30px;
right: 30px;
width: 50px;
height: 50px;
background: linear-gradient(135deg, #4CAF50, #2E7D32);
color: white;
border: none;
border-radius: 50%;
cursor: pointer;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
z-index: 9999;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
font-size: 20px;
}
#back-to-top:hover {
transform: translateY(-3px);
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}
#back-to-top.visible {
opacity: 1;
visibility: visible;
}
/* Theme Toggle */
#theme-toggle {
position: fixed;
bottom: 90px;
right: 30px;
width: 50px;
height: 50px;
background: linear-gradient(135deg, #2196F3, #1565C0);
color: white;
border: none;
border-radius: 50%;
cursor: pointer;
transition: all 0.3s ease;
z-index: 9999;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
font-size: 20px;
}
#theme-toggle:hover {
transform: translateY(-3px)