.profile/README.md
2024-03-24 21:34:30 +08:00

52 lines
2.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<title>GitHub个人介绍</title>
<style>
body { font-family: Arial, sans-serif; }
.center { text-align: center; }
.content { margin: 0 auto; width: 80%; }
</style>
</head>
<body>
<div class="content">
<h1 class="center">欢迎来到我的GitHub主页</h1>
<h2 class="center">关于我</h2>
<p>你好,我是<strong>你的名字</strong>,一名热情的软件工程师,专注于<strong>你的专业领域</strong>。我对技术充满热情,喜欢探索新技术,解决复杂的问题。</p>
<ul>
<li>👨‍💻 目前工作在<strong>公司名称</strong>,负责<strong>具体工作内容</strong></li>
<li>🎓 毕业于<strong>学校名称</strong>,主修<strong>专业名称</strong></li>
<li>📚 业余时间喜欢阅读技术博客,增强自己的技术栈。</li>
<li>🌱 目前正在学习<strong>你目前正在学习的技术</strong></li>
</ul>
<h2 class="center">联系方式</h2>
<ul>
<li>📧 邮箱:<a href="mailto:你的邮箱">你的邮箱</a></li>
<li>📱 手机:<a href="tel:你的手机号">你的手机号</a></li>
<li>💼 LinkedIn<a href="你的LinkedIn链接" target="_blank">你的LinkedIn</a></li>
<li>🐦 Twitter<a href="你的Twitter链接" target="_blank">你的Twitter</a></li>
</ul>
<h2 class="center">项目开发概要</h2>
<h3>项目1项目名称</h3>
<p><strong>项目链接:</strong><a href="GitHub链接" target="_blank">GitHub链接</a></p>
<p><strong>技术栈:</strong>使用的技术栈</p>
<p><strong>简介:</strong>这个项目是关于项目简介。我的主要贡献包括你的贡献。</p>
<h3>项目2项目名称</h3>
<p><strong>项目链接:</strong><a href="GitHub链接" target="_blank">GitHub链接</a></p>
<p><strong>技术栈:</strong>使用的技术栈</p>
<p><strong>简介:</strong>该项目旨在项目目的。我在这个项目中负责你的职责。</p>
<p>欢迎浏览我的GitHub了解更多我参与和开发的项目</p>
</div>
</body>
</html>