-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: 优化个人博客页面设计和内容- 更新封面页面布局和样式,添加个人介绍和社交媒体链接
- 调整导航栏和侧边栏内容,提高用户体验 - 优化README文档,增加关于作者的详细信息 - 更新项目地址,提高项目可访问性
- Loading branch information
bkhech
committed
Oct 18, 2024
1 parent
1d17dea
commit e184b98
Showing
7 changed files
with
36 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
# 网站介绍 | ||
|
||
## 关于作者 | ||
--- | ||
|
||
## 关于我 | ||
|
||
➢ 熟悉微服务架构设计,曾负责注册用户8千万,日活约200万的平台架构设计与研发工作 <br/> | ||
➢ 七年互联网项目研发经验,做过游戏、电商、金融平台项目<br/> | ||
➢ 有三年技术团队经验(5)人,有能力让技术方案落地<br/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,32 @@ | ||
<!-- _coverpage.md --> | ||
<html> | ||
<img src="./static/image/logo.png" width="200px" height="200px"> | ||
<div style="display: flex; align-content:center; justify-content: center;"> | ||
<html lang="en"> | ||
|
||
<style> | ||
.content-item { | ||
text-align: center; /* 文字靠左对齐 */ | ||
} | ||
|
||
.content-item > div { | ||
font-weight: bold; | ||
font-size: 20px; | ||
margin-bottom: 5px; | ||
} | ||
</style> | ||
<img src="./static/image/logo.png" width="120px" height="120px" title="哈喽 我是猛哥"> | ||
|
||
<div style="margin-top: 30px;"></div> | ||
<div style="display: flex; align-content:center; justify-content: center;"> | ||
<div style="text-align: center;"> | ||
<div style="font-weight: bold; font-size: 20px; margin-bottom: 5px;">一个无聊的人做点有意思的事情</div> | ||
|
||
[<img src="./static/image/gitee.png" width="20px" height="20px" title="Gitee">](https://gitee.com/bkhech) | ||
[<img src="./static/image/github.png" width="20px" height="20px" title="Github">](https://github.com/guowenmeng) | ||
</div> | ||
</div> | ||
|
||
<div style="margin-top: 30px;"></div> | ||
</html> | ||
|
||
> | ||
> | ||
> Keep inner peace <br/> | ||
> | ||
> Keep learning | ||
Keep learning & Keep inner peace | ||
|
||
[继续了解 ▶▶](/README.md) | ||
[继续 ▶▶](/README.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<!-- _navbar.md --> | ||
|
||
* [文档导航](/README.md) | ||
* [项目1](/project1/home.md) | ||
* [项目](/project1/home.md) | ||
* [常见问题](/questions/Github-Pages自定义域名.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<!-- _sidebar.md --> | ||
|
||
* **简介** | ||
* [项目简介](/test-project/home.md) | ||
* [更新日志](/test-project/changlog.md) | ||
* [项目简介](/project1/home.md) | ||
* [更新日志](/project1/changlog.md) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.