Update script.js
Browse files
script.js
CHANGED
@@ -35,7 +35,7 @@ function addCardToContainer(title, text, url, image_src, image_url) {
|
|
35 |
|
36 |
addCardToContainer("Announce you've been selected to be a lead!", lead_announcement, "https://huggingface.co/spaces/HuggingFaceFW/discussion", "images/lead_announcement.png", "https://docs.google.com/presentation/d/1CA4xLLf6rpUlDBym0SORrJZskNDKiBc51tngZkyGDXU/edit#slide=id.p");
|
37 |
addCardToContainer("Call for people to contribute to the effort, not matter the language!", call_contributors_generic, "https://huggingface.co/spaces/HuggingFaceFW/discussion", "images/call_contributors_generic.png", null);
|
38 |
-
addCardToContainer("Call for collaborators for your language", recruit_collaborators, 'https://huggingface.co/spaces/data-is-better-together/
|
39 |
-
addCardToContainer("Example: Call for collaborators for your Spanish", recruit_collaborators, 'https://huggingface.co/spaces/data-is-better-together/
|
40 |
-
addCardToContainer("Example: Call for collaborators for your French", recruit_collaborators, 'https://huggingface.co/spaces/data-is-better-together/
|
41 |
addCardToContainer("Call for leads in other languages", recruit_leads, 'https://nataliaelv-language-leads-dashboard.hf.space/', "images/call_contributors_generic.png", null);
|
|
|
35 |
|
36 |
addCardToContainer("Announce you've been selected to be a lead!", lead_announcement, "https://huggingface.co/spaces/HuggingFaceFW/discussion", "images/lead_announcement.png", "https://docs.google.com/presentation/d/1CA4xLLf6rpUlDBym0SORrJZskNDKiBc51tngZkyGDXU/edit#slide=id.p");
|
37 |
addCardToContainer("Call for people to contribute to the effort, not matter the language!", call_contributors_generic, "https://huggingface.co/spaces/HuggingFaceFW/discussion", "images/call_contributors_generic.png", null);
|
38 |
+
addCardToContainer("Call for collaborators for your language (edit this and translate it for your language, see examples below)", recruit_collaborators, 'https://huggingface.co/spaces/data-is-better-together/fineweb-c', "images/call_contributors_template.png", "https://docs.google.com/presentation/d/1Mouh1HpmJYPZFJ-99y9bRZyeb2lLqD2KB3btnXwVJyU/edit#slide=id.p");
|
39 |
+
addCardToContainer("Example: Call for collaborators for your Spanish (ready to publish if you want)", recruit_collaborators, 'https://huggingface.co/spaces/data-is-better-together/fineweb-c', "images/call_contributors_spanish.png", null);
|
40 |
+
addCardToContainer("Example: Call for collaborators for your French (ready to publish if you want)", recruit_collaborators, 'https://huggingface.co/spaces/data-is-better-together/fineweb-c', "images/call_contributors_french.png", null);
|
41 |
addCardToContainer("Call for leads in other languages", recruit_leads, 'https://nataliaelv-language-leads-dashboard.hf.space/', "images/call_contributors_generic.png", null);
|