From b1d8e3f42d37a461182c94bf36e95a6eda0b24c3 Mon Sep 17 00:00:00 2001 From: thanosalexander Date: Wed, 26 Nov 2014 13:28:26 +0200 Subject: [PATCH 01/13] Added team information --- Teams/team/team.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Teams/team/team.json diff --git a/Teams/team/team.json b/Teams/team/team.json new file mode 100644 index 0000000..c794d4b --- /dev/null +++ b/Teams/team/team.json @@ -0,0 +1,11 @@ +{ + "teamName": "ThanosAlexander", + "members": [ + { + "name": "Thanos Alexandris", + "koding": "thanosalexander", + "location": "thessaloniki, GR", + "lead": true + } + ] +} From 32aa0be2fdb424d426f2197ee434bc3e337362aa Mon Sep 17 00:00:00 2001 From: thanosalexander Date: Wed, 26 Nov 2014 13:31:28 +0200 Subject: [PATCH 02/13] Added file about.md --- Teams/team/about.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Teams/team/about.md diff --git a/Teams/team/about.md b/Teams/team/about.md new file mode 100644 index 0000000..4bb49be --- /dev/null +++ b/Teams/team/about.md @@ -0,0 +1,12 @@ + +# Team ThanosAlexander + +I am Thanos Alexandris. I am working solo on this project and I hope to impress you! + +## About me +I'm still a beginner and I prefer php as almost all use it! + +## Languages I love +- HTML5 +- Javascript +- php From 1b0f8619d59f988965e88f3bab7fae7694ab926a Mon Sep 17 00:00:00 2001 From: thanosalexander Date: Wed, 26 Nov 2014 13:43:05 +0200 Subject: [PATCH 03/13] Rename team.json to thanosalexander.json --- Teams/team/{team.json => thanosalexander.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Teams/team/{team.json => thanosalexander.json} (100%) diff --git a/Teams/team/team.json b/Teams/team/thanosalexander.json similarity index 100% rename from Teams/team/team.json rename to Teams/team/thanosalexander.json From 71ae2f139ecb4454d5416269ecde9dfa25d419b9 Mon Sep 17 00:00:00 2001 From: thanosalexander Date: Wed, 26 Nov 2014 13:44:43 +0200 Subject: [PATCH 04/13] Rename thanosalexander.json to team.json --- Teams/team/{thanosalexander.json => team.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Teams/team/{thanosalexander.json => team.json} (100%) diff --git a/Teams/team/thanosalexander.json b/Teams/team/team.json similarity index 100% rename from Teams/team/thanosalexander.json rename to Teams/team/team.json From 969f62b657fd83c3b2dae191ab20d68c511f258c Mon Sep 17 00:00:00 2001 From: thanosalexander Date: Wed, 26 Nov 2014 13:45:41 +0200 Subject: [PATCH 05/13] Create team.json --- team.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 team.json diff --git a/team.json b/team.json new file mode 100644 index 0000000..c794d4b --- /dev/null +++ b/team.json @@ -0,0 +1,11 @@ +{ + "teamName": "ThanosAlexander", + "members": [ + { + "name": "Thanos Alexandris", + "koding": "thanosalexander", + "location": "thessaloniki, GR", + "lead": true + } + ] +} From 9152a8facbe2ac575983c53f120cb7b16f1a1008 Mon Sep 17 00:00:00 2001 From: thanosalexander Date: Wed, 26 Nov 2014 13:46:25 +0200 Subject: [PATCH 06/13] Create about.md --- about.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 about.md diff --git a/about.md b/about.md new file mode 100644 index 0000000..4bb49be --- /dev/null +++ b/about.md @@ -0,0 +1,12 @@ + +# Team ThanosAlexander + +I am Thanos Alexandris. I am working solo on this project and I hope to impress you! + +## About me +I'm still a beginner and I prefer php as almost all use it! + +## Languages I love +- HTML5 +- Javascript +- php From fe4c4946ff5251ab4069e36965c9ec3edd3f9926 Mon Sep 17 00:00:00 2001 From: thanosalexander Date: Thu, 27 Nov 2014 12:22:22 +0200 Subject: [PATCH 07/13] Update about.md --- about.md | 1 - 1 file changed, 1 deletion(-) diff --git a/about.md b/about.md index 4bb49be..5aeabdc 100644 --- a/about.md +++ b/about.md @@ -1,4 +1,3 @@ - # Team ThanosAlexander I am Thanos Alexandris. I am working solo on this project and I hope to impress you! From 5b69efa81f8a8eedb212470412df5d3943978aef Mon Sep 17 00:00:00 2001 From: thanosalexander Date: Thu, 27 Nov 2014 12:22:52 +0200 Subject: [PATCH 08/13] Rename about.md to ABOUT.md --- about.md => ABOUT.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename about.md => ABOUT.md (100%) diff --git a/about.md b/ABOUT.md similarity index 100% rename from about.md rename to ABOUT.md From 1df25642cadbf3349d4b3c8f1945e935a43d84dd Mon Sep 17 00:00:00 2001 From: thanosalexander Date: Thu, 27 Nov 2014 12:23:37 +0200 Subject: [PATCH 09/13] Rename about.md to ABOUT.md --- Teams/team/{about.md => ABOUT.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Teams/team/{about.md => ABOUT.md} (100%) diff --git a/Teams/team/about.md b/Teams/team/ABOUT.md similarity index 100% rename from Teams/team/about.md rename to Teams/team/ABOUT.md From 28b3dc4367d458ed34ced1bbd874acb537ee5827 Mon Sep 17 00:00:00 2001 From: thanosalexander Date: Sat, 29 Nov 2014 01:21:14 +0200 Subject: [PATCH 10/13] Delete team.json --- team.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 team.json diff --git a/team.json b/team.json deleted file mode 100644 index c794d4b..0000000 --- a/team.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "teamName": "ThanosAlexander", - "members": [ - { - "name": "Thanos Alexandris", - "koding": "thanosalexander", - "location": "thessaloniki, GR", - "lead": true - } - ] -} From dd7ca3c398629b7c187485253d86f16742d035da Mon Sep 17 00:00:00 2001 From: thanosalexander Date: Sat, 29 Nov 2014 01:21:27 +0200 Subject: [PATCH 11/13] Delete ABOUT.md --- ABOUT.md | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 ABOUT.md diff --git a/ABOUT.md b/ABOUT.md deleted file mode 100644 index 5aeabdc..0000000 --- a/ABOUT.md +++ /dev/null @@ -1,11 +0,0 @@ -# Team ThanosAlexander - -I am Thanos Alexandris. I am working solo on this project and I hope to impress you! - -## About me -I'm still a beginner and I prefer php as almost all use it! - -## Languages I love -- HTML5 -- Javascript -- php From 81da0fe46370f80f0f69027b7009f1bf8995190c Mon Sep 17 00:00:00 2001 From: First Last Date: Sat, 29 Nov 2014 01:33:58 +0200 Subject: [PATCH 12/13] dhgh --- Teams/{team => ThanosAlexander}/ABOUT.md | 2 +- Teams/{team => ThanosAlexander}/team.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename Teams/{team => ThanosAlexander}/ABOUT.md (97%) rename Teams/{team => ThanosAlexander}/team.json (98%) diff --git a/Teams/team/ABOUT.md b/Teams/ThanosAlexander/ABOUT.md similarity index 97% rename from Teams/team/ABOUT.md rename to Teams/ThanosAlexander/ABOUT.md index 4bb49be..673e629 100644 --- a/Teams/team/ABOUT.md +++ b/Teams/ThanosAlexander/ABOUT.md @@ -9,4 +9,4 @@ I'm still a beginner and I prefer php as almost all use it! ## Languages I love - HTML5 - Javascript -- php +- php \ No newline at end of file diff --git a/Teams/team/team.json b/Teams/ThanosAlexander/team.json similarity index 98% rename from Teams/team/team.json rename to Teams/ThanosAlexander/team.json index c794d4b..dd154e3 100644 --- a/Teams/team/team.json +++ b/Teams/ThanosAlexander/team.json @@ -8,4 +8,4 @@ "lead": true } ] -} +} \ No newline at end of file From 43888b6e10a24e443caa0841237c494c28cb3a65 Mon Sep 17 00:00:00 2001 From: First Last Date: Sat, 29 Nov 2014 02:05:15 +0200 Subject: [PATCH 13/13] Updated about.md and team.json --- Teams/ThanosAlexander/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/ThanosAlexander/team.json b/Teams/ThanosAlexander/team.json index dd154e3..61a0c89 100644 --- a/Teams/ThanosAlexander/team.json +++ b/Teams/ThanosAlexander/team.json @@ -8,4 +8,4 @@ "lead": true } ] -} \ No newline at end of file +}