From 4de6f689c56a86304eb9bc6283f206a169aa3bb9 Mon Sep 17 00:00:00 2001 From: Cx330 <1487537121@qq.com> Date: Wed, 24 Sep 2025 17:35:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81=E7=BB=93?= =?UTF-8?q?=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 122 +++++++++++++++++++++++ me.html => index.html | 137 ++------------------------ Pacifico.ttf => pacifico/Pacifico.ttf | Bin m.png => photo/m.png | Bin zmn.jpg => photo/zmn.jpg | Bin email.svg => svg/email.svg | 0 phone.svg => svg/phone.svg | 0 web.svg => svg/web.svg | 0 8 files changed, 129 insertions(+), 130 deletions(-) create mode 100644 css/style.css rename me.html => index.html (55%) rename Pacifico.ttf => pacifico/Pacifico.ttf (100%) rename m.png => photo/m.png (100%) rename zmn.jpg => photo/zmn.jpg (100%) rename email.svg => svg/email.svg (100%) rename phone.svg => svg/phone.svg (100%) rename web.svg => svg/web.svg (100%) diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..1d6948e --- /dev/null +++ b/css/style.css @@ -0,0 +1,122 @@ +@font-face { + font-family: 'Pacifico'; + src: url('../pacifico/Pacifico.ttf') format('truetype'); + } + * { + box-sizing: border-box; + margin: 0; + padding: 0; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + } + body { + display: flex; + width: 210mm; + height: 297mm; + margin: auto; + background-color: #ffffff; + color: #333; + } + li { + line-height: 1.4; + } + p { + line-height: 1.4; + } + .left { + padding: 55px 34px; + } + .right { + padding: 55px 45px; + } + .left { + width: 61.8%; + background-color: #ffffff; + } + .right { + width: 38.2%; + background-color: #f1f3f5; + display: flex; + flex-direction: column; + align-items: center; + } + h1 { + font-size: 32px; + margin-bottom: 10px; + } + h2 { + font-size: 20px; + margin-top: 30px; + margin-bottom: 10px; + color: #1f3a93; + } + + ul { + margin-left: 20px; + list-style-type: disc; + } + .section { + margin-bottom: 20px; + } + .contact-info { + margin-top: 25px; + text-align: center; + } + .contact-info h2 { + color: #000000; + } + .contact-info p { + margin-bottom: 6px; + } + .skills { + margin-top: 25px; + width: 100%; + text-align: center; + } + .skills h3 { + font-size: 18px; + margin-bottom: 10px; + } + .skill-tags { + display: flex; + flex-wrap: wrap; + justify-content: center; + gap: 8px; + } + .skill-tags span { + background-color: #d0d8e0; + color: #1f3a93; + padding: 4px 10px; + border-radius: 12px; + font-size: 14px; + } + .skill-tags + h3 { + margin-top: 25px; + } + .skill-tags.software span { + background-color: #e3f2fd; + color: #0d47a1; + border: 1px solid #90caf9; + } + .qr { + text-align: center; + padding-top: 25px; + } + .qr img { + width: 150px; + height: 150px; + object-fit: contain; + } + .avatar { + width: 180px; + height: 180px; + margin-bottom: 20px; + object-fit: cover; + border-radius: 10px; + } + .logo { + margin-top: 25px; + text-align: center; + font-family: 'Pacifico', cursive; + font-size: 36px; + color: #010101; + } \ No newline at end of file diff --git a/me.html b/index.html similarity index 55% rename from me.html rename to index.html index 8fe08ce..f6b8d99 100644 --- a/me.html +++ b/index.html @@ -4,130 +4,7 @@ 张梦南 - 简历 - +
@@ -138,7 +15,7 @@

专业能力

- 头像 + 头像

联系方式

-

邮箱1487537121@qq.com

-

电话18526485303

-

网站dreamlife.top

+

邮箱1487537121@qq.com

+

电话18526485303

+

网站dreamlife.top

@@ -208,7 +85,7 @@

个人网站

- 网站二维码 + 网站二维码
个人网站主页、工具箱、博客、Gitea代码仓库均可通过扫码或访问上方网站查看
diff --git a/Pacifico.ttf b/pacifico/Pacifico.ttf similarity index 100% rename from Pacifico.ttf rename to pacifico/Pacifico.ttf diff --git a/m.png b/photo/m.png similarity index 100% rename from m.png rename to photo/m.png diff --git a/zmn.jpg b/photo/zmn.jpg similarity index 100% rename from zmn.jpg rename to photo/zmn.jpg diff --git a/email.svg b/svg/email.svg similarity index 100% rename from email.svg rename to svg/email.svg diff --git a/phone.svg b/svg/phone.svg similarity index 100% rename from phone.svg rename to svg/phone.svg diff --git a/web.svg b/svg/web.svg similarity index 100% rename from web.svg rename to svg/web.svg