-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·49 lines (44 loc) · 1.68 KB
/
Copy pathindex.html
File metadata and controls
executable file
·49 lines (44 loc) · 1.68 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
<!DOCTYPE html>
<html>
<head>
<title>Yuwei's Homepage</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<h1>This is Yuwei</h1>
<p>Welcome to my homepage.</p>
<h2>
You can find me on
</h2>
<ul>
<li><a href="https://blog.yba.dev/">Blog</a></li>
<li><a href="https://work.yba.dev/">My Works</a></li>
<li><a href="https://social.yba.dev/@yba" rel="me">Social</a></li>
<li><a href="https://photography.yba.dev/">Photography</a></li>
<li><a href="https://wiki.yba.dev">Wiki</a></li>
<li><a href="https://www.linkedin.com/in/yuweiba/">LinkedIn</a></li>
</ul>
<h2>
My open sourced projects
</h2>
<ul>
<li><a href="https://github.com/Watfaq/clash-rs">clash-rs - custom protocol rule based network gateway</a></li>
<li><a href="https://github.com/Watfaq/SoftU2F-Win">SoftU2F-Win - a kernel mode driver implementation of U2F authenticator for Windows</a></li>
<li><a href="https://github.com/Watfaq/PowerSession-rs">PowerSession-rs - A port of asciinema for Windows, based on Windows Pseudo Console(ConPTY)</a></li>
</ul>
<h2>
I'm also running
</h2>
<ul>
<li><a href="https://leica-journal.com/">Leica Journal - History of Leica products and stories</a></li>
</ul>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SB7WJYG62S"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-SB7WJYG62S');
</script>
</body>
</html>