fdaudens HF staff commited on
Commit
722500d
·
verified ·
1 Parent(s): 740c2ba

Update index.html

Browse files

added translation tools

Files changed (1) hide show
  1. index.html +26 -0
index.html CHANGED
@@ -585,4 +585,30 @@
585
  </a>
586
  </div>
587
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
588
  </div>
 
585
  </a>
586
  </div>
587
  </div>
588
+ </div>
589
+ <!-- Card 19: Translation -->
590
+ <div class="tool-card border rounded-lg p-6 bg-white shadow-sm hover:shadow-md transition-shadow">
591
+ <h2 class="text-xl font-bold mb-4">Translate Content</h2>
592
+
593
+ <div class="mt-4 pt-4 border-t">
594
+ <h3 class="font-medium text-gray-700 mb-2">Recommended Tools:</h3>
595
+ <div class="flex flex-wrap gap-2">
596
+ <a href="https://huggingface.co/spaces/UNESCO/nllb" target="_blank" rel="noopener noreferrer" class="tool-link">
597
+ UNESCO Language Translator (200 languages)
598
+ <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
599
+ <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
600
+ <polyline points="15 3 21 3 21 9"></polyline>
601
+ <line x1="10" y1="14" x2="21" y2="3"></line>
602
+ </svg>
603
+ </a>
604
+ <a href="https://huggingface.co/spaces/microsoft/PhineSpeechTranslator" target="_blank" rel="noopener noreferrer" class="tool-link">
605
+ Phi-4 Audio File Translator (8 languages)
606
+ <svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
607
+ <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
608
+ <polyline points="15 3 21 3 21 9"></polyline>
609
+ <line x1="10" y1="14" x2="21" y2="3"></line>
610
+ </svg>
611
+ </a>
612
+ </div>
613
+ </div>
614
  </div>