@@ -397,6 +397,9 @@ <h2>Our Mission</h2>
397397 .partners a {
398398 color : white;
399399 }
400+ .partnertable td {
401+ width : 50% ;
402+ }
400403 </ style >
401404
402405 {{if settings.academy_mode:}}
@@ -405,21 +408,21 @@ <h2>Our Mission</h2>
405408 < div class ="col-md-offset-2 col-md-8 partners col-sm-8 col-sm-offset-2 col-xs-10 col-xs-offset-1 ">
406409 < h2 > Partners and Supporters</ h2 >
407410 < table class ="partnertable ">
408- < tr >
409- < td class ="col-md-4 "> < a href ="https://pretextbook.org "> < img src ="/runestone/static/_images/ptx-logo.png " width =64 alt ="PreTeXt Logo "> < span style ="font-size: x-large "> PreTeXt</ span > </ a > </ td >
410- < td class ="col-md-4 "> < a href ="https://www.si.umich.edu "> < img src ="/runestone/static/_images/U-M-logo-preview.jpg " width =64 alt ="UMSI Logo "> </ a > School of Information</ td >
411+ < tr class =" row " >
412+ < td class ="col-md-4 col-sm-4 col-xs-4 "> < a href ="https://pretextbook.org "> < img src ="/runestone/static/_images/ptx-logo.png " width =64 alt ="PreTeXt Logo "> < span style ="font-size: x-large "> PreTeXt</ span > </ a > </ td >
413+ < td class ="col-md-4 col-sm-4 col-xs-4 "> < a href ="https://www.si.umich.edu "> < img src ="/runestone/static/_images/U-M-logo-preview.jpg " width =64 alt ="UMSI Logo "> </ a > School of Information</ td >
411414 </ tr >
412- < tr >
413- < td class ="col-md-4 "> < a href ="https://prose.runestone.academy "> < img src ="/runestone/static/_images/nsf-logo.png " width =64 alt ="NSF Logo "> PROSE - NSF Award #2230153</ a > </ td >
414- < td class ="col-md-4 "> < img src ="https://blog.runestone.academy/_static/_images/NCCSELogo.png " width =64 alt ="SIGCSE logo "> CSAwesome and MobileCSP</ td >
415+ < tr class =" row " >
416+ < td class ="col-md-4 col-sm-4 col-xs-4 "> < a href ="https://prose.runestone.academy "> < img src ="/runestone/static/_images/nsf-logo.png " width =64 alt ="NSF Logo "> PROSE - NSF Award #2230153</ a > </ td >
417+ < td class ="col-md-4 col-sm-4 col-xs-4 "> < img src ="https://blog.runestone.academy/_static/_images/NCCSELogo.png " width =64 alt ="SIGCSE logo "> CSAwesome and MobileCSP</ td >
415418 </ tr >
416- < tr >
417- < td class ="col-md-4 "> < img src ="/runestone/static/_images/SIGCSE-logo-large.jpg " width =64 alt ="SIGCSE logo "> Special Projects Grant 2013</ td >
418- < td class ="col-md-4 "> < img src ="https://blog.runestone.academy/_static/_images/berea.png " width =64 alt ="NSF Logo "> Summer Intern Program</ td >
419+ < tr class =" row " >
420+ < td class ="col-md-4 col-sm-4 col-xs-4 "> < img src ="/runestone/static/_images/SIGCSE-logo-large.jpg " width =64 alt ="SIGCSE logo "> Special Projects Grant 2013</ td >
421+ < td class ="col-md-4 col-sm-4 col-xs-4 "> < img src ="https://blog.runestone.academy/_static/_images/berea.png " width =64 alt ="NSF Logo "> Summer Intern Program</ td >
419422 </ tr >
420- < tr >
421- < td class ="col-md-4 "> < img src ="/runestone/static/_images/Texas__oneColor_orange .png " alt ="UTexas Logo "> </ td >
422- < td class ="col-md-4 "> < a href ="https://www.luther.edu "> < img src ="/runestone/static/_images/luther_college_vertical_blue.png " width =64 alt ="Luther Logo (Go Norse!) " style ="background-color: white; padding: 3px; "> </ a > Summer Student Faculty Research</ td >
423+ < tr class =" row " >
424+ < td class ="col-md-4 col-sm-4 col-xs-4 "> < img src ="/runestone/static/_images/UT_Square_logo .png " width =" 64 " alt ="UTexas Logo " style =" background-color: white; padding: 3px; " > University of Texas at Austin </ td >
425+ < td class ="col-md-4 col-sm-4 col-xs-4 "> < a href ="https://www.luther.edu "> < img src ="/runestone/static/_images/luther_college_vertical_blue.png " width =64 alt ="Luther Logo (Go Norse!) " style ="background-color: white; padding: 3px; "> </ a > Student Faculty Research</ td >
423426 </ tr >
424427 </ table >
425428
0 commit comments