From 206bb28fe66af7701079ac26b5c84a4234f1d32e Mon Sep 17 00:00:00 2001 From: Vedran Blazenka Date: Wed, 3 Dec 2014 09:39:37 +0100 Subject: [PATCH 1/3] added team information --- Teams/BlackDragon/team.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Teams/BlackDragon/team.json diff --git a/Teams/BlackDragon/team.json b/Teams/BlackDragon/team.json new file mode 100644 index 0000000..b02f615 --- /dev/null +++ b/Teams/BlackDragon/team.json @@ -0,0 +1,11 @@ +{ + "teamName": "Black Dragon", + "members": [ + { + "name": "Vedran Blaženka", + "twitter": "vblazenka", + "koding": "vblazenka", + "location": "Zagreb, HR" + } + ] +} From 57a66eb7ca0cb519b8c9a79f6e5d737fcdb87d34 Mon Sep 17 00:00:00 2001 From: Vedran Blazenka Date: Wed, 3 Dec 2014 09:45:54 +0100 Subject: [PATCH 2/3] Created about file --- Teams/BlackDragon/ABOUT.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Teams/BlackDragon/ABOUT.md diff --git a/Teams/BlackDragon/ABOUT.md b/Teams/BlackDragon/ABOUT.md new file mode 100644 index 0000000..a56249c --- /dev/null +++ b/Teams/BlackDragon/ABOUT.md @@ -0,0 +1,22 @@ +# Black Dragon + +My name is Vedran, I have a lot of ideas and I want to make some of them happen. + +## About me + +I'm a front-end developer who is excited about the endless potential of the web, and being able to build things that a lot of people can use every day. I'm passionate about my craft, I have a good eye for details and an absolute commitment to making sure features are well implemented. I always write maintainable front-end markup. I love responsive web design and mobile-first perspective. + +I can transform designs and concepts into efficient and lively interactive user experiences that are quick and responsive. + +My second passion is crafting user interfaces with a seamless user experience in mind. Creating prototypes and wireframes is my joy. + +I have working knowledge on the application level programming with Ruby on Rails. I will be using RoR for making my idea happen. + +### What I know + +Modern HTML, JavaScript and CSS +JavaScript MVC framework AngularJS +Third party CSS and Javascript libraries and frameworks +Application level programming with Ruby on Rails +Social web services and APIs (Facebook, Twitter, etc) +Working with version control (GIT) From 0cba25aa6355eaec7c3f54f16fd2a44f23e296fe Mon Sep 17 00:00:00 2001 From: Vedran Blazenka Date: Wed, 3 Dec 2014 09:51:34 +0100 Subject: [PATCH 3/3] changed team name --- Teams/{BlackDragon => CraftyInterface}/ABOUT.md | 2 +- Teams/{BlackDragon => CraftyInterface}/team.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename Teams/{BlackDragon => CraftyInterface}/ABOUT.md (98%) rename Teams/{BlackDragon => CraftyInterface}/team.json (82%) diff --git a/Teams/BlackDragon/ABOUT.md b/Teams/CraftyInterface/ABOUT.md similarity index 98% rename from Teams/BlackDragon/ABOUT.md rename to Teams/CraftyInterface/ABOUT.md index a56249c..3971c3b 100644 --- a/Teams/BlackDragon/ABOUT.md +++ b/Teams/CraftyInterface/ABOUT.md @@ -1,4 +1,4 @@ -# Black Dragon +# Crafty Interface My name is Vedran, I have a lot of ideas and I want to make some of them happen. diff --git a/Teams/BlackDragon/team.json b/Teams/CraftyInterface/team.json similarity index 82% rename from Teams/BlackDragon/team.json rename to Teams/CraftyInterface/team.json index b02f615..88e534b 100644 --- a/Teams/BlackDragon/team.json +++ b/Teams/CraftyInterface/team.json @@ -1,5 +1,5 @@ { - "teamName": "Black Dragon", + "teamName": "Crafty Interface", "members": [ { "name": "Vedran Blaženka",