-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfr.html
More file actions
66 lines (59 loc) · 2.27 KB
/
fr.html
File metadata and controls
66 lines (59 loc) · 2.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!-- <!DOCTYPE html>
<html>
<body>
<h1>Hello World</h1>
<p>I'm hosted with GitHub Pages.</p>
</body>
</html>
-->
<html>
<link rel="icon" href="./NYU.png" sizes="192x192">
<link rel="apple-touch-icon" href="./NYU.png">
<meta name="msapplication-TileImage" content="./NYU.png">
<title>
Page d'accueil d'Arielle Wang
</title>
<body style="overflow-y:scroll">
<table width="100%">
<tr>
<td valign="top" width="16%">
<img style="width: 204px; height: 306px; float: left;" src="./Patchouli.jpg" alt="" hspace="1" vspace="0">
</td>
<td valign="top" width="84%">
<h1>Arielle Wang (王馨玥)</h1>
<font style="line-height:135%" size="4">
Étudiante en Mathématiques et Informatique <br>
<br>
New York University Shanghaï <br>
567 Rue Yangsi Ouest, Nouvelle Zone de Pudong, Shanghaï,200126,Chine <br>
Bureau : Salle WB244 <br>
Courriel : <a href="mailto:ariel@netc.fr">ariel@netc.fr </a> <br>
<br>
Domaines de recherche : N/A.
</font>
</td>
</tr>
</table>
<hr>
<table width="100%">
<tr>
<td width="1%"> </td>
<td valign="top" width="15%">
<h2><a href="/">Biographie</a></h2>
<h2><a href="/languages.html">Langues</a></h2>
<h2><a href="https://yourwhitemoon.wordpress.com">Blog</a></h2>
<h2><a href="/poems.html">Poèmes</a></h2>
</td>
<td valign="top" width="84%">
<h2> Biographie </h2>
<font style="line-height:135%" size="4">
<p><center><i>Se connaître soi-même est le début de toute sagesse. --Aristote </i></center></p>
<p>Je suis actuellement étudiante à la New York University Shanghaï, où je me spécialise en Mathématiques et Informatique. En dehors des mathématiques et de l'informatique, j'ai un intérêt général pour la chimie. Avant de rejoindre NYU Shanghaï, j'étais lycéenne et je me spécialisais dans l'Olympiade de Chimie en Chine (CChO en anglais). </p>
<p>J'avais une forte inclination pour la poésie chinoise traditionnelle pendant mes années de lycée (voir mes <a href="/poems.html">poèmes</a>). Je suis une disciple de Friedrich Hayek et de l'école autrichienne d'économie (voir mon <a href="https://yourwhitemoon.wordpress.com">blog anglais</a>). </p>
<br>
</font>
</td>
</tr>
</table>
</body>
</html>