-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathminepage.html
43 lines (43 loc) · 2.11 KB
/
minepage.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>minepage</title>
<style>
body {
background-color: #8A8A8A;
}
a {
color: blue;
text-decoration: none;
}
a:hover {
color: cornflowerblue;
text-decoration: none;
}
b {
position: relative;
font-family: 'Microsoft YaHei';
color: #000000;
font-size: medium;
}
</style>
</head>
<body>
<div style="position: absolute;top:100px;left:150px;width:1200px">
<p><b>2021年6月毕业于北京邮电大学智能科学技术专业;同年7月入职小米,于手机部就任软件开发工程师,主要处理未上市旗舰机的AEC相关问题,同时开发一些飞书机器人用于协助部门技术质量管理。</b></p>
<p><b>常用C、C++和Python,使用相对较熟练;Java仅限于入职时用AndroidStudio写过一个相机Apk。</b></p>
<p><b>Rust语言仍在学习阶段,写过一个简单的http服务器,工作后学习进度停滞不前……</b></p>
<p><b>爱好动画、漫画、游戏。业余时间主要在打游戏、看动画、看书。看的书类型比较杂,小说、漫画、技术书、资本论毛选这些都有在看。有突发奇想的时候也会搞一些编程小玩意。</b></p>
<p><b> --- </b></p>
<p><b>“ 調和 変革 ”</b></p>
</div>
<div style="position: absolute;bottom:100px;left:150px;width:1200px">
<p><b style="top: 0px;">相关链接: </b></p>
<a href="https://steamcommunity.com/id/suzumiyakonata/" target="_blank"><b style="top: 10px;left: 0px;">Steam</b></a>
<a href="https://space.bilibili.com/38431338" target="_blank"><b style="top:10px;left:20px;">BiliBili</b></a>
<a href="https://github.com/CoderCIRNO" target="_blank"><b style="top:10px;left:40px;">Github</b></a>
<a href="https://leetcode-cn.com/u/suzumiyakonata/" target="_blank"><b style="top:10px;left:60px;">LeetCode</b></a>
</div>
</body>
</html>