Skip to content

Commit

Permalink
Deployed 6d47398 with MkDocs version: 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Sep 12, 2023
1 parent f542c31 commit 4cda41a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
9 changes: 9 additions & 0 deletions About/resume.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="resume.css">
<script src="resume.js"></script>
<script>
var width = ((typeof screen !== 'undefined') ? screen.width : null)
|| window.innerWidth
|| document.documentElement.clientWidth
|| document.body.clientWidth;
if (width <= 800) {
window.location = "m.resume.html";
}
</script>
<title>Yang Zhang</title>
</head>

Expand Down
7 changes: 0 additions & 7 deletions About/resume.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,4 @@
function myFunction() {
var popup = document.getElementById("myPopup");
popup.classList.toggle("show");
}
var width = ((typeof screen !== 'undefined') ? screen.width : null)
|| window.innerWidth
|| document.documentElement.clientWidth
|| document.body.clientWidth;
if (width <= 800) {
window.location = "m.resume.html";
}
2 changes: 1 addition & 1 deletion feed_rss_created.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion feed_rss_updated.xml

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 4cda41a

Please sign in to comment.