nataliaElv HF staff commited on
Commit
9b8d1cf
·
1 Parent(s): c8597ef

First proposal

Browse files
images/lead_announcement.png ADDED
images/lead_hunting.png ADDED
index.html CHANGED
@@ -7,13 +7,37 @@
7
  <link rel="stylesheet" href="style.css" />
8
  </head>
9
  <body>
 
 
 
 
 
10
  <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  </div>
18
  </body>
19
  </html>
 
7
  <link rel="stylesheet" href="style.css" />
8
  </head>
9
  <body>
10
+ <h1>Welcome Language Leads!</h1>
11
+ <p> Here you will find a communications pack that you can use to share about your participation in this annotation sprint in social media.</p>
12
+ <p> Don't forget to translate and adapt the following texts and images to appeal to communities of speakers in the language(s) you’re leading.
13
+ </p>
14
+ </br>
15
  <div class="card">
16
+ <h2>Announce you've been selected to be a lead!</h2>
17
+ <p>I’m thrilled to share that I’ll be leading [LANGUAGE(S)] in Hugging Face’s collaborative annotation sprint! 🤗 </p>
18
+ <p>I’ll be helping to build an open dataset to improve language models for our language. Do you want to join me? I’ll share more details about this soon!</p>
19
+ <a href="https://huggingface.co/docs/hub/spaces" target="_blank"><img alt="Image for posts to rectruit collaborators" width="500" src="images/lead_announcement.png"></a>
20
+ </div>
21
+ </br>
22
+ <div class="card">
23
+ <h2>Recuiting collaborators for your language (option 1)</h2>
24
+ <p>I’m thrilled to share that I’ll be leading [LANGUAGE(S)] in Hugging Face’s collaborative annotation sprint! 🤗 </p>
25
+ <p>I’ll be helping to build an open dataset to improve language models for our language. Do you want to join me? I’ll share more details about this soon!</p>
26
+ <a href="https://huggingface.co/docs/hub/spaces" target="_blank"><img alt="Image for posts to rectruit collaborators" width="500" src="images/lead_hunting.png"></a>
27
+ </div>
28
+ </br>
29
+ <div class="card">
30
+ <h2>Recuiting collaborators for your language (option 2)</h2>
31
+ <p>Do you want to improve the quality of language models in [LANGUAGE(S)]?</p>
32
+ <p>Join me in this collaborative annotation sprint! No experience needed - simply go to [this link] to start annotating!</p>
33
+ <a href="https://huggingface.co/docs/hub/spaces" target="_blank"><img alt="Image for posts to rectruit collaborators" width="500" src="images/lead_hunting.png"></a>
34
+ </div>
35
+ </br>
36
+ <div class="card">
37
+ <h2>Recuiting language leads</h2>
38
+ <p>Do you want to improve the quality of language models in [LANGUAGE(S)]?</p>
39
+ <p>Join me in this collaborative annotation sprint! No experience needed - simply go to [this link] to start annotating!</p>
40
+ <a href="https://huggingface.co/docs/hub/spaces" target="_blank"><img alt="Image for posts to rectruit collaborators" width="500" src="images/lead_hunting.png"></a>
41
  </div>
42
  </body>
43
  </html>
style.css CHANGED
@@ -4,6 +4,12 @@ body {
4
  }
5
 
6
  h1 {
 
 
 
 
 
 
7
  font-size: 16px;
8
  margin-top: 0;
9
  }
 
4
  }
5
 
6
  h1 {
7
+ font-size: 24px;
8
+ margin-top: 0;
9
+ text-align: center;
10
+ }
11
+
12
+ h2 {
13
  font-size: 16px;
14
  margin-top: 0;
15
  }