-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
92 lines (76 loc) · 2.64 KB
/
index.html
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<!-- Other head elements (title, meta tags, links to stylesheets, etc.) -->
<meta http-equiv="refresh" content="0; url=https://chengpeng-wang.github.io/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="jemdoc, see http://jemdoc.jaboc.net/" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<link rel="stylesheet" href="jemdoc.css" type="text/css" />
<title>Chengpeng Wang's Homepage</title>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2J23RK0R02"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-2J23RK0R02');
document.addEventListener('DOMContentLoaded', function() {
var img = document.getElementById('tracker-img');
img.addEventListener('click', function(event) {
event.preventDefault();
// You can also add any other logic you want to execute when the image is clicked
});
});
function complete_load() {
if (domain.indexOf("wcphkust.github.io") >= 0) {
var edit = document.getElementById('edit');
if (edit) {
edit.style.display = 'none';
}
if (footer) {
let tracker_image = document.getElementById('tracker-img')
tracker_image.src = '//clustrmaps.com/map_v2.png?cl=ffffff&w=300&t=n&d=8EaDWYvWxhC8ao_2kxQYgcaxT3KuYmLR3SAGmGeS5lQ'
}
}
if (domain.indexOf("chengpeng-wang.github.io") >= 0) {
var edit = document.getElementById('edit');
if (edit) {
edit.style.display = 'none';
}
if (footer) {
let tracker_image = document.getElementById('tracker-img')
tracker_image.src = '//clustrmaps.com/map_v2.png?cl=ffffff&w=a&t=n&d=78uADWp0CaFJ0TxBreXCXgKwMgBUrX69maHTEgtH2ks'
}
}
}
</script>
<script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
<style type="text/css">
#tracker-img {
transform: scale(0.7);
}
.content-center {
text-align: center; /* Center inline elements */
display: flex;
flex-direction: column;
align-items: center; /* Center block-level elements */
justify-content: center;
}
@media only screen and (max-width: 600px) {
body {
max-width: 100%;
margin: auto;
}
}
@media only screen and (min-width: 600px) {
body {
max-width: 55%;
margin: auto;
}
}
</style>
</head>
</html>