Skip to content

Commit

Permalink
update resume.html
Browse files Browse the repository at this point in the history
  • Loading branch information
AIboy996 committed Mar 7, 2024
1 parent 73d8e19 commit 064147c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/About/m.resume.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="resume.css">
<title>Yang Zhang</title>
<title>Zhang, Yang</title>
<script>
// When the user clicks on <div>, open the popup
function myFunction() {
Expand All @@ -21,9 +21,9 @@
</div>
<br />
<div style="text-align: center;">
<h1>Yáng Zhāng</h1>
<h1>Zhāng, Yáng</h1>
<button onclick="document.getElementById('player').play()">
Pronounce Zhāng Yáng(张杨) in Chinese
Pronounce Zhāng, Yáng(张杨) in Chinese
</button>
<div class="popup" onclick="myFunction()">
<span class="popuptext" id="myPopup">As you know, Chinese naming conventions arrange the surname
Expand Down
6 changes: 3 additions & 3 deletions docs/About/resume.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
window.location = "m.resume.html";
}
</script>
<title>Yang Zhang</title>
<title>Zhang, Yang</title>
</head>

<body>
Expand All @@ -31,9 +31,9 @@
</div>
<div style="width:700px; height:240px; padding-left: 20px; float: left; text-align: left;">
<br />
<h1>Yáng Zhāng</h1>
<h1>Zhāng, Yáng</h1>
<button onclick="document.getElementById('player').play()">
Pronounce Zhāng Yáng(张杨) in Chinese
Pronounce Zhāng, Yáng(张杨) in Chinese
</button>
<div class="popup" onclick="myFunction()">
<span class="popuptext" id="myPopup">As you know, Chinese naming conventions arrange the surname
Expand Down

0 comments on commit 064147c

Please sign in to comment.