diff --git a/Teams/Turtles/ABOUT.md b/Teams/Turtles/ABOUT.md new file mode 100644 index 0000000..c58cf0d --- /dev/null +++ b/Teams/Turtles/ABOUT.md @@ -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. \ No newline at end of file diff --git a/Teams/Turtles/stylesheet b/Teams/Turtles/stylesheet new file mode 100644 index 0000000..626d6aa --- /dev/null +++ b/Teams/Turtles/stylesheet @@ -0,0 +1,3 @@ +.background { + +} \ No newline at end of file diff --git a/Teams/Turtles/stylesheet.css b/Teams/Turtles/stylesheet.css new file mode 100644 index 0000000..3121e05 --- /dev/null +++ b/Teams/Turtles/stylesheet.css @@ -0,0 +1,12 @@ +.background { + background-color: "blue"; +} + +.menuItem { + font-family: "helvetica"; + font-size: 2em; + font-style: "bold"; + color: "white"; + background-color: "black"; +} + diff --git a/Teams/Turtles/team.json b/Teams/Turtles/team.json new file mode 100644 index 0000000..da7620a --- /dev/null +++ b/Teams/Turtles/team.json @@ -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" +} +] +} \ No newline at end of file