Skip to content

Commit 9329ae8

Browse files
Merge pull request #3 from w3c/tranlate_into_chinese
add link for English to Chinese and Chinese to English
2 parents 44fc983 + 020c3f5 commit 9329ae8

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

index.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,14 @@
1010
</head>
1111
<body>
1212
<header class="header">
13-
<p>
14-
<a href="https://www.w3.org/"><img alt="W3C" src=
15-
"https://www.w3.org/Icons/w3c_home" height="48" width="72"></a>
16-
</p>
13+
<div>
14+
<div align="left" height="48" width="72">
15+
<a href="https://www.w3.org/"><img alt="W3C" src=
16+
"https://www.w3.org/Icons/w3c_home" height="48" width="72"></a>
17+
</div>
18+
<div align="right"><a href="index_zh.html">简体中文</a></div>
19+
</div>
20+
1721
<div id="top">
1822
<h1>W3C Workshop on Web & Machine Learning</h1>
1923
<h2>24-25 March 2020, Berlin, Germany</h2>

index_zh.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,13 @@
1010
</head>
1111
<body>
1212
<header class="header">
13-
<p>
14-
<a href="https://www.w3.org/"><img alt="W3C" src=
15-
"https://www.w3.org/Icons/w3c_home" height="48" width="72"></a>
16-
</p>
13+
<div>
14+
<div align="left" height="48" width="72">
15+
<a href="https://www.w3.org/"><img alt="W3C" src=
16+
"https://www.w3.org/Icons/w3c_home" height="48" width="72"></a>
17+
</div>
18+
<div align="right"><a href="index.html">English</a></div>
19+
</div>
1720
<div id="top">
1821
<h1>W3C Web与机器学习研讨会</h1>
1922
<h2>2020年3月24-25日,德国柏林</h2>

0 commit comments

Comments
 (0)