11<!DOCTYPE html>
22< html lang ="zh-CN ">
33
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 ="<!-- base.css --> ">
13- < link rel ="stylesheet " href ="<!-- index.css --> ">
14- < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css " />
15- < script src ="<!-- index.js --> "> </ script >
16- </ head >
4+ <!-- Head -->
175
186< 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 >
7+ <!-- Header -->
458 < main class ="about-main ">
469 < div class ="about-container ">
4710 < h2 > 关于我</ h2 >
@@ -53,9 +16,9 @@ <h2>欢迎来到 fwqaaq 的博客</h2>
5316 < h3 > 感谢你的参观</ h3 >
5417 </ section >
5518 < section class ="box about-card-4 about-section-color-one ">
56- < h3 > 人生格言 </ h3 >
57- < h2 > 像我这样的下水道的老鼠一辈子都见不到光 </ h2 >
58- < h3 > --from fwqaaq </ h3 >
19+ < h3 > 最爱 makima </ h3 >
20+ < h2 > 所以你会选择乡下的老鼠还是城里的老鼠呢 </ h2 >
21+ < h3 > --from Reze </ h3 >
5922 </ section >
6023 </ div >
6124 < div class ="about-row ">
@@ -134,29 +97,7 @@ <h3>Feel me</h3>
13497 </ div >
13598 </ div >
13699 </ 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 >
100+ <!-- Footer -->
160101</ body >
161102
162103</ html >
0 commit comments