EmilyWitko HF staff commited on
Commit
4ae692d
1 Parent(s): 919fd51

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +39 -12
index.html CHANGED
@@ -4,27 +4,47 @@
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
  <title>May 2024 Hugginess Survey Results</title>
 
7
  <style>
8
  body {
9
- font-family: Arial, sans-serif;
10
- margin: 20px;
 
 
 
 
 
 
11
  }
12
- h1, h2 {
13
- color: black;
 
 
 
 
14
  }
15
- .emoji {
16
- font-size: 2em;
 
 
 
 
17
  }
18
  .section {
19
- margin-bottom: 20px;
 
 
 
 
20
  }
21
  img {
22
- max-width: 800px;
23
- width: 100%;
 
 
24
  }
25
  .nps-score-breakdown {
26
  max-width: 400px;
27
- width: 100%;
28
  }
29
  .highlight {
30
  font-weight: bold;
@@ -40,12 +60,19 @@
40
  font-weight: bold;
41
  font-size: 1.2em;
42
  }
 
 
 
 
 
 
 
43
  </style>
44
  </head>
45
  <body>
46
  <div class="section">
47
  <img src="https://huggingface.co/spaces/EmilyWitko/May2024_HugginessSurveyResults/raw/main/Hugginess%20survey.png" alt="Hugginess Survey Header">
48
- <h1>May 2024 Hugginess Survey Results <span class="emoji">🤗</span></h1>
49
  <p>I want to extend my gratitude to everyone who participated in this survey – your feedback is invaluable. 64% of you sent us your thoughts (58% is our average response rate). As always, if your perspective differs from the majority, please know that we value your viewpoint and are excited to make Hugging Face an even better place to work. Meg said it best when she said, “We disagree, but still respect one another and work towards a shared alignment on priorities.” Your voice matters to me and to Hugging Face.</p>
50
  </div>
51
 
@@ -58,7 +85,7 @@
58
  <h2>A note on underrepresentation in tech:</h2>
59
  <p>I also want to offer a special additional thank you for answering the question regarding underrepresentation in tech. We’ll use your self-identification to break down the survey answers a bit further. Watch out for the <span class="highlight">numbers in blue</span> to see how our underrepresented voices responded to each question.</p>
60
  <p>Across the board, people who identify as members of underrepresented groups in tech score each question slightly lower than those who do not identify themselves as members of an underrepresented group in tech. You can read more about each difference in the corresponding questions below, but that means we have more work to do to achieve our <a href="https://huggingface.co/spaces/EmilyWitko/HF_DEIB_Charter" target="_blank">Belonging goal</a> of “engaging an individual's full potential so that innovation thrives… [and] the sense of being accepted and included as a valued member of Hugging Face.”</p>
61
- <p>That being said, while our numbers aren’t perfect, I want to congratulate the team for their attention and thoughtfulness regarding underrepresentation in tech. It’s a tough world out there for DEIB conversations, and even though there is room for improvement, I love that we are able to have them freely at Hugging Face 🤗</p>
62
  </div>
63
 
64
  <div class="section">
 
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
  <title>May 2024 Hugginess Survey Results</title>
7
+ <link href="https://fonts.googleapis.com/css2?family=Mulish:wght@400;600;700&display=swap" rel="stylesheet">
8
  <style>
9
  body {
10
+ font-family: 'Mulish', sans-serif;
11
+ margin: 40px auto;
12
+ max-width: 800px;
13
+ padding: 20px;
14
+ line-height: 1.6;
15
+ background: #f7f7f7;
16
+ border: 1px solid #ccc;
17
+ box-shadow: 0 0 10px rgba(0,0,0,0.1);
18
  }
19
+ h1 {
20
+ color: #333;
21
+ border-bottom: 2px solid #333;
22
+ padding-bottom: 10px;
23
+ margin-bottom: 20px;
24
+ font-size: 2.4em;
25
  }
26
+ h2 {
27
+ color: #666;
28
+ border-bottom: 1px solid #ddd;
29
+ padding-bottom: 5px;
30
+ margin-bottom: 10px;
31
+ font-size: 1.8em;
32
  }
33
  .section {
34
+ margin-bottom: 40px;
35
+ padding: 20px;
36
+ background: #fff;
37
+ border: 1px solid #ddd;
38
+ box-shadow: 0 0 5px rgba(0,0,0,0.05);
39
  }
40
  img {
41
+ display: block;
42
+ margin: 0 auto 20px;
43
+ max-width: 100%;
44
+ height: auto;
45
  }
46
  .nps-score-breakdown {
47
  max-width: 400px;
 
48
  }
49
  .highlight {
50
  font-weight: bold;
 
60
  font-weight: bold;
61
  font-size: 1.2em;
62
  }
63
+ ul {
64
+ padding-left: 20px;
65
+ margin-top: 10px;
66
+ }
67
+ ul li {
68
+ margin-bottom: 5px;
69
+ }
70
  </style>
71
  </head>
72
  <body>
73
  <div class="section">
74
  <img src="https://huggingface.co/spaces/EmilyWitko/May2024_HugginessSurveyResults/raw/main/Hugginess%20survey.png" alt="Hugginess Survey Header">
75
+ <h1>May 2024 Hugginess Survey Results</h1>
76
  <p>I want to extend my gratitude to everyone who participated in this survey – your feedback is invaluable. 64% of you sent us your thoughts (58% is our average response rate). As always, if your perspective differs from the majority, please know that we value your viewpoint and are excited to make Hugging Face an even better place to work. Meg said it best when she said, “We disagree, but still respect one another and work towards a shared alignment on priorities.” Your voice matters to me and to Hugging Face.</p>
77
  </div>
78
 
 
85
  <h2>A note on underrepresentation in tech:</h2>
86
  <p>I also want to offer a special additional thank you for answering the question regarding underrepresentation in tech. We’ll use your self-identification to break down the survey answers a bit further. Watch out for the <span class="highlight">numbers in blue</span> to see how our underrepresented voices responded to each question.</p>
87
  <p>Across the board, people who identify as members of underrepresented groups in tech score each question slightly lower than those who do not identify themselves as members of an underrepresented group in tech. You can read more about each difference in the corresponding questions below, but that means we have more work to do to achieve our <a href="https://huggingface.co/spaces/EmilyWitko/HF_DEIB_Charter" target="_blank">Belonging goal</a> of “engaging an individual's full potential so that innovation thrives… [and] the sense of being accepted and included as a valued member of Hugging Face.”</p>
88
+ <p>That being said, while our numbers aren’t perfect, I want to congratulate the team for their attention and thoughtfulness regarding underrepresentation in tech. It’s a tough world out there for DEIB conversations, and even though there is room for improvement, I love that we are able to have them freely at Hugging Face.</p>
89
  </div>
90
 
91
  <div class="section">