@@ -33,8 +33,9 @@ class PartnerSchools extends Component {
3333
3434 < div className = { styles . partnerSchools } >
3535 < SchoolCard
36- schoolName = "Thinkful "
36+ key = "0 "
3737 alt = "Thinkful Logo"
38+ schoolName = "Thinkful"
3839 link = "http://www.thinkful.com"
3940 schoolAddress = "Online"
4041 logo = "https://raw.githubusercontent.com/OperationCode/operationcode_frontend/code-schools-cooper-kyle/src/images/codeSchoolLogos/thinkful.jpg"
@@ -43,8 +44,9 @@ class PartnerSchools extends Component {
4344 hardware = "No"
4445 />
4546 < SchoolCard
46- schoolName = "Sabio "
47+ key = "1 "
4748 alt = "Sabio Logo"
49+ schoolName = "Sabio"
4850 link = "http://sabio.la/veterans"
4951 schoolAddress = "400 Corporate Pointe"
5052 schoolCity = "Culver City"
@@ -55,8 +57,9 @@ class PartnerSchools extends Component {
5557 hardware = "No"
5658 />
5759 < SchoolCard
58- schoolName = "The Flatiron School "
60+ key = "2 "
5961 alt = "Flatiron Logo"
62+ schoolName = "The Flatiron School"
6063 link = "http://flatironschool.com/"
6164 schoolAddress = "11 Broadway, Suite 260"
6265 schoolCity = "New York"
@@ -67,8 +70,9 @@ class PartnerSchools extends Component {
6770 hardware = "No"
6871 />
6972 < SchoolCard
70- schoolName = "Startup Institute "
73+ key = "3 "
7174 alt = "Startup Institute Logo"
75+ schoolName = "Startup Institute"
7276 link = "https://www.startupinstitute.com/new-york/"
7377 schoolAddress = "25 Broadway, 10th Floor"
7478 schoolCity = "New York"
@@ -79,8 +83,9 @@ class PartnerSchools extends Component {
7983 hardware = "No"
8084 />
8185 < SchoolCard
82- schoolName = "Launch School "
86+ key = "4 "
8387 alt = "Launch School Logo"
88+ schoolName = "Launch School"
8489 link = "https://launchschool.com/blog/operation-code-scholarship/"
8590 schoolAddress = "Online"
8691 logo = "https://raw.githubusercontent.com/OperationCode/operationcode_frontend/code-schools-cooper-kyle/src/images/codeSchoolLogos/launch_school.jpg"
@@ -89,8 +94,9 @@ class PartnerSchools extends Component {
8994 hardware = "No"
9095 />
9196 < SchoolCard
92- schoolName = "Bloc "
97+ key = "5 "
9398 alt = "Bloc Logo"
99+ schoolName = "Bloc"
94100 link = "http://try.bloc.io/operation-code-bootcamp-scholarship/"
95101 schoolAddress = "Online"
96102 logo = "https://raw.githubusercontent.com/OperationCode/operationcode_frontend/code-schools-cooper-kyle/src/images/codeSchoolLogos/bloc.jpg"
@@ -99,8 +105,9 @@ class PartnerSchools extends Component {
99105 hardware = "No"
100106 />
101107 < SchoolCard
102- schoolName = "Fullstack Academy "
108+ key = "6 "
103109 alt = "Fullstack Academy Logo"
110+ schoolName = "Fullstack Academy"
104111 link = "https://www.fullstackacademy.com/remote-immersive#scholarships"
105112 schoolAddress = "Online, Chicago, New York"
106113 logo = "https://raw.githubusercontent.com/OperationCode/operationcode_frontend/code-schools-cooper-kyle/src/images/codeSchoolLogos/fullstack_academy.jpg"
0 commit comments