From 0c50ce0a57dba091d500432c33129212fb06d0ff Mon Sep 17 00:00:00 2001 From: appthentic Date: Tue, 2 Dec 2014 21:41:42 -0600 Subject: [PATCH 1/3] added Team Appthentic --- Teams/Appthentic/ABOUT.md | 35 +++++++++++++++++++++++++++++++++++ Teams/Appthentic/team.json | 11 +++++++++++ 2 files changed, 46 insertions(+) create mode 100644 Teams/Appthentic/ABOUT.md create mode 100644 Teams/Appthentic/team.json diff --git a/Teams/Appthentic/ABOUT.md b/Teams/Appthentic/ABOUT.md new file mode 100644 index 0000000..2a181de --- /dev/null +++ b/Teams/Appthentic/ABOUT.md @@ -0,0 +1,35 @@ +Appthentic +================ + + +About your team +=========================== + +| carlweis | +|--- |--- |--- |--- +| ![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) | + +I've been a developer since learning C at the age of 12. Completly self taught and proficient in full-stack +web development. I've been working as a professional web & software developer for the last 4 years, and now I'm +looking to break into freelance development, before starting my own company. I believe the Hackathon will allow me to +show my skills and prove what I can do, as I will show you a full-stack web application, front-to-back with clean, +tight code, in under 48 hours. I've worked with may bad developers and some good ones along the way, but I feel that I +really shine when I can take the ranes and lead the project from specification to deployment and beyond. + +The prizes are great, but I'm more interested in making a name for myself and teaching my 14 year old +son about making HTML 5 games, since he wants to go to college to be a professional game developer and designer, +once he finishes high school. I love the challege and hope you enjoy the project that I have built. + +About your skills and what you are going to do? +======= +I'm a full-stack web developer, well versed in many languages, technologies, frameworks and api's. +I intend to build a complete application using HTML5, CSS3, SASS, Javascript, AngularJS, MySQL, +and all Hackathon sponsered api's, which are applicible to the application I'm going to build. + +I don't want to give anything away, so you will have to wait and see....I can say it will be an HTML5 Game that +introduces software development. :) + +This is going to be AWESOME!!! + + + diff --git a/Teams/Appthentic/team.json b/Teams/Appthentic/team.json new file mode 100644 index 0000000..17a77f4 --- /dev/null +++ b/Teams/Appthentic/team.json @@ -0,0 +1,11 @@ +{ + teamName: "Appthentic", + members: [ + { + name: "Carl Weis", + twitter: "carlweis", + koding: "carlweis", + location: "Lake Dallas, US" + }, + ] +} \ No newline at end of file From 66eff0018c21c2dddea77a480c85c487a17f5d97 Mon Sep 17 00:00:00 2001 From: appthentic Date: Tue, 2 Dec 2014 21:45:33 -0600 Subject: [PATCH 2/3] updated profile image in readme. --- Teams/Appthentic/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Appthentic/ABOUT.md b/Teams/Appthentic/ABOUT.md index 2a181de..fa097f2 100644 --- a/Teams/Appthentic/ABOUT.md +++ b/Teams/Appthentic/ABOUT.md @@ -7,7 +7,7 @@ About your team | carlweis | |--- |--- |--- |--- -| ![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) | +| ![carlweis](https://lh4.googleusercontent.com/-Qije4jWjb1Y/AAAAAAAAAAI/AAAAAAAAAoQ/d8k3LZi8Xx4/photo.jpg) | I've been a developer since learning C at the age of 12. Completly self taught and proficient in full-stack web development. I've been working as a professional web & software developer for the last 4 years, and now I'm From 22a885f9b29e461edbd88bdf86246a3ca5ec660a Mon Sep 17 00:00:00 2001 From: appthentic Date: Tue, 2 Dec 2014 23:03:56 -0600 Subject: [PATCH 3/3] fixed team.json --- Teams/Appthentic/team.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Teams/Appthentic/team.json b/Teams/Appthentic/team.json index 17a77f4..b1d8a84 100644 --- a/Teams/Appthentic/team.json +++ b/Teams/Appthentic/team.json @@ -1,11 +1,11 @@ { - teamName: "Appthentic", - members: [ - { - name: "Carl Weis", - twitter: "carlweis", - koding: "carlweis", - location: "Lake Dallas, US" - }, - ] + "teamName": "Appthentic", + "members": [ + { + "name": "Carl Weis", + "twitter": "carlweis", + "koding": "carlweis", + "location": "Lake Dallas, US" + } + ] } \ No newline at end of file