File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed
Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -66,3 +66,18 @@ body:not(.dark) .mlrc_dark {
6666 margin-top : 5em ;
6767 margin-bottom : 2em ;
6868}
69+
70+ .footer_logo_openai {
71+ background : url (" ../uploads/openai_logo.png" );
72+ background-repeat : no-repeat ;
73+ background-position : center ;
74+ background-size : inherit ;
75+ height : 3em ;
76+ /* adjust as needed */
77+ padding-top : 1em ;
78+ margin-left : 1em ;
79+ padding-bottom : 1em ;
80+ text-shadow : 1px 1px 2px black ;
81+ margin-top : 5em ;
82+ margin-bottom : 2em ;
83+ }
Original file line number Diff line number Diff line change @@ -151,4 +151,5 @@ The Machine Learning Reproducibility Challenge Conference is hosted by Princeton
151151<div class =" row " >
152152 <div class =" col-md-6 footer_logo_plai " ></div >
153153 <div class =" col-md-3 footer_logo_meta " ></div >
154+ <div class =" col-md-3 footer_logo_openai " ></div >
154155</div >
You can’t perform that action at this time.
0 commit comments