Compare commits

..

1 Commits
main ... a

Author SHA1 Message Date
pa9csg6j4 f941833617 Update README.md
1 year ago

@ -1,2 +1,394 @@
# html
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>个人简历</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-image: url('background.jpg'); /* 替换为你的背景图片路径 */
background-size: cover;
background-position: center;
color: #fff;
text-align: center;
}
.container {
margin: 50px auto;
padding: 20px;
max-width: 800px;
background-color: rgba(0, 0, 0, 0.6);
border-radius: 10px;
box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}
h1 {
margin-bottom: 20px;
}
.section {
margin-bottom: 30px;
}
ul {
list-style-type: none;
padding: 0;
}
ul li {
background: rgba(255, 255, 255, 0.1);
margin: 10px 0;
padding: 10px;
border-radius: 5px;
}
.interests {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.interest {
background-color: rgba(255, 255, 255, 0.2);
margin: 10px;
padding: 20px;
border-radius: 10px;
flex: 1 1 200px;
}
</style>
</head>
<body>
<div class="container">
<h1>个人简历</h1>
<div class="section">
<h2>求职信息</h2>
<p><strong>姓名:</strong> 张三</p>
<p><strong>联系方式:</strong> 123-456-7890, email@example.com</p>
<p><strong>求职意向:</strong> 前端开发工程师</p>
<p><strong>期望薪资:</strong> 面议</p>
<p><strong>个人简介:</strong> 拥有扎实的HTML/CSS/JavaScript基础熟悉React框架热爱编程具备良好的团队合作精神和问题解决能力。</p>
</div>
<div class="section">
<h2>教育背景</h2>
<ul>
<li>2018-2022年XX大学计算机科学与技术专业本科</li>
<li>2022-2023年YY大学软件工程研究生</li>
</ul>
</div>
<div class="section">
<h2>工作经验</h2>
<ul>
<li>2021年6月-2021年9月XX公司前端实习生</li>
<li>2022年7月-2023年5月YY公司前端开发工程师</li>
</ul>
</div>
<div class="section interests">
<h2>个人兴趣爱好</h2>
<div class="interest">
<h3>阅读</h3>
<p>喜欢阅读技术书籍和文学作品,特别是科幻小说。</p>
</div>
<div class="interest">
<h3>旅行</h3>
<p>热爱旅行,喜欢探索不同的文化和风景。</p>
</div>
<div class="interest">
<h3>绘画</h3>
<p>业余时间喜欢画画,尤其是风景画。</p>
</div>
</div>
</div>
</body>
</html><!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>个人简历</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-image: url('background.jpg'); /* 替换为你的背景图片路径 */
background-size: cover;
background-position: center;
color: #fff;
text-align: center;
}
.container {
margin: 50px auto;
padding: 20px;
max-width: 800px;
background-color: rgba(0, 0, 0, 0.6);
border-radius: 10px;
box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}
h1 {
margin-bottom: 20px;
}
.section {
margin-bottom: 30px;
}
ul {
list-style-type: none;
padding: 0;
}
ul li {
background: rgba(255, 255, 255, 0.1);
margin: 10px 0;
padding: 10px;
border-radius: 5px;
}
.interests {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.interest {
background-color: rgba(255, 255, 255, 0.2);
margin: 10px;
padding: 20px;
border-radius: 10px;
flex: 1 1 200px;
}
</style>
</head>
<body>
<div class="container">
<h1>个人简历</h1>
<div class="section">
<h2>求职信息</h2>
<p><strong>姓名:</strong> 张三</p>
<p><strong>联系方式:</strong> 123-456-7890, email@example.com</p>
<p><strong>求职意向:</strong> 前端开发工程师</p>
<p><strong>期望薪资:</strong> 面议</p>
<p><strong>个人简介:</strong> 拥有扎实的HTML/CSS/JavaScript基础熟悉React框架热爱编程具备良好的团队合作精神和问题解决能力。</p>
</div>
<div class="section">
<h2>教育背景</h2>
<ul>
<li>2018-2022年XX大学计算机科学与技术专业本科</li>
<li>2022-2023年YY大学软件工程研究生</li>
</ul>
</div>
<div class="section">
<h2>工作经验</h2>
<ul>
<li>2021年6月-2021年9月XX公司前端实习生</li>
<li>2022年7月-2023年5月YY公司前端开发工程师</li>
</ul>
</div>
<div class="section interests">
<h2>个人兴趣爱好</h2>
<div class="interest">
<h3>阅读</h3>
<p>喜欢阅读技术书籍和文学作品,特别是科幻小说。</p>
</div>
<div class="interest">
<h3>旅行</h3>
<p>热爱旅行,喜欢探索不同的文化和风景。</p>
</div>
<div class="interest">
<h3>绘画</h3>
<p>业余时间喜欢画画,尤其是风景画。</p>
</div>
</div>
</div>
</body>
</html>

Loading…
Cancel
Save