lbourdois commited on
Commit
657b17f
1 Parent(s): a4e3c26

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +21 -10
index.html CHANGED
@@ -3,17 +3,28 @@
3
  <head>
4
  <meta charset="utf-8" />
5
  <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
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>
 
3
  <head>
4
  <meta charset="utf-8" />
5
  <meta name="viewport" content="width=device-width" />
6
+ <title>Traductions 📚</title>
7
  <link rel="stylesheet" href="style.css" />
8
  </head>
9
  <body>
10
+ <div style="flex: 1; display: flex;">
11
+ <div style="flex: 1; display: flex; flex-direction: column; align-items: center;">
12
+ <p style="text-align: center;">FR</p>
13
+ <p style="text-align: justify;"><b>Les cours que j'ai traduit en français :</b></p>
14
+ <p style="text-align: justify;">• Le <a href="https://lbourdois.github.io/cours-dl-nyu/">Cours d’apprentissage profond de la New York University de Yann Le Cun et Alfredo Canziani</a></p>
15
+ <p style="text-align: justify;">• Le <a href="https://huggingface.co/learn/nlp-course/fr/">Cours de traitement automatique du langage (NLP) de Hugging Face</a></p>
16
+ <p style="text-align: justify;">• Le <a href="https://huggingface.co/learn/audio-course/fr/">Cours d’audio de Hugging Face</a></p>
17
+ <p style="text-align: justify;">• Le <a href="https://github.com/huggingface/diffusion-models-class/tree/main/units/fr">Cours de modèles de diffusion de Hugging Face</a></p>
18
+ </div>
19
+ <div style="width: 30px;"></div>
20
+ <div style="flex: 1; display: flex; flex-direction: column; align-items: center;">
21
+ <p style="text-align: center;">EN</p>
22
+ <p style="text-align: justify;"><b>The courses I have translated in French:</b></p>
23
+ <p style="text-align: justify;">• The <a href="https://lbourdois.github.io/cours-dl-nyu/">Deep learning course from New York University by Yann Le Cun and Alfredo Canziani</a></p>
24
+ <p style="text-align: justify;">• The <a href="https://huggingface.co/learn/nlp-course/fr/">Hugging Face's NLP course</a></p>
25
+ <p style="text-align: justify;">• The <a href="https://huggingface.co/learn/audio-course/fr/">Hugging Face's audio course</a></p>
26
+ <p style="text-align: justify;">• The <a href="https://github.com/huggingface/diffusion-models-class/tree/main/units/fr">Hugging Face's diffusion models course</a></p>
27
+ </div>
28
+ </div>
29
  </body>
30
+ </html>