Added team list and our about

This commit is contained in:
joepeacock001
2014-11-30 21:31:21 -06:00
parent 950cdcdf97
commit 4947678b12
4 changed files with 46 additions and 0 deletions

5
Teams/Turtles/ABOUT.md Normal file
View File

@@ -0,0 +1,5 @@
"In 1972, a crack commando unit was sent to prison by a military court for a crime they didn't commit. These men promptly escaped from a maximum security stockade to the Beloit College underground. Today, still wanted by the government they survive as koders of fortune. If you have a problem, if no one else can help, and if you can find them....maybe you can hire The Turtles."
Made up of Beloit College Undergrad Computer Science Majors who are yet to figure out exactly what they are doing.

3
Teams/Turtles/stylesheet Normal file
View File

@@ -0,0 +1,3 @@
.background {
}

View File

@@ -0,0 +1,12 @@
.background {
background-color: "blue";
}
.menuItem {
font-family: "helvetica";
font-size: 2em;
font-style: "bold";
color: "white";
background-color: "black";
}

26
Teams/Turtles/team.json Normal file
View File

@@ -0,0 +1,26 @@
{
"teamName": "Turtles",
"members": [
{
"name": "Joe Peacock",
"koding": "peacock",
"location": "Beloit, US",
"lead": true
},
{
"name": "Linden Holt",
"koding": "acedrow",
"location": "Beloit, US"
},
{
"name": "Ellery Addington-White",
"koding": "ellery44",
"location": "Beloit, US"
},
{
"name": "Hunter Elbourn",
"koding": "elbournhr",
"location": "Beloit, US"
}
]
}