From f61707dd0fe911a8464e3a8759b837d71a0c9941 Mon Sep 17 00:00:00 2001 From: Jacob Roeland Date: Wed, 26 Nov 2014 10:19:08 -0500 Subject: [PATCH 1/3] =?UTF-8?q?First=20pass=20at=20Team=20=C2=AF\=5F(?= =?UTF-8?q?=E3=83=84)=5F/=C2=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Teams/shrug/ABOUT.md | 25 +++++++++++++++++++++++++ Teams/shrug/team.json | 12 ++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 Teams/shrug/ABOUT.md create mode 100644 Teams/shrug/team.json diff --git a/Teams/shrug/ABOUT.md b/Teams/shrug/ABOUT.md new file mode 100644 index 0000000..842acbb --- /dev/null +++ b/Teams/shrug/ABOUT.md @@ -0,0 +1,25 @@ +Team ¯\_(ツ)_/¯ +================ + +We are the Koding team, so we are not really participating. But this page is here +to give you an idea about your own page. + + +About your team +=========================== + +| devrim | nitin | sinan | emre +|--- |--- |--- |--- +| ![Devrim](https://pbs.twimg.com/profile_images/378800000863144334/uZWGPcJz_400x400.jpeg) | ![Nitin](https://pbs.twimg.com/profile_images/1416284972/NitinGupta-1.jpg) | ![Sinan](https://pbs.twimg.com/profile_images/533920104249954305/8KZPcvIa.jpeg) | ![Emre](https://pbs.twimg.com/profile_images/513260359398871040/z-_436ig.jpeg) | + +Tell us who you are, why you did you decide to join? + +Judges will read this page before making a final decision, so write your story, make it emotional and impressive. +Tell us why you want to win. + + +About your skills and what you are going to do? +======= +While the project is still being brainstormed, something using governement data or news sources will be used. + + diff --git a/Teams/shrug/team.json b/Teams/shrug/team.json new file mode 100644 index 0000000..a249f04 --- /dev/null +++ b/Teams/shrug/team.json @@ -0,0 +1,12 @@ +{ + "teamName": "Team ¯\\_(ツ)_/¯", + "members": [ + { + "name": "Jacob Roeland", + "twitter": "jacroe", + "koding": "jacroe", + "location": "Lake Mary, US", + "lead": true + } + ] +} From eea7ac0f0cb03c06a7ee1d6454c2bbb086eade74 Mon Sep 17 00:00:00 2001 From: Jacob Roeland Date: Wed, 3 Dec 2014 01:23:54 -0500 Subject: [PATCH 2/3] Updated about me --- Teams/shrug/ABOUT.md | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/Teams/shrug/ABOUT.md b/Teams/shrug/ABOUT.md index 842acbb..27664b6 100644 --- a/Teams/shrug/ABOUT.md +++ b/Teams/shrug/ABOUT.md @@ -1,25 +1,26 @@ Team ¯\_(ツ)_/¯ -================ +=============== -We are the Koding team, so we are not really participating. But this page is here -to give you an idea about your own page. +This is Team I-Didn't-Have-A-Better-Name-For-It or Team ¯\_(ツ)_/¯ for short. + +I like web technologies, specifically building on top of already powerful services and extending them. For example, taking the WUndgeround weather API and using sunset time to turn the lights in my house on. Or by combining Rotten Tomatoes and Redbox to find critically acclaimed movies that I can immediately pick up (that is if I can be bothered to put on pants). About your team -=========================== +=============== -| devrim | nitin | sinan | emre -|--- |--- |--- |--- -| ![Devrim](https://pbs.twimg.com/profile_images/378800000863144334/uZWGPcJz_400x400.jpeg) | ![Nitin](https://pbs.twimg.com/profile_images/1416284972/NitinGupta-1.jpg) | ![Sinan](https://pbs.twimg.com/profile_images/533920104249954305/8KZPcvIa.jpeg) | ![Emre](https://pbs.twimg.com/profile_images/513260359398871040/z-_436ig.jpeg) | +| jacroe +|--- +| ![Jacroe](https://secure.gravatar.com/avatar/8e85a3db943a53e5baa1a2e197d08118?size=200px) | -Tell us who you are, why you did you decide to join? - -Judges will read this page before making a final decision, so write your story, make it emotional and impressive. -Tell us why you want to win. +I move bits around. -About your skills and what you are going to do? -======= -While the project is still being brainstormed, something using governement data or news sources will be used. +My Skillz +========= +Like I said, I really like web technologies so I'll be developing in PHP5 with some Python as a backend, HTML5, and jQuery. Probably use Bootstrap since I'm a terrible designer +Right now, I'm thinking of visualizing or re-thinking how people look at some government data. Which agency's? And in what ways? + +¯\_(ツ)_/¯ \ No newline at end of file From 021c394ec92c4747cc303bf5b69dc66e849cbf31 Mon Sep 17 00:00:00 2001 From: Jacob Roeland Date: Wed, 3 Dec 2014 10:27:59 -0500 Subject: [PATCH 3/3] Stick with ASCII --- Teams/shrug/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/shrug/team.json b/Teams/shrug/team.json index a249f04..2d0e2c8 100644 --- a/Teams/shrug/team.json +++ b/Teams/shrug/team.json @@ -1,5 +1,5 @@ { - "teamName": "Team ¯\\_(ツ)_/¯", + "teamName": "Team :shrug:", "members": [ { "name": "Jacob Roeland",