Skip to content

Commit

Permalink
Update Materials
Browse files Browse the repository at this point in the history
  • Loading branch information
SeeChen committed Nov 19, 2024
1 parent 8f5ba06 commit 3ed147b
Show file tree
Hide file tree
Showing 19 changed files with 26 additions and 8 deletions.
18 changes: 18 additions & 0 deletions CascadingStyleSheets/world.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
.land {
fill: rgba(255, 255, 255, 0.2);
fill-opacity: 1;
stroke:white;
stroke-opacity: 1;
stroke-width:0.5;
transition: all 0.5s;
}

.visited {
fill: #CCCCCC;
transition: all 0.5s;
}

.visited:hover {
cursor: pointer;
fill: #FFFFFF00;
}
Binary file added File/Icon/ico_camera.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added File/Icon/ico_dy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added File/Icon/ico_facebook.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added File/Icon/ico_github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added File/Icon/ico_gmail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added File/Icon/ico_home.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added File/Icon/ico_instagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added File/Icon/ico_ks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added File/Icon/ico_language.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added File/Icon/ico_projects.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added File/Icon/ico_trip.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added File/Icon/ico_whatsapp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added File/Icon/ico_xhs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion File/Maps/CN_High.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion File/Maps/MY_High.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion File/Maps/SG_High.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion File/Maps/WorldHigh.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions Layout/Webpages/General/Footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"children": [{
"tag": "img",
"props": {
"src": "./MATERIALS/ico_instagram.png",
"src": "/File/Icon/ico_instagram.png",
"alt": ""
},
"lang": "",
Expand All @@ -49,7 +49,7 @@
"children": [{
"tag": "img",
"props": {
"src": "./MATERIALS/ico_facebook.png",
"src": "/File/Icon/ico_facebook.png",
"alt": ""
},
"lang": "",
Expand All @@ -70,7 +70,7 @@
"children": [{
"tag": "img",
"props": {
"src": "./MATERIALS/ico_github.png",
"src": "/File/Icon/ico_github.png",
"alt": ""
},
"lang": "",
Expand All @@ -91,7 +91,7 @@
"children": [{
"tag": "img",
"props": {
"src": "./MATERIALS/ico_gmail.png",
"src": "/File/Icon/ico_gmail.png",
"alt": ""
},
"lang": "",
Expand Down

0 comments on commit 3ed147b

Please sign in to comment.