From 8ed6a6c39c7ac61034fea1431bcfc0fc9b89fe45 Mon Sep 17 00:00:00 2001 From: Oo Kang Zheng Date: Thu, 4 Jan 2018 19:42:51 +0800 Subject: [PATCH 1/3] Example update (#2) * Example update * ADD template --- config.json | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index 925d29b..13b5090 100644 --- a/config.json +++ b/config.json @@ -1,3 +1,24 @@ { - "username": "wizardamigos" + "username": "johndoe91", + "name": "John Doe", + "photo": "https://avatars0.githubusercontent.com/u/12087830?s=200&v=4", + "projects": [ + "http://github.com/john91doe/profiles", + "http://github.com/john91doe/i-learn-css-flexbox", + "http://github.com/john91doe/my-webpage" + ], + "background":[ + "A graduate student from NTUT Interaction Design Dept", + "Front-end", + "Javascript 1 year", + "HTML 2 months", + "CSS 3 months", + "SASS 2 months" + ], + "interests":[ + "JavaScript (how to build web, desktop and mobile apps)", + "Remote Gigs/Jobs (forming a local agency/cooperative (as an app)" + ], + "twitter": "http://twitter.com/johndoe91", + "github": "http://github.com/john91doe" } From be0c944c7b0832ede1c15e0fcd2c811e1d5f03cd Mon Sep 17 00:00:00 2001 From: Alexander Praetorius Date: Thu, 4 Jan 2018 19:48:12 +0800 Subject: [PATCH 2/3] REMOVE photo (because it's already on github/twitter profile) --- config.json | 1 - 1 file changed, 1 deletion(-) diff --git a/config.json b/config.json index 13b5090..44d4865 100644 --- a/config.json +++ b/config.json @@ -1,7 +1,6 @@ { "username": "johndoe91", "name": "John Doe", - "photo": "https://avatars0.githubusercontent.com/u/12087830?s=200&v=4", "projects": [ "http://github.com/john91doe/profiles", "http://github.com/john91doe/i-learn-css-flexbox", From b2730b796c9dbfed2620a51f70341e233f89e38c Mon Sep 17 00:00:00 2001 From: Oo Kang Zheng Date: Fri, 5 Jan 2018 22:09:58 +0800 Subject: [PATCH 3/3] Update config.json fixed personal id, twitter, github info and interests --- config.json | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/config.json b/config.json index 44d4865..b6800a7 100644 --- a/config.json +++ b/config.json @@ -1,10 +1,8 @@ { - "username": "johndoe91", - "name": "John Doe", + "username": "ookangzheng", + "name":"Edward Oo", "projects": [ - "http://github.com/john91doe/profiles", - "http://github.com/john91doe/i-learn-css-flexbox", - "http://github.com/john91doe/my-webpage" + ], "background":[ "A graduate student from NTUT Interaction Design Dept", @@ -15,9 +13,9 @@ "SASS 2 months" ], "interests":[ - "JavaScript (how to build web, desktop and mobile apps)", + "Block chain", "Remote Gigs/Jobs (forming a local agency/cooperative (as an app)" ], - "twitter": "http://twitter.com/johndoe91", - "github": "http://github.com/john91doe" + "twitter": "http://twitter.com/ookangzheng", + "github": "http://github.com/ookangzheng" }