Skip to content

Commit e4ccbf8

Browse files
committed
update logos
1 parent 1972550 commit e4ccbf8

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

assets/scss/custom.scss

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
}

content/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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>

static/uploads/openai_logo.png

5.39 KB
Loading

0 commit comments

Comments
 (0)