|
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
<meta charset="UTF-8"> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
<title>January 2025 Hugginess Survey Results</title> |
|
<link href="https://fonts.googleapis.com/css2?family=Mulish:wght@400;600;700&display=swap" rel="stylesheet"> |
|
<style> |
|
body { |
|
font-family: 'Mulish', sans-serif; |
|
margin: 40px auto; |
|
max-width: 800px; |
|
padding: 20px; |
|
line-height: 1.6; |
|
background: #f7f7f7; |
|
border: 1px solid #ccc; |
|
box-shadow: 0 0 10px rgba(0,0,0,0.1); |
|
} |
|
h1 { |
|
color: #333; |
|
border-bottom: 2px solid #333; |
|
padding-bottom: 10px; |
|
margin-bottom: 20px; |
|
font-size: 2.4em; |
|
} |
|
h2 { |
|
color: #666; |
|
border-bottom: 1px solid #ddd; |
|
padding-bottom: 5px; |
|
margin-bottom: 10px; |
|
font-size: 1.8em; |
|
} |
|
.section { |
|
margin-bottom: 40px; |
|
padding: 20px; |
|
background: #fff; |
|
border: 1px solid #ddd; |
|
box-shadow: 0 0 5px rgba(0,0,0,0.05); |
|
} |
|
img { |
|
display: block; |
|
margin: 0 auto 20px; |
|
max-width: 100%; |
|
height: auto; |
|
} |
|
.nps-score-breakdown { |
|
max-width: 400px; |
|
} |
|
.highlight { |
|
font-weight: bold; |
|
color: blue; |
|
} |
|
.light-green { |
|
color: lightgreen; |
|
} |
|
.light-blue { |
|
color: blue; |
|
} |
|
.last-line { |
|
font-weight: bold; |
|
font-size: 1.2em; |
|
} |
|
ul { |
|
padding-left: 20px; |
|
margin-top: 10px; |
|
} |
|
ul li { |
|
margin-bottom: 5px; |
|
} |
|
</style> |
|
</head> |
|
<body> |
|
<div class="section"> |
|
<img src="https://huggingface.co./spaces/EmilyWitko/Jan2025_HugginessSurveyResults/resolve/main/HugginessSurveyLogo.png" alt="Hugginess Survey Logo"> |
|
<h1>January 2025 Hugginess Survey Results</h1> |