From 2de8f368b51bc2b5c60e49439f6dc9a6531d9eaf Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Fri, 17 Jan 2020 20:58:44 -0600 Subject: [PATCH] remove resume json --- static/resume.json | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 static/resume.json diff --git a/static/resume.json b/static/resume.json deleted file mode 100644 index 7bf9d29..0000000 --- a/static/resume.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "basics": { - "name": "Michael Zhang", - "email": "iptq@protonmail.com", - "phone": "240-813-8477", - "website": "https://iptq.io", - "profiles": [ - { - "network": "Twitter", - "username": "_iptq", - "url": "https://twitter.com/_iptq" - } - ] - }, - "education": [{ - "institution": "University of Minnesota-Twin Cities", - "area": "Computer Science", - "studyType": "Bachelor", - "startDate": "2016-09-06", - "endDate": "2019-05-15", - "gpa": "3.2" - }], - "languages": [ - { - "language": "English", - "fluency": "Native speaker" - } - ] -}