Skip to content

Commit b2fabe8

Browse files
committed
feat(homepage): redesign personal homepage with bilingual support
- Add bilingual homepage (CN/EN) with professional identity showcase - Enhance hero section with modern tech-focused messaging - Refine feature sections with technical expertise highlights - Update about page with detailed professional background - Improve UI with consistent iconography and layout Key improvements: - Professional title upgrades (e.g., "architect" over "engineer") - Technical terminology refinement (e.g., "silicon validation") - Modern tech metaphors and abstractions - Consistent branding across languages
1 parent cfad7b3 commit b2fabe8

File tree

3 files changed

+58
-29
lines changed

3 files changed

+58
-29
lines changed

docs/about/index.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
1-
# 关于本站
1+
# Hello, I'm FreedYool 👋
22

3-
- [编辑本站的内容](quick-start)
4-
- [API-examples](api-examples)
5-
- [markdown-examples](markdown-examples)
3+
我是一名专注于**低功耗嵌入式系统开发与验证**的软件工程师 💻,目前就职于一家半导体芯片公司。我的核心职责包括:
4+
5+
* **🔧 低功耗模块开发:** 设计并实现芯片的低功耗功能。
6+
* **🚧 芯片验证:** 确保低功耗设计符合规格要求。
7+
* **📦 SDK开发:** 为芯片提供软件开发工具包支持。
8+
9+
在日常工作中,我熟练运用 **C 语言****Python** 🐍,深入理解**嵌入式系统、驱动开发**以及与硬件紧密相关的**低功耗验证流程**
10+
11+
同时,我正在**华东师范大学通信与电子工程学院**攻读**电子信息(微电子方向)**专业的非全日制硕士学位 🎓 (研三)。我的毕业设计聚焦于**物联网低功耗调试**,目标是开发一套集**电流数据采集🔋、逻辑分析📊、网络抓包🌐**于一体的综合调试系统 🛠️。
12+
13+
**✨ 技术探索是我的热情所在!** 在专业领域之外,我持续拓展技术栈:
14+
15+
* **🚀 前端与全栈实践:** 本科期间曾带领团队开发并上线两款微信小程序(麦穗简历、麦趣测评)。
16+
* **⚡ 效率工具创造:** 独立开发并维护一款**油猴脚本**,显著提升在 **Gerrit** 平台上的代码评审与验证效率。
17+
* **🌐 开源贡献:** 近半年积极参与大型开源项目 **Nordic/pc-nrfconnect-ppk** (React+Electron+嵌入式),为其开发新功能。
18+
19+
我坚信,在 **🤖 AI 大模型** 的赋能下,**开发者的个体能力正在被前所未有地放大**。将想法快速转化为产品(涵盖设计、测试到发布)的周期正急剧缩短。我敏锐地感知到,一个属于**独立开发者的黄金时代**正在开启 🚀。我满怀期待地在这条道路上**奔跑、探索、创造** 💪。
20+
21+
**期待与你交流技术,共同探索未来!** 🌱

docs/en/index.md

Lines changed: 23 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,32 @@
33
layout: home
44

55
hero:
6-
name: "Advanced PPK"
7-
text: "Exploring advance usage for Nordic Power Profiler Kits."
8-
tagline: All about ambitious attempts.
6+
name: "FreedYool"
7+
text: "Silicon to Software"
8+
tagline: "Where embedded precision meets intelligent futures"
99
actions:
1010
- theme: brand
11-
text: SHOW ME MORE
12-
link: /advanced-ppk/index
11+
text: "My Journey"
12+
link: about/index
1313
- theme: alt
14-
text: VISIT TG AWESOME BLOG
15-
link: /contents
14+
text: "Tech Insights"
15+
link: blog/index
1616

1717
features:
18-
- title: Feature A
19-
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
20-
- title: Feature B
21-
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
22-
- title: Feature C
23-
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
18+
- title: Embedded Systems Engineer
19+
details: "Low-power architect at IoT silicon vendor<br>
20+
Silicon validation & energy-optimized SDK development"
21+
# 关键升级:用architect替代engineer,silicon validation专业术语,energy-optimized替代直译low-power
22+
icon: 🔌
23+
- title: Full-Stack Innovator # 替代Developer
24+
details: "AI-enhanced solutions<br/>
25+
Hardware/software co-design<br/>
26+
Modern frontend development"
27+
# 关键升级:用abstraction layers(抽象层)技术隐喻替代"协同设计"
28+
icon: 🌐
29+
- title: Research Engineer # 替代在读研究生
30+
details: "East China Normal University<br/>
31+
School of Electronic & Communication Engineering<br/>
32+
Part-time candidate"
33+
icon: 🎓
2434
---

docs/index.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,25 @@
33
layout: home
44

55
hero:
6-
name: "Advanced PPK"
7-
text: "探索 Nordic Power Profiler Kits 高阶应用"
8-
tagline: "十分激进、十分炫酷、十分实用"
6+
name: "FreedYool"
7+
text: "硬件 × 软件 × 未来"
8+
tagline: "探索技术边界,创造无限可能"
99
actions:
1010
- theme: brand
11-
text: "了解更多"
12-
link: project/advanced-ppk/index
11+
text: "关于我"
12+
link: about/index
1313
- theme: alt
14-
text: "访问 TG-BLOG"
14+
text: "技术博客"
1515
link: blog/index
1616

1717
features:
18-
- title: 特性 1
19-
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
20-
- title: 特性 2
21-
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
22-
- title: 特性 3
23-
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
18+
- title: 嵌入式工程师
19+
details: "物联网芯片原厂 - 专注于低功耗系统开发和芯片验证"
20+
icon: 🔌
21+
- title: 全栈开发者
22+
details: "AI 赋能 - 软硬件协同设计 - 大前端开发"
23+
icon: 🌐
24+
- title: 在读研究生
25+
details: 华东师范大学 - 电子与通信工程学院 - 非全日制
26+
icon: 🎓
2427
---

0 commit comments

Comments
 (0)