diff --git a/CascadingStyleSheets/world.css b/CascadingStyleSheets/world.css new file mode 100644 index 0000000..8ffe3fc --- /dev/null +++ b/CascadingStyleSheets/world.css @@ -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; +} \ No newline at end of file diff --git a/File/Icon/ico_camera.png b/File/Icon/ico_camera.png new file mode 100644 index 0000000..184f57b Binary files /dev/null and b/File/Icon/ico_camera.png differ diff --git a/File/Icon/ico_dy.png b/File/Icon/ico_dy.png new file mode 100644 index 0000000..97ae0e1 Binary files /dev/null and b/File/Icon/ico_dy.png differ diff --git a/File/Icon/ico_facebook.png b/File/Icon/ico_facebook.png new file mode 100644 index 0000000..d8054e6 Binary files /dev/null and b/File/Icon/ico_facebook.png differ diff --git a/File/Icon/ico_github.png b/File/Icon/ico_github.png new file mode 100644 index 0000000..95cdc93 Binary files /dev/null and b/File/Icon/ico_github.png differ diff --git a/File/Icon/ico_gmail.png b/File/Icon/ico_gmail.png new file mode 100644 index 0000000..efb8a6f Binary files /dev/null and b/File/Icon/ico_gmail.png differ diff --git a/File/Icon/ico_home.png b/File/Icon/ico_home.png new file mode 100644 index 0000000..87f8a41 Binary files /dev/null and b/File/Icon/ico_home.png differ diff --git a/File/Icon/ico_instagram.png b/File/Icon/ico_instagram.png new file mode 100644 index 0000000..4728ee4 Binary files /dev/null and b/File/Icon/ico_instagram.png differ diff --git a/File/Icon/ico_ks.png b/File/Icon/ico_ks.png new file mode 100644 index 0000000..d5fd233 Binary files /dev/null and b/File/Icon/ico_ks.png differ diff --git a/File/Icon/ico_language.png b/File/Icon/ico_language.png new file mode 100644 index 0000000..33affb3 Binary files /dev/null and b/File/Icon/ico_language.png differ diff --git a/File/Icon/ico_projects.png b/File/Icon/ico_projects.png new file mode 100644 index 0000000..027d6a7 Binary files /dev/null and b/File/Icon/ico_projects.png differ diff --git a/File/Icon/ico_trip.png b/File/Icon/ico_trip.png new file mode 100644 index 0000000..bf37758 Binary files /dev/null and b/File/Icon/ico_trip.png differ diff --git a/File/Icon/ico_whatsapp.png b/File/Icon/ico_whatsapp.png new file mode 100644 index 0000000..33a3d54 Binary files /dev/null and b/File/Icon/ico_whatsapp.png differ diff --git a/File/Icon/ico_xhs.png b/File/Icon/ico_xhs.png new file mode 100644 index 0000000..12e4e55 Binary files /dev/null and b/File/Icon/ico_xhs.png differ diff --git a/File/Maps/CN_High.svg b/File/Maps/CN_High.svg index 28d2a7c..9a74a45 100644 --- a/File/Maps/CN_High.svg +++ b/File/Maps/CN_High.svg @@ -3,7 +3,7 @@ diff --git a/File/Maps/MY_High.svg b/File/Maps/MY_High.svg index b1d29cc..b85557f 100644 --- a/File/Maps/MY_High.svg +++ b/File/Maps/MY_High.svg @@ -3,7 +3,7 @@ diff --git a/File/Maps/SG_High.svg b/File/Maps/SG_High.svg index c4033dd..d56d115 100644 --- a/File/Maps/SG_High.svg +++ b/File/Maps/SG_High.svg @@ -3,7 +3,7 @@ diff --git a/File/Maps/WorldHigh.svg b/File/Maps/WorldHigh.svg index d2b690a..1bea059 100644 --- a/File/Maps/WorldHigh.svg +++ b/File/Maps/WorldHigh.svg @@ -3,7 +3,7 @@ diff --git a/Layout/Webpages/General/Footer.json b/Layout/Webpages/General/Footer.json index 0163cd4..14a6e2f 100644 --- a/Layout/Webpages/General/Footer.json +++ b/Layout/Webpages/General/Footer.json @@ -28,7 +28,7 @@ "children": [{ "tag": "img", "props": { - "src": "./MATERIALS/ico_instagram.png", + "src": "/File/Icon/ico_instagram.png", "alt": "" }, "lang": "", @@ -49,7 +49,7 @@ "children": [{ "tag": "img", "props": { - "src": "./MATERIALS/ico_facebook.png", + "src": "/File/Icon/ico_facebook.png", "alt": "" }, "lang": "", @@ -70,7 +70,7 @@ "children": [{ "tag": "img", "props": { - "src": "./MATERIALS/ico_github.png", + "src": "/File/Icon/ico_github.png", "alt": "" }, "lang": "", @@ -91,7 +91,7 @@ "children": [{ "tag": "img", "props": { - "src": "./MATERIALS/ico_gmail.png", + "src": "/File/Icon/ico_gmail.png", "alt": "" }, "lang": "",