79 lines
3.0 KiB
Markdown
79 lines
3.0 KiB
Markdown
<!-- 动态横幅(可选) -->
|
|
<div align="center">
|
|
<img src="https://github-readme-stats.vercel.app/api?username=你的用户名&show_icons=true&theme=radical" alt="GitHub Stats" />
|
|
<img src="https://github-readme-streak-stats.herokuapp.com/?user=你的用户名&theme=radical" alt="GitHub Streak" />
|
|
</div>
|
|
|
|
<!-- 主标题 -->
|
|
<h1 align="center">Hi 👋, I'm [你的名字]</h1>
|
|
<h3 align="center">[你的头衔/职业] from [地点]</h3>
|
|
|
|
<!-- 简介区 -->
|
|
<p align="center">
|
|
<a href="[你的个人网站]"><img src="https://img.shields.io/badge/Website-个人网站-blue" alt="Website"></a>
|
|
<a href="mailto:你的邮箱"><img src="https://img.shields.io/badge/Email-联系我-red" alt="Email"></a>
|
|
<a href="[你的简历链接]"><img src="https://img.shields.io/badge/Resume-我的简历-green" alt="Resume"></a>
|
|
</p>
|
|
|
|
<!-- 关于我 -->
|
|
## 🔍 About Me
|
|
- 🌱 目前正在学习: **[当前学习的技术]**
|
|
- 👯 希望合作: **[你感兴趣的合作领域]**
|
|
- 💬 可以咨询我: **[你擅长的技术领域]**
|
|
- ⚡ 有趣的事实: **[你的个性特点或趣事]**
|
|
|
|
<!-- 技术栈 -->
|
|
## 🛠 Tech Stack
|
|
<p align="center">
|
|
<!-- 编程语言 -->
|
|
<img src="https://skillicons.dev/icons?i=python,java,js,ts,cpp,go" alt="Languages" />
|
|
<br/>
|
|
<!-- 前端 -->
|
|
<img src="https://skillicons.dev/icons?i=react,vue,nextjs,html,css,tailwind" alt="Frontend" />
|
|
<br/>
|
|
<!-- 后端/数据库 -->
|
|
<img src="https://skillicons.dev/icons?i=nodejs,express,django,spring,mysql,mongodb" alt="Backend" />
|
|
<br/>
|
|
<!-- 工具 -->
|
|
<img src="https://skillicons.dev/icons?i=git,docker,aws,linux,vscode,github" alt="Tools" />
|
|
</p>
|
|
|
|
<!-- 项目展示 -->
|
|
## Featured Projects
|
|
<table>
|
|
<tr>
|
|
<td width="50%">
|
|
<h3>🔧 项目1</h3>
|
|
<p>项目简短描述</p>
|
|
<a href="项目链接"><img src="项目封面图URL" width="100%" alt="Project Screenshot"></a>
|
|
<p>技术栈: <em>技术1, 技术2</em></p>
|
|
</td>
|
|
<td width="50%">
|
|
<h3>🎨 项目2</h3>
|
|
<p>项目简短描述</p>
|
|
<a href="项目链接"><img src="项目封面图URL" width="100%" alt="Project Screenshot"></a>
|
|
<p>技术栈: <em>技术1, 技术2</em></p>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<!-- GitHub数据 -->
|
|
## 📊 GitHub Analytics
|
|
<div align="center">
|
|
<img src="https://github-profile-trophy.vercel.app/?username=你的用户名&theme=onedark&row=2&column=4" alt="GitHub Trophies" />
|
|
<br/>
|
|
<img src="https://activity-graph.herokuapp.com/graph?username=你的用户名&theme=github" alt="GitHub Activity Graph" />
|
|
</div>
|
|
|
|
<!-- 联系我 -->
|
|
## 📫 Connect With Me
|
|
<p align="center">
|
|
<a href="[LinkedIn链接]"><img src="https://skillicons.dev/icons?i=linkedin" width="40" /></a>
|
|
<a href="[Twitter链接]"><img src="https://skillicons.dev/icons?i=twitter" width="40" /></a>
|
|
<a href="[知乎/B站等链接]"><img src="[自定义图标URL]" width="40" /></a>
|
|
</p>
|
|
|
|
<!-- 名言/格言 -->
|
|
<div align="center">
|
|
<img src="https://quotes-github-readme.vercel.app/api?type=horizontal&theme=radical" alt="Random Quote" />
|
|
</div> |