File tree Expand file tree Collapse file tree 4 files changed +105
-7
lines changed
Expand file tree Collapse file tree 4 files changed +105
-7
lines changed Original file line number Diff line number Diff line change 1010
1111
1212< p class ="content-notification add-padding-t ">
13- 🗓️ Dates: Jan 5 to 9 [+extra: Jan 4 to 11]
14- 🚀 < a href ="/2026/application " style =" color: white; text-decoration: underline; " > APPLY HERE</ a > 🚀
13+ 🗓️ Dates: Jan 5 to 9 [+extra: Jan 4 to 11]
14+ 🚀 < a href ="/2026/application " > APPLY HERE</ a > 🚀
1515</ p >
1616
1717
@@ -51,10 +51,15 @@ <h1 class="custom-h1">Host Institutions</h1>
5151 </ p >
5252 < img class ="content-logo " src ="/assets/logo-DdesignAirsSciArt.png " alt ="Logo ">
5353</ div >
54- <!--
54+
5555< div class ="section-title ">
5656 < h1 class ="custom-h1 "> Sponsors</ h1 >
5757 < p class ="section-content-center ">
58- </p>
59- <img class="content-logo" src="/assets/logo_sponsors25_new.png" alt="Logo">
60- </div> -->
58+ Andone, Formlabs
59+ </ p >
60+ < div class ="sponsor-logos ">
61+
62+ < img class ="sponsor-logo " src ="/assets/logo_andone.png " alt ="Andone ">
63+ < img class ="sponsor-logo " src ="/assets/logo_Formlabs.svg " alt ="formlabs ">
64+ </ div >
65+ </ div >
Original file line number Diff line number Diff line change @@ -147,12 +147,16 @@ h2{
147147 hyphens : auto;
148148 padding : 0 ;
149149 margin : 30px 0 5px 0 ;
150- padding : 5px ;
150+ padding : 8 px 5px ;
151151 font-weight : 500 ;
152152 font-size : 1.25em ;
153153 background-color : # 476EAE ;
154154 border-radius : 5px ;
155155
156+ a {
157+ color : white;
158+ text-decoration : underline;
159+ }
156160}
157161
158162a {
201205 }
202206}
203207
208+ .sponsor-logos {
209+ display : flex;
210+ flex-wrap : wrap;
211+ justify-content : center;
212+ align-items : center;
213+ gap : 2rem ; /* spacing between logos */
214+ margin-top : 15px ;
215+ }
216+
217+ .sponsor-logo {
218+ height : 50px ;
219+ width : auto;
220+ object-fit : contain;
221+ transition : transform 0.2s ease;
222+ }
223+
204224.button-apply {
205225 margin : 30px 0 20px ;
206226}
You can’t perform that action at this time.
0 commit comments