https://github.com/asoutherncat/responsive-portfolio-website
https://github.com/asoutherncat/responsive-portfolio-website
html-css-javascript
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/asoutherncat/responsive-portfolio-website
- Owner: ASouthernCat
- License: agpl-3.0
- Created: 2023-02-19T14:43:23.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-14T17:21:29.000Z (over 1 year ago)
- Last Synced: 2025-01-16T10:37:16.612Z (10 months ago)
- Topics: html-css-javascript
- Language: HTML
- Homepage: https://asoutherncat.github.io/responsive-portfolio-website/
- Size: 989 KB
- Stars: 75
- Watchers: 1
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# responsive-portfolio-website
#### 介绍
- 响应式个人简介网页 :sparkles:
   
#### 运行
```
- 【联网!联网!联网!】(网页图标使用的资源库: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默认的文本内容,请自行移除中英文切换。
```