diff --git a/package-lock.json b/package-lock.json index 77981be..17251a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,6 +16,7 @@ "@sveltejs/kit": "^2.0.0", "@sveltejs/vite-plugin-svelte": "^3.0.0", "@zerodevx/svelte-img": "^2.1.0", + "sass": "^1.77.4", "svelte": "^4.2.7", "svelte-check": "^3.6.0", "svelte-highlight": "^7.6.0", @@ -1505,6 +1506,12 @@ "node": ">=12.0.0" } }, + "node_modules/immutable": { + "version": "4.3.6", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.6.tgz", + "integrity": "sha512-Ju0+lEMyzMVZarkTn/gqRpdqd5dOPaz1mCZ0SH3JV6iFw81PldE/PEB1hWVEA288HPt4WXW8O7AWxB10M+03QQ==", + "dev": true + }, "node_modules/import-fresh": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", @@ -2150,6 +2157,23 @@ "rimraf": "^2.5.2" } }, + "node_modules/sass": { + "version": "1.77.4", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.77.4.tgz", + "integrity": "sha512-vcF3Ckow6g939GMA4PeU7b2K/9FALXk2KF9J87txdHzXbUF9XRQRwSxcAs/fGaTnJeBFd7UoV22j3lzMLdM0Pw==", + "dev": true, + "dependencies": { + "chokidar": ">=3.0.0 <4.0.0", + "immutable": "^4.0.0", + "source-map-js": ">=0.6.2 <2.0.0" + }, + "bin": { + "sass": "sass.js" + }, + "engines": { + "node": ">=14.0.0" + } + }, "node_modules/semver": { "version": "7.6.2", "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz", diff --git a/package.json b/package.json index bffde61..94affb6 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "@sveltejs/kit": "^2.0.0", "@sveltejs/vite-plugin-svelte": "^3.0.0", "@zerodevx/svelte-img": "^2.1.0", + "sass": "^1.77.4", "svelte": "^4.2.7", "svelte-check": "^3.6.0", "svelte-highlight": "^7.6.0", diff --git a/src/routes/zhen/CVs/Comps/CombinedContacts.svelte b/src/routes/zhen/CVs/Comps/CombinedContacts.svelte new file mode 100644 index 0000000..5c1dba2 --- /dev/null +++ b/src/routes/zhen/CVs/Comps/CombinedContacts.svelte @@ -0,0 +1,7 @@ + + + + \ No newline at end of file diff --git a/src/routes/zhen/CVs/Comps/Contact.svelte b/src/routes/zhen/CVs/Comps/Contact.svelte new file mode 100644 index 0000000..1e9239c --- /dev/null +++ b/src/routes/zhen/CVs/Comps/Contact.svelte @@ -0,0 +1,64 @@ +
+
+ + Contact + +
+
+
+
Email
+
Zhen@deprived.dev
+
+
+
Phone
+
+45 42535723
+
+
+
LinkedIn
+
Zhentao-Wei
+
+
+
+ + \ No newline at end of file diff --git a/src/routes/zhen/CVs/Comps/OtherContact.svelte b/src/routes/zhen/CVs/Comps/OtherContact.svelte new file mode 100644 index 0000000..1aef2ed --- /dev/null +++ b/src/routes/zhen/CVs/Comps/OtherContact.svelte @@ -0,0 +1,60 @@ +
+
+ + Other + +
+
+
+
Itch.io
+
botalex.itch.io
+
+
+
Github
+
@MagicBOTAlex
+
+
+
+ + \ No newline at end of file diff --git a/src/routes/zhen/CVs/epos/+page.svelte b/src/routes/zhen/CVs/epos/+page.svelte index 9b1d510..c3ae672 100644 --- a/src/routes/zhen/CVs/epos/+page.svelte +++ b/src/routes/zhen/CVs/epos/+page.svelte @@ -1,6 +1,7 @@ -
@@ -8,6 +9,7 @@
+
diff --git a/src/routes/zhen/Comps/AboutMe.svelte b/src/routes/zhen/Comps/AboutMe.svelte index 01761a9..28febb2 100644 --- a/src/routes/zhen/Comps/AboutMe.svelte +++ b/src/routes/zhen/Comps/AboutMe.svelte @@ -13,6 +13,6 @@ } .bottom-dotted-line { - border-bottom: 4px dotted rgb(178, 178, 178);; + border-bottom: 4px dotted rgb(178, 178, 178); } \ No newline at end of file