Added team list and our about
This commit is contained in:
5
Teams/Turtles/ABOUT.md
Normal file
5
Teams/Turtles/ABOUT.md
Normal 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
3
Teams/Turtles/stylesheet
Normal file
@@ -0,0 +1,3 @@
|
||||
.background {
|
||||
|
||||
}
|
||||
12
Teams/Turtles/stylesheet.css
Normal file
12
Teams/Turtles/stylesheet.css
Normal 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
26
Teams/Turtles/team.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user