-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
206 lines (189 loc) · 9.47 KB
/
index.html
File metadata and controls
206 lines (189 loc) · 9.47 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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Xiaolong Peng — Full-Stack • Cross Platform • LLMOps</title>
<link rel="icon" href="https://github.com/wheelo.png" />
<style>
:root{
--bg:#0f1724; --card:#0b1220; --muted:#9aa4b2; --accent:#0ea5e9;
--glass: rgba(255,255,255,0.03);
color-scheme: dark;
}
html,body{height:100%;margin:0;font-family:Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;}
body{
color:#e6eef6;
line-height:1.6;
-webkit-font-smoothing:antialiased;
padding:24px;
}
.container{max-width:880px;margin:0 auto;background:linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));border-radius:12px;padding:28px;box-shadow:0 8px 30px rgba(2,6,23,0.6);}
header{text-align:center;margin-bottom:18px}
header img.avatar{width:96px;height:96px;border-radius:50%;border:3px solid rgba(255,255,255,0.06);object-fit:cover;margin-bottom:12px}
h1{margin:6px 0;font-size:1.6rem}
h3{margin:0;color:var(--muted);font-weight:500}
.badge-row{display:flex;gap:10px;justify-content:center;margin:14px 0;flex-wrap:wrap}
.section{background:var(--glass);padding:18px;border-radius:10px;margin-top:16px}
.section h2{margin:0 0 8px 0}
ul{padding-left:1.1rem;margin:8px 0}
a{color:var(--accent);text-decoration:none}
a:hover{text-decoration:underline}
.grid{display:grid;grid-template-columns:1fr 220px;gap:18px}
.right{padding-left:12px}
.contact{display:flex;flex-direction:column;gap:8px}
.projects a{display:block;margin:6px 0;color:#cfeffd}
footer{margin-top:18px;color:var(--muted);font-size:0.9rem;text-align:center}
.meta{color:var(--muted);font-size:0.95rem;margin-top:8px}
.skills{display:flex;flex-wrap:wrap;gap:8px}
.chip{background:rgba(255,255,255,0.03);padding:6px 8px;border-radius:999px;font-size:0.85rem}
.theme-toggle{position:fixed;right:18px;bottom:18px;background:var(--card);border-radius:999px;padding:10px;cursor:pointer;box-shadow:0 6px 20px rgba(2,6,23,0.5)}
pre{white-space:pre-wrap;background:transparent;border-left:3px solid rgba(255,255,255,0.03);padding-left:12px;color:var(--muted)}
@media (max-width:880px){
.grid{grid-template-columns:1fr; }
.right{padding-left:0}
}
</style>
</head>
<body>
<div class="container" role="main">
<header>
<img class="avatar" src="https://github.com/wheelo.png" alt="wheelo avatar" />
<h1 align="center">Hi, This is Frank Aang(wheelo)</h1>
<h3 align="center">Full-Stack • Infra & LLMOps • Cross Platform</h3>
<p class="meta">
<img src="https://komarev.com/ghpvc/?username=wheelo&label=Profile%20Views&color=0e75b6&style=flat" alt="profile views" />
</p>
<div class="badge-row" aria-hidden="true">
<img src="https://img.shields.io/badge/AI%20Infra-%F0%9F%9A%80-blue?style=for-the-badge" alt="AI Infra" />
<img src="https://img.shields.io/badge/LLMOps-%F0%9F%A4%96-purple?style=for-the-badge" alt="LLMOps" />
<img src="https://img.shields.io/badge/Full%20Stack-%F0%9F%8E%A8-green?style=for-the-badge" alt="Full Stack" />
<img src="https://img.shields.io/badge/VS%20Code%20Extensions-%E2%9C%94%EF%B8%8F-orange?style=for-the-badge" alt="VS Code" />
<img src="https://img.shields.io/badge/Node.js-%23339933?style=for-the-badge" alt="Node.js" />
</div>
</header>
<div class="grid">
<main>
<section class="section" id="about">
<h2>About</h2>
<p>I'm a software engineer based in <strong>Jiangsu, China</strong> (previously in Chengdu). My main research interests focus on:</p>
<ul>
<li><strong>Full-stack engineering and cross-platform app development</strong></li>
<li><strong>LLM, LLMOps, AI Infra</strong></li>
<li><strong>AI Coding workflows & Developer Tools</strong></li>
</ul>
<p>I enjoy building developer-friendly tools, AI infrastructures, and scalable systems that actually solve problems.</p>
</section>
<section class="section" id="tech">
<h2>Tech Stack & Skills</h2>
<p class="meta">I program with <strong>Kotlin, TypeScript, Node.js, PHP, Python</strong></p>
<h3>Cross Platform</h3>
<ul>
<li><strong>KMP, Kotlin / Native, Huawei ArkTS</strong> (Currently)</li>
<li><strong>Flutter</strong>, RN</li>
<li>intellij plugin & VS Code extensions</li>
</ul>
<h3>Backend</h3>
<ul>
<li><strong>Node.js</strong>, PHP</li>
<li>MySQL, PostgreSQL</li>
</ul>
<h3>AI Infra & Ops</h3>
<ul>
<li>LLM, LLMOps, AI Infra, MLLMs</li>
<li>vLLM / FastAPI / Model serving and deployment</li>
<li>Kubernetes / Docker / shell / nginx / serverless</li>
</ul>
</section>
<section class="section" id="works">
<h2>Partial works of mine</h2>
<div class="projects">
<a href="https://ascidatabase.com/ascidetail.php?doi=jas.2014.121.128" target="_blank" rel="noopener">Object Tracking Based on Particle Filter with Improved Camshift — Journal of Applied Sciences, 2014 (DOI: 10.3923/jas.2014.121.128)</a>
<a href="https://www.jsoftware.us/show-50-483-1.html" target="_blank" rel="noopener">Object Tracking Based on Camshift with Multi-feature Fusion — Journal of Software, 2014 (DOI: 10.4304/jsw.9.1.147-153)</a>
<a href="https://journal.esperg.com/index.php/TIJEE/article/view/3035" target="_blank" rel="noopener">Face Tracking Based on Particle Filter with Multi-feature Fusion — TELKOMNIKA, 2014 (DOI: 10.11591/telkomnika.v12i1.3381)</a>
<a href="https://www.cnki.com.cn/Article/CJFDTOTAL-ZGTB201510008.htm" target="_blank" rel="noopener">Online Feature Selection for Multi-instance Learning in Object Tracking — Journal Article, 2015</a>
<a href="https://cdmd.cnki.com.cn/Article/CDMD-10338-1016061375.htm" target="_blank" rel="noopener">Research on Mobile Robot Tracking Technology Based on Binocular Vision — Master’s Thesis, 2016</a>
</div>
</section>
<section class="section" id="hobby">
<h2>Hobby</h2>
<ul>
<li>Music: listen & sing classic, Punjabi, alternative, R&B, Jazz</li>
<li>Photography: some Sony digitals</li>
<li>Climbing mountains</li>
</ul>
</section>
</main>
<aside class="right">
<section class="section contact" id="contact">
<h2>Collaboration / Contact</h2>
<p>Hire me! I'm open to <strong>remote work</strong>, collaboration, and AI development.</p>
<div>
<strong>Email me:</strong>
<div><a href="mailto:dongmenwuhen@gmail.com">dongmenwuhen@gmail.com</a></div>
<div><a href="mailto:wheelo@163.com">wheelo@163.com</a></div>
</div>
<div style="margin-top:10px">
<strong>Quick links</strong>
<div style="margin-top:8px">
<a href="#about">About</a> · <a href="#tech">Tech</a> · <a href="#works">Works</a>
</div>
</div>
<div style="margin-top:12px">
<strong>Skills</strong>
<div class="skills" style="margin-top:8px">
<span class="chip">Kotlin</span>
<span class="chip">TypeScript</span>
<span class="chip">Node.js</span>
<span class="chip">Python</span>
<span class="chip">LLMOps</span>
<span class="chip">Kubernetes</span>
</div>
</div>
</section>
<section class="section" style="margin-top:12px">
<h2>Extras</h2>
<p class="meta">Feel free to star my projects or connect with me on GitHub.</p>
<!-- <p style="margin-top:8px">
<img src="https://img.shields.io/github/stars/wheelo?style=social" alt="github stars" />
</p> -->
</section>
</aside>
</div>
<footer>
<p>© Frank Aang • Full-Stack · LLMOps · AI Infra</p>
</footer>
</div>
<button class="theme-toggle" id="themeToggle" title="Toggle theme">🌓</button>
<script>
// simple theme toggle (persists in localStorage)
(function(){
const btn = document.getElementById('themeToggle');
const root = document.documentElement;
const current = localStorage.getItem('theme') || 'dark';
function apply(t){
if(t==='light'){
root.style.setProperty('--bg','#f6f8fb');
root.style.setProperty('--card','#ffffff');
root.style.setProperty('--muted','#42515a');
root.style.setProperty('--accent','#0b74c9');
root.style.setProperty('--glass','rgba(2,6,23,0.03)');
document.body.style.color = '#0b1220';
} else {
root.style.setProperty('--bg','#0f1724');
root.style.setProperty('--card','#0b1220');
root.style.setProperty('--muted','#9aa4b2');
root.style.setProperty('--accent','#0ea5e9');
root.style.setProperty('--glass','rgba(255,255,255,0.03)');
document.body.style.color = '';
}
localStorage.setItem('theme', t);
}
apply(current);
btn.addEventListener('click', ()=>{
apply(localStorage.getItem('theme')==='light' ? 'dark':'light');
});
})();
</script>
</body>
</html>