diff --git a/.gitignore b/.gitignore index afe2aad..e1fd6c5 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,7 @@ yarn-error.log* # local env files .env*.local +Profile-2.pdf # vercel .vercel @@ -32,4 +33,4 @@ yarn-error.log* # typescript *.tsbuildinfo -.gitattributes \ No newline at end of file +.gitattributes diff --git a/config.json b/config.json index 7ee1570..d7f12cb 100644 --- a/config.json +++ b/config.json @@ -5,13 +5,13 @@ "ascii": "kain", "social": { "github": "guilo360", - "linkedin": "kain-meyer-scott-6a59b5326/" + "linkedin": "kain-meyer-scott-6a59b5326" }, "email": "kain.meyer-scott01@student.weltec.ac.nz", "ps1_hostname": "kains_site", "ps1_username": "guest", "repo": "https://github.com/guilo360/personal-site", - "resume_url": "https://upload.wikimedia.org/wikipedia/commons/c/cc/Resume.pdf", + "resume_url": "https://drive.google.com/file/d/1OwJ8mVoLkmgMXWaUAyVM-sAmVcP-m3Cm/view?usp=sharing", "colors": { "light": { "background": "#FBF1C9", diff --git a/docs/config.json.md b/docs/config.json.md new file mode 100644 index 0000000..4ae55dd --- /dev/null +++ b/docs/config.json.md @@ -0,0 +1,4 @@ +# Config.json.md + +## Notes +config.json is where most changes takes place diff --git a/src/utils/bin/commands.ts b/src/utils/bin/commands.ts index cf028d2..67dcf36 100644 --- a/src/utils/bin/commands.ts +++ b/src/utils/bin/commands.ts @@ -38,9 +38,9 @@ More about me: 'readme' - my github readme.`; }; -export const resume = async (args: string[]): Promise => { +export const cv = async (args: string[]): Promise => { window.open(`${config.resume_url}`); - return 'Opening resume...'; + return 'Opening CV...'; }; // Donate diff --git a/src/utils/bin/index.ts b/src/utils/bin/index.ts index 0d55ba1..5a3795b 100644 --- a/src/utils/bin/index.ts +++ b/src/utils/bin/index.ts @@ -1,3 +1,3 @@ export * from './commands'; export * from './api_commands'; -export { default as sumfetch } from './sumfetch'; +export { default as hello } from './sumfetch'; diff --git a/src/utils/bin/sumfetch.ts b/src/utils/bin/sumfetch.ts index d98acd1..3b254c3 100644 --- a/src/utils/bin/sumfetch.ts +++ b/src/utils/bin/sumfetch.ts @@ -1,46 +1,25 @@ import config from '../../../config.json'; -const sumfetch = async (args: string[]): Promise => { - if (config.ascii === 'cveinnt') { - return ` - @@@@@@@@@@@@@  sumfetch: summary display - @@@@ @@@@ ----------- - @@ @@  ABOUT - @@ @@  ${config.name} - @@ @@ ﰩ ${config.ps1_hostname} - @@ @@@ @@  resume -@@ @@@ @@ 爵 Github repo -@@ @@ ----------- -@@ .@@@@@@@@@@. @@  CONTACT - @@ @@ @@ @@  ${config.email} - @@ @@ @@ @@  github.com/${config.social.github} - @@ @@@@@@ @@  linkedin.com/in/${config.social.linkedin} - @@@ @@@ ----------- - @@@ @@@ @@ - @| @@@@@@@@@@@@@@@@ @@ - @| @@ +const hello = async (args: string[]): Promise => { + return ` -`; - } else { - return ` - ▄▓▓▓▓▓▓▓▓▓▓▓▓▓▓▄   sumfetch - ▄▓▓▀ ▄▓▓▀▓▓▓▀▓▓▄ ▀▀▓▓▄  ----------- - ▓▓▀ ▄▓▀  ▐▓▓ ▀▓▓  ▓▓▄   ABOUT - ▄▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓   ${config.name} - ▓▓ ▓▓▓  ▐▓▓  ▐▓▓  ▓▓   resume -▐▓▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▓ 爵 Github repo -▐▓  ▐▓ ----------- -▐▓  > L I V E T E R M ▐▓  CONTACT -▐▓  ▐▓  ${config.email} -▐▓▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▓  github.com/${config.social.github} - ▓▓ ▐▓▓  ▓▓  ▐▓▓  ▓▓   linkedin.com/in/${config.social.linkedin} - ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓  ----------- - ▓▓▓  ▐▓▓  ▓▓  ▓▓▓ ▓▓▀   DONATE - ▀▓▓▄▄ ▀▓▓▄▓▓▄▓▓▓▄▄▓▓▀  - ▀▓▓▓▓▓▓▓▓▓▓▓▀▀  + + # # ######## ###### + ########## # + # # # ########## + # ## # + # ## # # + # ## # # + # # # ## + + Kain Meyer-Scott + +  resume +  ${config.email} +  github.com/${config.social.github} +  linkedin.com/in/${config.social.linkedin}