File size: 2,132 Bytes
949280f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!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>