-
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
8 changed files
with
126 additions
and
18 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 |
---|---|---|
|
@@ -52,7 +52,7 @@ | |
position: relative; | ||
margin: auto; | ||
|
||
z-index: 999; | ||
z-index: 888; | ||
|
||
transition: opacity 2s; | ||
} | ||
|
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 |
---|---|---|
@@ -1,3 +1,17 @@ | ||
{ | ||
"target-page": "https://angustan.com/" | ||
"profile-pictures": "https://avatars.githubusercontent.com/u/59675739?v=4", | ||
"websites": "https://angustan.com/", | ||
"github": "https://github.com/tanvihang", | ||
"gitlab": "none", | ||
"gitee": "none", | ||
"email": "[email protected]", | ||
"help_list": { | ||
"layout-bugs-fix": true, | ||
"responsive-design": true, | ||
"animation-enhancements": true, | ||
"crossBrowser-compatibility": true, | ||
"crossDevice-compatibility": true, | ||
"styling-best-practices": true, | ||
"new-features-of-css":true | ||
} | ||
} |
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 |
---|---|---|
|
@@ -92,7 +92,9 @@ window.myData = { | |
|
||
about: { | ||
OldLayout: {}, | ||
vDomLayout: {} | ||
vDomLayout: {}, | ||
|
||
contentExpand: {} | ||
} | ||
} | ||
|
||
|
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 |
---|---|---|
@@ -1,6 +1,20 @@ | ||
{ | ||
"tag": "div", | ||
"props": {}, | ||
"props": { | ||
"id": "content_acknowledgments" | ||
}, | ||
"lang": "", | ||
"children": [] | ||
"children": [{ | ||
"tag": "img", | ||
"props": { | ||
"src": "/favicon.svg" | ||
}, | ||
"lang": "", | ||
"children": [] | ||
}, { | ||
"tag": "p", | ||
"props": {}, | ||
"lang": "about", | ||
"children": [] | ||
}] | ||
} |
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 |
---|---|---|
|
@@ -167,50 +167,50 @@ seechen.github.io | |
||||| | ||
|:---:|:---:|:---:|:---:| | ||
|Angus Tan|[Websites](https://angustan.com/)|[GitHub](https://github.com/tanvihang)|[Email]([email protected])| | ||
|Angus Tan|[Websites](https://angustan.com/)|[GitHub](https://github.com/tanvihang)|[Email](mailto:[email protected])| | ||
|
||
#### 6.2.2 Responsive Design | ||
> Suggestions on creating responsive designs to ensure optimal performance across different devices. | ||
||||| | ||
|:---:|:---:|:---:|:---:| | ||
|Angus Tan|[Websites](https://angustan.com/)|[GitHub](https://github.com/tanvihang)|[Email]([email protected])| | ||
|Eugene Yip|[Websites](https://spevoljy.site/)|[GitHub](https://github.com/EugeneSpevoljy)|[Email]([email protected])| | ||
|Angus Tan|[Websites](https://angustan.com/)|[GitHub](https://github.com/tanvihang)|[Email](mailto:[email protected])| | ||
|Eugene Yip|[Websites](https://spevoljy.site/)|[GitHub](https://github.com/EugeneSpevoljy)|[Email](mailto:[email protected])| | ||
|
||
#### 6.2.3 Animation Enhancements | ||
> Enhancements to CSS animations, including optimizations for keyframe animations and transitions. | ||
||||| | ||
|:---:|:---:|:---:|:---:| | ||
|Angus Tan|[Websites](https://angustan.com/)|[GitHub](https://github.com/tanvihang)|[Email]([email protected])| | ||
|Angus Tan|[Websites](https://angustan.com/)|[GitHub](https://github.com/tanvihang)|[Email](mailto:[email protected])| | ||
|
||
#### 6.2.4 Cross-Browser Compatibility | ||
> Suggestions for addressing cross-browser compatibility issues to ensure consistent display across different browsers. | ||
||||| | ||
|:---:|:---:|:---:|:---:| | ||
|Angus Tan|[Websites](https://angustan.com/)|[GitHub](https://github.com/tanvihang)|[Email]([email protected])| | ||
|Angus Tan|[Websites](https://angustan.com/)|[GitHub](https://github.com/tanvihang)|[Email](mailto:[email protected])| | ||
|
||
#### 6.2.5 Cross-Device Compatibility | ||
> Suggestions on designing layouts for cross-device compatibility, ensuring a good user experience on phones, tablets, and desktops. | ||
||||| | ||
|:---:|:---:|:---:|:---:| | ||
|Angus Tan|[Websites](https://angustan.com/)|[GitHub](https://github.com/tanvihang)|[Email]([email protected])| | ||
|Angus Tan|[Websites](https://angustan.com/)|[GitHub](https://github.com/tanvihang)|[Email](mailto:[email protected])| | ||
|
||
#### 6.2.6 Styling Best Practices | ||
> Shared best practices for writing CSS, including naming conventions, performance optimization, and maintainability improvements. | ||
||||| | ||
|:---:|:---:|:---:|:---:| | ||
|Angus Tan|[Websites](https://angustan.com/)|[GitHub](https://github.com/tanvihang)|[Email]([email protected])| | ||
|Angus Tan|[Websites](https://angustan.com/)|[GitHub](https://github.com/tanvihang)|[Email](mailto:[email protected])| | ||
|
||
#### 6.2.7 New Features of CSS | ||
> Introduced the application of new CSS features, | ||
||||| | ||
|:---:|:---:|:---:|:---:| | ||
|Angus Tan|[Websites](https://angustan.com/)|[GitHub](https://github.com/tanvihang)|[Email]([email protected])| | ||
|Angus Tan|[Websites](https://angustan.com/)|[GitHub](https://github.com/tanvihang)|[Email](mailto:[email protected])| | ||
|
||
|
||
### 6.3 JavaScript | ||
|
@@ -223,5 +223,5 @@ seechen.github.io | |
--- | ||
<div align="right"> | ||
|
||
###### *Last Modified by [SeeChen](https://github.com/SeeChen/) @ 03-DEC-2024 21:22 UTC +08:00* | ||
###### *Last Modified by [SeeChen](https://github.com/SeeChen/) @ 11-DEC-2024 07:29 UTC +08:00* | ||
</div> |