# responsive-portfolio-website **Repository Path**: bingoit/responsive-portfolio-website ## Basic Information - **Project Name**: responsive-portfolio-website - **Description**: 响应式个人简介网页 - **Primary Language**: JavaScript - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 14 - **Created**: 2024-12-10 - **Last Updated**: 2024-12-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # responsive-portfolio-website #### 介绍 - 响应式个人简介网页 :sparkles: ![输入图片说明](assets/preview/index.png) ![输入图片说明](assets/preview/about.png) ![输入图片说明](assets/preview/translate.png) ![输入图片说明](assets/preview/responsive-layout.png) #### 运行 ``` - 【联网!联网!联网!】(网页图标使用的资源库:https://iconscout.com/unicons/free-line-icon-fonts) - vscode 安装扩展 live server - 打开 index.html - 右击-选择"open with live server" - vscode 将自动跳转至 http://localhost:5500/index.html ``` #### 注意 ``` - i18n 中英文文本配置在 assets/i18n/ 目录的json文件内. - 修改页面内容请修改配置文件中的文本内容,在index.html中改动无效,会被i18n的文本配置覆盖。 - 若只需要index.html默认的文本内容,请自行移除中英文切换。 ```