A personal website focused on power hardware engineering, AI-native building, and cross-disciplinary exploration.
一个聚焦功率硬件工程、AI 原生开发与跨界探索的个人网站项目。
This is my personal website project.
这是我的个人网站项目。
It presents my background as a Power Hardware Engineer, my work in portable power systems, and my ongoing exploration in AI, RAG, Agentic Workflows, MCP, and AI + Hardware.
这个网站主要展示我的职业背景、便携式储能方向的工作内容,以及我在 AI、RAG、Agentic Workflows、MCP 和 AI + Hardware 方向上的持续探索。
The site is built as a simple static website, making it easy to edit, preview, and deploy.
网站采用静态网页的方式构建,便于编辑、预览和部署。
- HTML
- CSS
- JavaScript
-
index.html: page structure and content
index.html:页面结构与主要内容 -
styles.css: visual style, layout, spacing, colors, and responsive design
styles.css:页面样式、布局、间距、颜色与响应式设计 -
script.js: scroll reveal animation
script.js:滚动显现动画逻辑 -
identity.jpg: profile image used in the hero section
identity.jpg:首页首屏使用的个人图片
You can open the project locally in either of these ways:
你可以通过以下两种方式在本地预览项目:
-
Open
index.htmldirectly in a browser
直接用浏览器打开index.html -
Run a local server in the project folder
在项目目录中启动本地服务器
Example / 示例:
cd /Users/ivygrow/Desktop/person
python3 -m http.server 4173Then open / 然后访问:
http://127.0.0.1:4173
This project can be deployed easily on platforms such as:
这个项目可以很方便地部署到以下平台:
- Netlify
- GitHub Pages
- Vercel
For Netlify, you can either:
如果使用 Netlify,你可以选择以下方式部署:
-
Drag and drop the whole project folder into Netlify
直接把整个项目文件夹拖拽到 Netlify -
Connect this GitHub repository and deploy automatically
连接当前 GitHub 仓库并自动部署
-
Power Hardware Engineer
功率硬件工程师 -
Working in portable power systems
当前从事便携式储能相关工作 -
Focused on power electronics, thermal management, bidirectional inverter development, and embedded hardware-software collaboration
聚焦功率电子、热管理设计、双向逆变器开发以及嵌入式软硬件协同 -
Interested in RAG, Agentic Workflows, MCP, and embodied intelligence
持续关注 RAG、Agentic Workflows、MCP 以及具身智能 -
Also building independently with tools like Cursor, Windsurf, Replit, and Claude Code
也在使用 Cursor、Windsurf、Replit、Claude Code 等工具进行独立开发实践
This website is continuously evolving and will be updated with more projects, links, and personal content over time.
这个网站会持续更新,后续会逐步补充更多项目、链接和个人内容。