-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathja.html
More file actions
68 lines (59 loc) · 2.35 KB
/
ja.html
File metadata and controls
68 lines (59 loc) · 2.35 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
67
68
<!-- <!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>
王馨玥のホームページ
</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>王馨玥</h1>
<font style="line-height:135%" size="4">
数学とコンピューターサイエンス学科の学部生 <br>
<br>
上海ニューヨーク大学 <br>
中華人民共和国上海市浦東新区杨思西路567号 郵政编码: 200124 <br>
オフィス: WB244 <br>
電子メール: <a href="mailto:ariel@netc.fr">ariel@netc.fr </a> <br>
<br>
研究分野: N/A.
</font>
</td>
</tr>
</table>
<hr>
<table width="100%">
<tr>
<td width="1%"> </td>
<td valign="top" width="15%">
<h2><a href="/">紹介</a></h2>
<h2><a href="/languages.html">言語</a></h2>
<h2><a href="https://yourwhitemoon.wordpress.com">ブログ</a></h2>
<h2><a href="/poems.html">詩集</a></h2>
</td>
<td valign="top" width="84%">
<h2> 紹介 </h2>
<font style="line-height:135%" size="4">
<p><center><i>自分を知ることは、すべての知恵の始まりである。 --アリストテレス </i></center></p>
<p>私は現在、上海ニューヨーク大学数学とコンピューターサイエンス学科の学部生です。数学やコンピューターサイエンスの他にも、化学に大きな興味を持っています。上海ニューヨーク大学で学ぶ前に、中国化学オリンピックコンテストに参加して、第二賞を取得しました。</p>
<p>私は中国传统诗词に深い興味を持っています (私の<a href="/poems.html">詩集</a>をご覧ください)。また、ハイエクやオーストリア経済学派の求道者で、古典的自由主義を尊びます (私の<a href="https://yourwhitemoon.wordpress.com">英語ブログ</a>をご覧ください)。</p>
<br>
</font>
</td>
</tr>
</table>
</body>
</html>