File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -274,11 +274,12 @@ <h6><b>RSR 🧮</b>: Efficient Matrix Multiplication for Accelerating Inference
274274 < div > </ div >
275275 < div class ="card contentBoxNB ">
276276 < div class ="card-header "> Sponsors</ div >
277- < div class ="card-body ">
278- < br />
279- < a href ="https://www.nsf.gov/ " target ="_blank "> < img src ="imgs/nsf.png " width ="20% " alt ="National Science Foundation " /> </ a >
280- < a href ="https://research.google/ " target ="_blank "> < img src ="imgs/Research-at-google.png " width ="25% " alt ="Google Research " /> </ a >
281- < a href ="https://www.cloudbank.org " target ="_blank "> < img src ="imgs/cloudbank.png " width ="15% " alt ="CloudBank " /> </ a >
277+ < div class ="sponsor-logos ">
278+ < a href ="https://www.nsf.gov/ " target ="_blank "> < img src ="imgs/nsf.png " alt ="National Science Foundation " /> </ a >
279+ < a href ="https://research.google/ " target ="_blank "> < img src ="imgs/Research-at-google.png " alt ="Google Research " /> </ a >
280+ < a href ="https://www.cloudbank.org " target ="_blank "> < img src ="imgs/cloudbank.png " alt ="CloudBank " /> </ a >
281+ < a href ="https://allocations.access-ci.org/ " target ="_blank "> < img src ="imgs/access.jpg " alt ="NSF ACCESS Allocation " /> </ a >
282+ < a href ="https://www.alcf.anl.gov/ " target ="_blank "> < img src ="imgs/argonne.png " alt ="Argonne National Lab " /> </ a >
282283 </ div >
283284 </ div >
284285 < div > </ div >
Original file line number Diff line number Diff line change @@ -326,4 +326,21 @@ li {
326326
327327 .install-link : hover {
328328 text-decoration : underline;
329- }
329+ }
330+
331+ .sponsor-logos {
332+ display : flex;
333+ flex-wrap : wrap;
334+ gap : 1.25rem ;
335+ align-items : center;
336+ margin-top : 1.25rem ;
337+ padding-top : 1rem ;
338+ border-top : 1px solid # edf0f5 ;
339+ }
340+
341+ .sponsor-logos img {
342+ width : auto;
343+ max-width : 170px ;
344+ max-height : 58px ;
345+ object-fit : contain;
346+ }
You can’t perform that action at this time.
0 commit comments