This commit is contained in:
张梦南 2025-05-21 21:56:30 +08:00
parent 05544b841d
commit f18997f891
7 changed files with 196 additions and 0 deletions

BIN
Pacifico.ttf Normal file

Binary file not shown.

1
email.svg Normal file
View File

@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8"?><svg width="24" height="24" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M44 24V9H24H4V24V39H24" stroke="#333" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/><path d="M44 34L30 34" stroke="#333" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/><path d="M35 29L30 34L35 39" stroke="#333" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 9L24 24L44 9" stroke="#333" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/></svg>

After

Width:  |  Height:  |  Size: 566 B

BIN
m.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

193
me.html Normal file
View File

@ -0,0 +1,193 @@
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>张梦南 - 简历</title>
<style>
@font-face {
font-family: 'Pacifico';
src: url('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;
}
.left, .right {
padding: 80px 50px;
}
.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;
}
p {
margin-bottom: 10px;
line-height: 1.6;
}
ul {
margin-left: 20px;
list-style-type: disc;
}
.section {
margin-bottom: 20px;
}
.contact-info {
margin-top: 20px;
text-align: center;
}
.contact-info h2 {
color: #000000;
}
.contact-info p {
margin-bottom: 6px;
}
.skills {
margin-top: 30px;
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;
}
.qr {
text-align: center;
padding-top: 30px;
}
.qr img {
width: 150px;
height: 150px;
object-fit: contain;
}
.avatar {
width: 180px;
height: 180px;
margin-bottom: 20px;
object-fit: cover;
border-radius: 10px;
}
.logo {
position: absolute;
bottom: 20mm;
left: 50%;
transform: translateX(-50%);
font-family: 'Pacifico', cursive;
font-size: 40px;
color: #010101;
}
</style>
</head>
<body>
<div class="left">
<h1>张梦南</h1>
<p>浙江科技大学 · 自动化专业 · 22岁</p>
<div class="section">
<h2>专业能力</h2>
<ul>
<li>熟悉自动控制原理掌握基本PID控制能用 MATLAB/Simulink 进行建模分析。</li>
<li>掌握西门子 PLC 控制系统梯形图程序编写。</li>
<li>熟练使用 Keil、Proteus 进行单片机程序设计与仿真。</li>
<li>能使用 C/C++ 及 Python 语言进行程序设计。</li>
<li>实验操作能力强,顺利完成多项课程设计。</li>
</ul>
</div>
<div class="section">
<h2>课外技能</h2>
<ul>
<li>熟练使用 Ubuntu/Debian 系统,拥有多台服务器,能部署 Nginx、Docker、MySQL。</li>
<li>能够使用 HTML、CSS、JavaScript 进行网页界面开发。</li>
<li>自建 Gitea 代码仓库与 WordPress 博客系统。</li>
<li>了解 TCP/UDP 网络传输协议,使用 FRP 搭建内网穿透Headscale 搭建异地组网服务。</li>
<li>使用立创 EDA 进行简单 PCB 设计,具备使用热风枪、电烙铁焊接电子元件能力。</li>
</ul>
</div>
<div class="section">
<h2>志愿经历</h2>
<ul>
<li>热爱志愿服务,累计志愿服务时长 380+ 小时。</li>
<li>杭州亚运会、亚残运会“小青荷”志愿者一枚。</li>
<li>曾担任女排世俱杯市场开发领域负责人。</li>
</ul>
</div>
<div class="section">
<h2>期望工作</h2>
<u1>
<li>希望找到一份短期实习工作8月10日前</li>
<li>期望薪资 3000+ RMB上不封顶 ヾ(^▽^*)ノ。</li>
</u1>
</div>
</div>
<div class="right">
<img src="zmn.jpg" alt="头像" class="avatar">
<div class="contact-info">
<h2>联系方式</h2>
<p><img src="email.svg" alt="邮箱" style="width:16px; vertical-align:middle; margin-right:8px;">1487537121@qq.com</p>
<p><img src="phone.svg" alt="电话" style="width:16px; vertical-align:middle; margin-right:8px;">18526485303</p>
<p><img src="web.svg" alt="网站" style="width:16px; vertical-align:middle; margin-right:8px;">dreamlife.top</p>
</div>
<div class="skills">
<h3>技能分类</h3>
<div class="skill-tags">
<span>控制</span>
<span>嵌入式</span>
<span>编程</span>
<span>运维</span>
<span>网络</span>
</div>
<div class="qr">
<h3>门户网站</h3>
<img src="m.png" alt="网站二维码">
<h4>扫描二维码</h4>
<h4>碰一碰二维码</h4>
</div>
</div>
<div class="logo">DreamLife</div>
</div>
</body>
</html>

1
phone.svg Normal file
View File

@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8"?><svg width="24" height="24" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M41.7796 20.6066C42.0324 18.9108 41.9495 17.1747 41.5309 15.5054C40.978 13.3002 39.8392 11.2118 38.1147 9.4873C36.3902 7.76281 34.3018 6.62409 32.0967 6.07115C30.4274 5.65257 28.6912 5.56967 26.9954 5.82245" stroke="#333" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/><path d="M34.1896 19.8035C34.4604 17.9869 33.8966 16.0699 32.4982 14.6715C31.0997 13.2731 29.1827 12.7092 27.3662 12.98" stroke="#333" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/><path d="M14.3755 8.79423C15.1021 8.79423 15.7715 9.18825 16.1241 9.82349L18.5706 14.2303C18.8909 14.8073 18.9059 15.5052 18.6108 16.0955L16.254 20.8091C16.254 20.8091 16.937 24.3206 19.7954 27.179C22.6538 30.0374 26.1535 30.7086 26.1535 30.7086L30.8664 28.3522C31.4571 28.0568 32.1555 28.0721 32.7327 28.393L37.152 30.85C37.7866 31.2028 38.1802 31.8719 38.1802 32.598L38.1802 37.6715C38.1802 40.2552 35.7803 42.1213 33.3322 41.2952C28.3043 39.5987 20.4996 36.3685 15.5528 31.4216C10.6059 26.4748 7.3757 18.6701 5.67916 13.6422C4.85314 11.1941 6.71923 8.79423 9.30288 8.79423L14.3755 8.79423Z" fill="none" stroke="#333" stroke-width="4" stroke-linejoin="round"/></svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

1
web.svg Normal file
View File

@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8"?><svg width="24" height="24" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="4" y="8" width="40" height="32" rx="3" stroke="#333" stroke-width="4" stroke-linejoin="round"/><path d="M4 11C4 9.34315 5.34315 8 7 8H41C42.6569 8 44 9.34315 44 11V20H4V11Z" fill="none" stroke="#333" stroke-width="4"/><circle r="2" transform="matrix(-1.31134e-07 -1 -1 1.31134e-07 10 14)" fill="#333"/><circle r="2" transform="matrix(-1.31134e-07 -1 -1 1.31134e-07 16 14)" fill="#333"/></svg>

After

Width:  |  Height:  |  Size: 534 B

BIN
zmn.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 452 KiB