nataliaElv HF staff commited on
Commit
792c07e
1 Parent(s): 6c9409f

Improved texts

Browse files
Files changed (2) hide show
  1. index.html +8 -4
  2. style.css +2 -2
index.html CHANGED
@@ -10,10 +10,14 @@
10
  </head>
11
  <body>
12
  <h1>Communications pack for Language Leads</h1>
13
- <p>Thank you for becoming a Language Lead for this community annotation sprint with Hugging Face!🤗</p>
14
- <p>In this page, you will find a communications pack with examples of posts and images that you can use to share about your participation in this annotation sprint.
15
- Feel free to translate and adapt all texts and images so that they appeal to communities of speakers in the language(s) you’re leading!
16
- Share it with coworkers, family, friends and on any social network of your choosing.</p>
 
 
 
 
17
  <div id="card-container"></div>
18
  </body>
19
  </html>
 
10
  </head>
11
  <body>
12
  <h1>Communications pack for Language Leads</h1>
13
+ <p style="text-align: center;"><b>Thank you for becoming a Language Lead for this community annotation sprint with Hugging Face!🤗</b></p>
14
+ <p>In this page, you will find a communications pack with examples of posts and images that you can use to share about your participation in this annotation sprint. Feel free to adapt all texts and images so that they appeal to communities of speakers in the language(s) you’re leading!</p>
15
+ <p>Here are some tips for better engagement:</p>
16
+ <p>1️⃣ Translate all texts and images to your target language.</p>
17
+ <p>2️⃣ Change the default parrot picture with your own profile picture!</p>
18
+ <p>3️⃣ Add your discord username so that collaborators can find you.</p>
19
+ <p>4️⃣ Share it with coworkers, family, friends and on any social network or channels of your choosing.</p>
20
+ <p>If you have any questions, find Natalia over discord (@nelvirita) or email (natalia.elvira@huggingface.co).</p>
21
  <div id="card-container"></div>
22
  </body>
23
  </html>
style.css CHANGED
@@ -1,7 +1,7 @@
1
  body {
2
  padding: 2rem;
3
  font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
4
- text-align: center;
5
  margin-left: 5%;
6
  margin-right: 5%;
7
  }
@@ -21,7 +21,7 @@ h2 {
21
  p {
22
  color: rgb(107, 114, 128);
23
  font-size: 15px;
24
- margin-bottom: 10px;
25
  margin-top: 5px;
26
  }
27
 
 
1
  body {
2
  padding: 2rem;
3
  font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
4
+ text-align: left;
5
  margin-left: 5%;
6
  margin-right: 5%;
7
  }
 
21
  p {
22
  color: rgb(107, 114, 128);
23
  font-size: 15px;
24
+ margin-bottom: 20px;
25
  margin-top: 5px;
26
  }
27