An open API service indexing awesome lists of open source software.

https://github.com/asoutherncat/responsive-portfolio-website


https://github.com/asoutherncat/responsive-portfolio-website

html-css-javascript

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

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默认的文本内容,请自行移除中英文切换。
```