-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
1,333 additions
and
198 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"Intro": "", | ||
"Git": [{ | ||
"sites": "github", | ||
"https": "https://github.com/SeeChen/seechen.github.io.git", | ||
"ssh": "[email protected]:SeeChen/seechen.github.io.git", | ||
"download": "https://github.com/SeeChen/seechen.github.io/archive/refs/heads/main.zip", | ||
"target_repo": "https://github.com/SeeChen/seechen.github.io" | ||
}], | ||
"Features": "", | ||
"Guide": "", | ||
"Documentation": "", | ||
"License": "GNU_GPL-3.0", | ||
"Community": "", | ||
"Faqs": "", | ||
"Update": "", | ||
"Author": [{ | ||
"name": "SEECHEN LEE", | ||
"image": "https://avatars.githubusercontent.com/u/39422761?v=4", | ||
"location": { | ||
"zh": "马来西亚", | ||
"en": "Malaysia" | ||
}, | ||
"school": { | ||
"zh": "北京理工大学", | ||
"en": "Beijing Institute of Technology" | ||
}, | ||
"company": { | ||
"zh": "--", | ||
"en": "--" | ||
}, | ||
"websites": "https://seechen.github.io", | ||
"github": "https://github.com/SeeChen", | ||
"email": "[email protected]" | ||
}] | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
|
||
seechen.github.io | ||
|
||
This website is hosted on Github Pages (github.io) and developed using HTML5 + CSS3 + Native JavaScript. | ||
|
||
It is a Single Page Application (SPA), with all code available in the Github repository. All of the implementation has been independently completed by the author. While no open-source libraries were directly used, certain solutions were adapted from forum discussions and optimized for the website’s specific logic (some optimizations might still require refinement). Additionally, AI tools were occasionally leveraged to assist with code improvements and debugging. | ||
|
||
The repository for this project was initially created on August 25, 2021, and has recently undergone significant updates. | ||
|
||
This website serves as a personal challenge for the author to explore and understand modern JavaScript and CSS features. The current objective is to develop and maintain the entire website solely with native JavaScript and CSS, without relying on any frameworks or external libraries. | ||
|
||
If you have any suggestions or ideas for improvement, please feel free to visit my Github repository and submit an Issue. Your feedback and support would be greatly appreciated! | ||
|
||
|
||
Last Modified by SeeChen @ 30-NOV-2024 22:00 UTC +08:00. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
|
||
seechen.github.io | ||
|
||
|
||
本网站托管于 Github Pages (github.io),使用 HTML5 + CSS3 + 原生 JavaScript 进行开发。 | ||
|
||
该网页是一个 单页应用(SPA),所有代码均存储在 Github 仓库中,主要由网站作者独立编写完成。网站开发过程中未直接使用任何开源代码,但部分功能通过查阅论坛解决方案实现,并结合实际需求对代码进行了适配和(负)优化 🌚。此外,作者在某些环节中借助 AI 工具辅助代码优化和调试。 | ||
|
||
本项目仓库创建于 2021年8月25日,近期进行了大量更新。 | ||
|
||
网站的初衷是为了让作者深入理解 JavaScript 和 CSS 的新特性,通过构建整个网页实现逻辑的过程不断挑战自我。因此,当前的目标是完全使用原生 JavaScript 和 CSS 开发整个网站,避免依赖任何框架或库。 | ||
|
||
如果您对本网站有任何建议,或者有优化网站的改进方案,欢迎访问我的 Github 仓库并提交 Issue,我将非常感激您的支持与反馈! | ||
|
||
|
||
|
||
最后编辑: SeeChen @ 2024 年 11 月 30 日, 22:00 UTC +0800. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,6 +67,8 @@ window.webpages = { | |
|
||
window.myData = { | ||
|
||
path: [], | ||
|
||
travel: { | ||
TravelList: {}, | ||
LabelsMap: {}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.