nataliaElv HF staff commited on
Commit
6c9409f
1 Parent(s): 50a0045

Improved texts

Browse files
Files changed (2) hide show
  1. script.js +3 -3
  2. style.css +1 -0
script.js CHANGED
@@ -1,7 +1,7 @@
1
 
2
- const lead_announcement = `<p>I’m thrilled to share that I’ll be leading <var>Asturian</var> in Hugging Face’s collaborative annotation sprint! 🤗</p><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>`
3
- const recruit_collaborators = `<p>Do you want to improve the quality of language models in <var>Asturian</var>?</p><p>Join me in this collaborative annotation sprint! No experience needed - simply follow the link to start annotating!`
4
- const recruit_leads = `<p>I’m thrilled to share that I’ll be leading <var>Asturian</var> in Hugging Face’s collaborative annotation sprint! 🤗</p><p>Would you like to lead the efforts in your own language? Check if it’s still listed!</p>`
5
 
6
  function createCard(title, text, url) {
7
  let url_text = text.replaceAll('<p>', '').replaceAll('</p>', '%0A%0A')
 
1
 
2
+ const lead_announcement = `<p>I’m thrilled to share that I’ll be leading <var>Asturian and Aragonese</var> in Hugging Face’s collaborative annotation sprint! 🤗</p><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>`
3
+ const recruit_collaborators = `<p>Do you want to improve the quality of language models in <var>Asturian and Aragonese</var>?</p><p>Join me in this collaborative annotation sprint! No experience needed - simply follow the link to start annotating!`
4
+ const recruit_leads = `<p>I’m thrilled to share that I’ll be leading <var>Asturian and Aragonese</var> in Hugging Face’s collaborative annotation sprint! 🤗</p><p>Would you like to lead the efforts in your own language? Check if it’s still listed!</p>`
5
 
6
  function createCard(title, text, url) {
7
  let url_text = text.replaceAll('<p>', '').replaceAll('</p>', '%0A%0A')
style.css CHANGED
@@ -15,6 +15,7 @@ h1 {
15
  h2 {
16
  font-size: 16px;
17
  margin-top: 0;
 
18
  }
19
 
20
  p {
 
15
  h2 {
16
  font-size: 16px;
17
  margin-top: 0;
18
+ text-align: center;
19
  }
20
 
21
  p {