-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
168 lines (157 loc) · 6.85 KB
/
index.html
File metadata and controls
168 lines (157 loc) · 6.85 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="MzeroMiko Page" />
<title>MzeroMiko HomePage</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="icon" type="image/x-icon"
href="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MDAiIGhlaWdodD0iNDAwIiB2aWV3Qm94PSIwIDAgMCAwIDQwMCA0MDAiPjxnIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTM1NyAxMjRsLTMgNi00MiA0My00MiA0MnYxMDVjMiA4IDggMTMgMTUgMTVoNThjNy0zIDEzLTggMTQtMTZWMTI0IiBmaWxsPSIjYmMyMmYzIi8+PHBhdGggZD0iTTQxIDIxOWwxIDk5YzEgOCA3IDE1IDE1IDE3aDU3YzctMSAxMi03IDE0LTE0bDEtMlYyMTVsLTQyLTQyYy00NS00NS00My00My00NC00N2EyMyAyMyAwIDAgMS0xLTNjLTEtMS0xIDEtMSA5Nm0yNzEtNDZsLTQyIDQyIDQyLTQyIiBmaWxsPSIjZTMyYTc3Ii8+PHBhdGggZD0iTTkzIDY1Yy0yIDAtNSAxLTcgM2wtNDEgMzljLTMgNC00IDExLTMgMTV2MmwzIDYgMTA0IDEwNGMtNS02LTUtMTQgMC0yMWwyNi0yNiAyNS0yNi00NS00NC00Ny00N2MtNC00LTEwLTYtMTUtNSIgZmlsbD0iIzM0ZTNiYiIvPjxwYXRoIGQ9Ik0zMDEgNjVsLTggMy0xNDQgMTQ1Yy01IDctNCAxNSAwIDIxIDEgMyAzNyAzOCAzOSA0MCA4IDUgMTcgNCAyNC0xbDE0My0xNDRjNC02IDQtMTQtMS0yMWwtNDEtNDBjLTMtMy04LTQtMTItMyIgZmlsbD0iI2ZiZGIwNCIvPjxwYXRoIGQ9Ik0xNDUgMjIzbDEgMWExMyAxMyAwIDAgMCAwLTFoLTEiIGZpbGw9IiM2YzljOWMiLz48L2c+PC9zdmc+">
<script src="assets/js/config.js"></script>
<script src="assets/js/main.js"></script>
</head>
<body>
<div class="siteheader">
<div class="nav">
<a class="nav_profile" href="#sec_profile">About Me</a>
<a class="nav_news" href="#sec_news">News</a>
<a class="nav_experience" href="#sec_experience">Experiences</a>
<a class="nav_publication" href="#sec_publication">Publications</a>
<a class="nav_project" href="#sec_project">Projects</a>
<a class="nav_blogs" href="./blogs">Blogs</a>
<a href="https://github.com/MzeroMiko/MzeroMiko.github.io">This Page</a>
</div>
<div class="btn-theme"></div>
</div>
<div class="sidebar">
<img class="avatar" src="">
<h1 class="name"></h1>
<p class="bio"></p>
<div class="links-list">
<a href="#" class="link-item location key2">
<i class="fa-solid fa-location-dot"></i>
<span></span>
</a>
<a target="_blank" href="#" class="link-item mailto key2">
<i class="fa-solid fa-envelope"></i>
<span>Email</span>
</a>
<a target="_blank" href="#" class="link-item wechat key1">
<i class="fa-brands fa-weixin"></i>
<span>WeChat</span>
</a>
<a target="_blank" href="#" class="link-item huggingface key2">
<i class="fa-solid">🤗</i>
<span>Huggingface</span>
</a>
<a target="_blank" href="#" class="link-item github key1">
<i class="fa-brands fa-github"></i>
<span>Github</span>
</a>
<a target="_blank" href="#" class="link-item google key1">
<i class="fa-solid fa-graduation-cap"></i>
<span>Google Scholar</span>
</a>
<a target="_blank" href="#" class="link-item orcid key2">
<i class="fa-brands fa-orcid"></i>
<span>ORCID</span>
</a>
</div>
<div class="banner">
<div class="banner-item wechat">
<img src="" width="200px"/>
</div>
</div>
<div class="btn-theme"></div>
</div>
<div class="main">
<div class="section" id="sec_profile">
<div class="container profile">
<div class="info">
<h1>
<span class="n1"></span>
<span> </span>
<span class="n2"></span>
</h1>
<p class="detail"></p>
</div>
<div class="card photo">
<img class="avatar" src="" width=250 height=250>
</div>
</div>
</div>
<div class="section" id="sec_news">
<div class="container news">
<h2>News</h2>
<div class="cards" style="flex-direction: column;">
</div>
</div>
</div>
<div class="section" id="sec_experience">
<div class="container experience">
<h2>Experiences</h2>
<div class="cards" style="flex-direction: column;">
</div>
</div>
</div>
<div class="section" id="sec_publication">
<div class="container publications">
<h2>Publications & Preprints</h2>
<p>* Equal Contributions</p>
<div class="cards" style="flex-direction: column;">
</div>
</div>
</div>
<div class="section" id="sec_project">
<div class="container projects">
<h2>Projects</h2>
<div class="cards" style="flex-direction: column;">
</div>
</div>
</div>
<div class="section" id="sec_footer">
<div class="container footer">
<span>© <span class="year"></span>
MzeroMiko. All rights reserved.</span>
</div>
</div>
</div>
<!-- htmlstore is a storage for html components. in js script, you may refer to the component and insert to the right place. -->
<htmlstore style="display: none;">
<div class="icons">
<div class="icon_sun">
<svg class="h-4 w-4" data-testid="geist-icon" fill="none" shape-rendering="geometricPrecision" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" viewBox="0 0 24 24"><circle cx="12" cy="12" r="5"></circle><path d="M12 1v2"></path><path d="M12 21v2"></path><path d="M4.22 4.22l1.42 1.42"></path><path d="M18.36 18.36l1.42 1.42"></path><path d="M1 12h2"></path><path d="M21 12h2"></path><path d="M4.22 19.78l1.42-1.42"></path><path d="M18.36 5.64l1.42-1.42"></path></svg>
</div>
<div class="icon_moon">
<svg class="h-4 w-4" data-testid="geist-icon" fill="none" shape-rendering="geometricPrecision" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" viewBox="0 0 24 24"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path></svg>
</div>
</div>
<div class="sections">
<div class="section">
<div class="container">
<h2></h2>
<p></p>
<div class="cards" style="flex-direction: column;">
</div>
</div>
</div>
</div>
<div class="publications">
<div class="card small">
<div class="icon-card">
<img class="icon" src="" />
</div>
<div class="detail">
<p class="title"></p>
<p class="author"></p>
<p class="pub"></p>
<p class="link"></p>
</div>
</div>
</div>
</htmlstore>
<script>main();</script>
</body>
</html>