Skip to content

Commit

Permalink
refactor: 优化个人博客页面设计和内容- 更新封面页面布局和样式,添加个人介绍和社交媒体链接
Browse files Browse the repository at this point in the history
- 调整导航栏和侧边栏内容,提高用户体验
- 优化README文档,增加关于作者的详细信息
- 更新项目地址,提高项目可访问性
  • Loading branch information
bkhech committed Oct 18, 2024
1 parent 1d17dea commit e184b98
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 14 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 网站介绍

## 关于作者
---

## 关于我

➢ 熟悉微服务架构设计,曾负责注册用户8千万,日活约200万的平台架构设计与研发工作 <br/>
➢ 七年互联网项目研发经验,做过游戏、电商、金融平台项目<br/>
➢ 有三年技术团队经验(5)人,有能力让技术方案落地<br/>
34 changes: 25 additions & 9 deletions _coverpage.md
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)
2 changes: 1 addition & 1 deletion _navbar.md
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)
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
// 项目名称
// name: 'bkhech-web',
// 仓库地址,点击右上角的Github章鱼猫头像会跳转到此地址
repo: 'https://github.com/guowenmeng/guowenmeng.github.io.git',
// repo: 'https://github.com/guowenmeng/guowenmeng.github.io.git',
// 侧边栏支持,默认加载的是项目根目录下的_sidebar.md文件
loadSidebar: true,
// 导航栏支持,默认加载的是项目根目录下的_navbar.md文件
Expand Down
4 changes: 2 additions & 2 deletions project1/_sidebar.md
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)
Binary file added static/image/gitee.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/image/github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e184b98

Please sign in to comment.