diff --git a/public/assets/files/Resume.pdf b/public/assets/files/Resume.pdf index f013aff70..909995763 100644 Binary files a/public/assets/files/Resume.pdf and b/public/assets/files/Resume.pdf differ diff --git a/src/assets/my-workspace-list.json b/src/assets/my-workspace-list.json deleted file mode 100644 index 2f2b78dc9..000000000 --- a/src/assets/my-workspace-list.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "files": [ - { - "name": "GeoPic - iOS", - "path": "https://cse5236-geopic.github.io/GeoPic-iOS/", - "isExternalPath": true - }, - { - "name": "Employee Manager - iOS", - "path": "https://johnchoi96.github.io/EmployeeManager-iOS/", - "isExternalPath": true - }, - { - "name": "Employee Manager 2.1", - "path": "/assets/softwares/EmployeeManager.zip", - "isExternalPath": false - }, - { - "name": "GPA Calculator (command line interface) V3", - "path": "/assets/softwares/GPACalculator.zip", - "isExternalPath": false - }, - { - "name": "Grocery Store Manager", - "path": "/assets/softwares/GroceryStoreManager.zip", - "isExternalPath": false - }, - { - "name": "Windows Folder Locker Source Code (Windows Batch Script)", - "path": "/assets/softwares/Windows_Folder_Locker_Source_Code.txt", - "isExternalPath": false - }, - { - "name": "University work", - "path": "https://www.github.com/choi1655", - "isExternalPath": true - } - ], - "music_works": [ - { - "name": "Three Degrees 2015 EP", - "path": "https://threedegreesband.bandcamp.com/releases", - "isExternalPath": true - }, - { - "name": "2011-2017 Compilation", - "path": "https://youtube.com/playlist?list=PLzSF0uzve8SNz6nASFx1tez8l7wjrpHkI", - "isExternalPath": true - } - ] -} \ No newline at end of file diff --git a/src/pages/myworkspacepage/software/software_metadata.js b/src/pages/myworkspacepage/software/software_metadata.js index 09f2d36d3..495da11dc 100644 --- a/src/pages/myworkspacepage/software/software_metadata.js +++ b/src/pages/myworkspacepage/software/software_metadata.js @@ -1,7 +1,7 @@ export const softwares = [ { name: 'Web Server', - description: 'Personal web server in SpringBoot, deployed on AWS EC2 instance', + description: 'Personal web server in SpringBoot, deployed on AWS', techStacks: [ 'Java', 'SpringBoot', @@ -17,7 +17,7 @@ export const softwares = [ }, { name: 'Web App', - description: 'Personal Web App in React.js', + description: 'Personal Web App in React', techStacks: [ 'JavaScript', 'React.js',