1
+ <!DOCTYPE html>
2
+ < html lang ="zh-CN ">
3
+
4
+ < head >
5
+ < meta charset ="UTF-8 ">
6
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0, viewport-fit=cover ">
7
+ < meta name ="description " content ="fwqaaq 的介绍,在这里认识我 ">
8
+ < meta name ="keywords " content ="HTML, CSS, JavaScript, TypeScript, Vue, Git... ">
9
+ < meta name ="theme-color " content ="rgb(26, 26, 26) ">
10
+ < title > fwqaaq Blog </ title >
11
+ < link rel ="shortcut icon " href ="/public/favicon.ico " type ="image/x-icon ">
12
+ < link rel ="stylesheet " href ="/public/css/base.976792.css ">
13
+ < link rel ="stylesheet " href ="/public/css/index.976792.css ">
14
+ < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css " />
15
+ < script src ="/public/JavaScript/index.976792.js "> </ script >
16
+ </ head >
17
+
18
+ < body >
19
+ < header class ="blog-header ">
20
+ < i id ="switch-icon " class ="fa-solid fa-bars "> </ i >
21
+ < a href ="https://github.com/fwqaaq " target ="_blank ">
22
+ < img src ="https://avatars.githubusercontent.com/u/82551626?v=4 " loading ="lazy " alt ="me " srcset ="">
23
+ </ a >
24
+ < nav class ="header-nav ">
25
+ < a class ="decoration-line " href ="/ "> < i class ="fa-solid fa-house-chimney fa-xs "> </ i >
26
+ < span class ="disappear "> 首页</ span >
27
+ </ a >
28
+ < a class ="decoration-line " href ="/./about/index.html "> < i class ="fa-solid fa-address-card fa-xs "> </ i >
29
+ < span class ="disappear "> 关于</ span > </ a >
30
+ < a class ="decoration-line " href ="/./archive/index.html "> < i class ="fa-solid fa-box-archive fa-xs "> </ i > < span
31
+ class ="disappear "> 归档</ span > </ a >
32
+ < a class ="decoration-line " href ="/./tags/index.html "> < i class ="fa-solid fa-tag fa-xs "> </ i > < span
33
+ class ="disappear "> 标签</ span > </ a >
34
+ < div class ="toy "> < i class ="fa-solid fa-gamepad fa-xs "> </ i > < span class ="disappear "> 玩具</ span >
35
+ < nav class ="toy-nav disappear ">
36
+ < a class ="decoration-line " href ="/public/resume/ "> 我的简历</ a >
37
+ < a class ="decoration-line " href ="/public/write-css/index.html "> 学习 UI</ a >
38
+ </ nav >
39
+ </ div >
40
+ < a class ="decoration-line " href ="/feed.xml "> < i class ="fa-solid fa-rss fa-xs "> </ i > < span
41
+ class ="disappear "> 订阅</ span > </ a >
42
+ < a class ="decoration-line model " href ="# " class ="model "> < i class ="fa-solid fa-sun fa-xs "> </ i > </ a >
43
+ </ nav >
44
+ </ header >
45
+ < main class ="about-main ">
46
+ < div class ="about-container ">
47
+ < h2 > 关于我</ h2 >
48
+
49
+ < div class ="about-row ">
50
+ < section class ="box about-card-8 about-section-color-two ">
51
+ < h3 > Welcome</ h3 >
52
+ < h2 > 欢迎来到 fwqaaq 的博客</ h2 >
53
+ < h3 > 感谢你的参观</ h3 >
54
+ </ section >
55
+ < section class ="box about-card-4 about-section-color-one ">
56
+ < h3 > 人生格言</ h3 >
57
+ < h2 > 像我这样的下水道的老鼠一辈子都见不到光</ h2 >
58
+ < h3 > --from fwqaaq</ h3 >
59
+ </ section >
60
+ </ div >
61
+ < div class ="about-row ">
62
+ < section class ="box about-card-4 about-section-color-five ">
63
+ < h3 > 简历</ h3 >
64
+ < h2 > < a href ="https://www.fwqaaq.com/public/resume/ "> 一份在 23 年还能说得过去的简历</ a > </ h2 >
65
+ < h3 > 作者已于 24 年留美停更</ h3 >
66
+ </ section >
67
+ < section class ="box about-card-8 about-section-color-six ">
68
+ < h3 > 技术栈</ h3 >
69
+ < h2 >
70
+ < img src ="https://img.shields.io/badge/-HTML5-%23E34C26?style=flat&logo=html5&logoColor=ffffff "
71
+ alt ="HTML5 ">
72
+ < img src ="https://img.shields.io/badge/-CSS3-%23197CBE?style=flat&logo=css3 " alt ="CSS3 ">
73
+ < img
74
+ src ="https://img.shields.io/badge/-JavaScript-%23F7DF1C?style=flat&logo=javascript&logoColor=000000&labelColor=%23ECD83E&color=%23ECD83E "
75
+ alt ="JavaScript ">
76
+ < img
77
+ src ="https://img.shields.io/badge/-TypeScript-%230077AA?style=flat&logo=typescript&logoColor=000000 "
78
+ alt ="TypeScript ">
79
+ < img src ="https://img.shields.io/badge/-CLang-%2320232A?style=flat&logo=C&logoColor=0f4fff "
80
+ alt ="CLang ">
81
+ < img src ="https://img.shields.io/badge/-Sass-%23CB6498?style=flat&logo=sass&logoColor=ffffff "
82
+ alt ="Sass ">
83
+ < img src ="https://img.shields.io/badge/-Node.js-%23579050?style=flat&logo=node.js&logoColor=ffffff "
84
+ alt ="Node ">
85
+ < img src ="https://img.shields.io/badge/-Deno-%23FFFFFF?style=flat&logo=deno&logoColor=000000 "
86
+ alt ="Deno ">
87
+ < img src ="https://img.shields.io/badge/-Rust-%23DEA584?style=flat&logo=rust&logoColor=000000 "
88
+ alt ="Rust ">
89
+ < img src ="https://img.shields.io/badge/-Shell-%2389E051?style=flat&logo=powershell&logoColor=ffffff "
90
+ alt ="Shell ">
91
+ < img
92
+ src ="https://img.shields.io/badge/-WebAssembly-654FF0?style=flat&logo=webassembly&logoColor=ffffff "
93
+ alt ="WebAssembly ">
94
+ < img src ="https://img.shields.io/badge/-Git-%23ED5A47?style=flat&logo=git&logoColor=%23ffffff "
95
+ alt ="Git ">
96
+ < img src ="https://img.shields.io/badge/-VSCode-%230066B8?style=flat&logo=visual-studio-code "
97
+ alt ="VS Code ">
98
+ </ h2 >
99
+ < h3 > 最爱 Rust,最擅长 JavaScript</ h3 >
100
+ </ section >
101
+ </ div >
102
+ < div class ="about-row ">
103
+ < section class ="box about-card-3 about-section-color-three ">
104
+ < h3 > Telegram</ h3 >
105
+ < h2 > < a class ="icon " href ="https://t.me/fwqaaq ">
106
+ < img src ="https://telegram.org/img/website_icon.svg?4 " width ="64px " alt ="Telegram ">
107
+ </ a > </ h2 >
108
+ < h3 > Contact me</ h3 >
109
+ </ section >
110
+ < section class ="box about-card-3 about-section-color-four ">
111
+ < h3 > GitHub</ h3 >
112
+ < h2 > < a class ="icon " href ="https://github.com/fwqaaq ">
113
+ < img src ="https://github.githubassets.com/assets/GitHub-Mark-ea2971cee799.png " width ="64px "
114
+ alt ="Telegram ">
115
+ </ a > </ h2 >
116
+ < h3 > Follow me</ h3 >
117
+ </ section >
118
+ < section class ="box about-card-3 about-section-color-six ">
119
+ < h3 > Mail</ h3 >
120
+ < h2 >
121
+ < a class ="
icon "
href ="
mailto:[email protected] "
>
122
+ < img src ="https://ssl.gstatic.com/ui/v1/icons/mail/rfr/gmail.ico " width ="64px " alt ="Gmail ">
123
+ </ a >
124
+ </ h2 >
125
+ < h3 > Contact me</ h3 >
126
+ </ section >
127
+ < section class ="box about-card-3 about-section-color-two ">
128
+ < h3 > Website</ h3 >
129
+ < h2 > < a class ="icon " href ="https://www.fwqaaq.com ">
130
+ < img src ="https://www.fwqaaq.com/public/favicon.ico " width ="64px " alt ="Blog " />
131
+ </ a > </ h2 >
132
+ < h3 > Feel me</ h3 >
133
+ </ section >
134
+ </ div >
135
+ </ div >
136
+ </ main >
137
+ < footer class ="blog-footer ">
138
+ < div class ="footer-container ">
139
+ < p class ="text-center "> < a class ="decoration-line "
140
+ href ="https://creativecommons.org/licenses/by-sa/3.0/deed.zh-hans "> © CC BY-SA</ a > 2021 -
141
+ 2024 < a class ="decoration-line " href ="https://github.com/fwqaaq "> fwqaaq</ a > .
142
+ Powered by < a class ="decoration-line " href ="https://deno.com "> Deno</ a >
143
+ </ p >
144
+ </ div >
145
+ < div class ="footer-icons-container ">
146
+ < a class ="icon " href ="https://github.com/fwqaaq ">
147
+ < img src ="https://github.githubassets.com/assets/GitHub-Mark-ea2971cee799.png " width ="32px " alt ="GitHub ">
148
+ </ a >
149
+ < a class ="icon " href ="mailto:fwqaaq@gmail ">
150
+ < img src ="https://ssl.gstatic.com/ui/v1/icons/mail/rfr/gmail.ico " width ="32px " alt ="Gmail ">
151
+ </ a >
152
+ < a class ="icon " href ="https://www.fwqaaq.com ">
153
+ < img src ="https://www.fwqaaq.com/public/favicon.ico " width ="32px " alt ="Blog " />
154
+ </ a >
155
+ < a class ="icon " href ="https://t.me/fwqaaq ">
156
+ < img src ="https://telegram.org/img/website_icon.svg?4 " width ="32px " alt ="Telegram ">
157
+ </ a >
158
+ </ div >
159
+ </ footer >
160
+ </ body >
161
+
162
+ </ html >
0 commit comments