# career-profile **Repository Path**: jun-jing/career-profile ## Basic Information - **Project Name**: career-profile - **Description**: career-profile - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-02 - **Last Updated**: 2026-03-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 张峻菁 - 个人简历网站 这是一个双语简历网站,支持中文和英文切换显示。 ## 目录结构 ``` resume-site/ ├─ index.html # 主入口 ├─ assets/ │ ├─ css/ │ │ └─ style.css │ ├─ js/ │ │ └─ main.js │ └─ img/ └─ README.md ``` ## 使用方法 1. 直接在浏览器中打开 `index.html` 即可预览 2. 点击右上角的 "EN / 中文" 按钮切换中英文 ## 部署到 GitHub Pages 1. 将代码推送到 GitHub 仓库 2. 进入仓库 Settings > Pages 3. Source 选择 "Deploy from a branch" 4. Branch 选择 "main",目录选择 "/ (root)" 5. 保存后等待部署完成 ## 技术栈 - 纯 HTML/CSS/JavaScript - 无需构建工具 - 支持响应式布局