@@ -190,14 +190,46 @@ const ScholarshipFooter = () => (
190190 </ section >
191191) ;
192192
193+ const ScholarshipEnded = ( ) => (
194+ < section id = { styles . scholarshipSummary } style = { { "overflow" : "hidden" } } >
195+ < div className = "container pt-4" >
196+ < div className = "row" >
197+ < div className = { `col-8 ${ styles . scholarshipSummaryCard } ` } >
198+ < div className = "row" >
199+ < div className = "col-8" >
200+ < h2 style = { { textTransform : "none" } } > The LASO Scholarship</ h2 >
201+ < h3 > In memory of Luis Martinez de Bartolomé, "Laso"</ h3 >
202+ < p >
203+ The LASO Scholarship was created in memory of Luis Martinez de Bartolomé, affectionately known as "Laso".
204+ </ p >
205+ < p >
206+ The scholarship application period < b > is now closed</ b > . Stay tuned for our next opening.
207+ </ p >
208+ < div className = "d-block d-md-none align-content-center" >
209+ < img alt = "Laso portrait" src = "/laso/laso.png"
210+ style = { { "maxWidth" : "none" , "width" : "400px" } } />
211+ </ div >
212+ </ div >
213+ < div className = "col-md-3 d-none d-md-block align-content-end overflow-visible" >
214+ < img alt = "Laso portrait" src = "/laso/laso.png"
215+ style = { { "maxWidth" : "none" , "marginLeft" : "100px" , "width" : "400px" } } />
216+ </ div >
217+ </ div >
218+ </ div >
219+ </ div >
220+ </ div >
221+ </ section >
222+ ) ;
223+
193224export const LasoScholarship = ( ) => (
194225 < div id = { styles . scholarshipContents } >
195- < ScholarshipSummary />
196- < ScholarshipDescription />
197- < ScholarshipProcess />
198- < ScholarshipApplication />
199- < ScholarshipTimeline />
200- < ScholarshipAboutLaso />
201- < ScholarshipFooter />
226+ < ScholarshipEnded />
227+ { /*<ScholarshipSummary/>*/ }
228+ { /*<ScholarshipDescription/>*/ }
229+ { /*<ScholarshipProcess/>*/ }
230+ { /*<ScholarshipApplication/>*/ }
231+ { /*<ScholarshipTimeline/>*/ }
232+ { /*<ScholarshipAboutLaso/>*/ }
233+ { /*<ScholarshipFooter/>*/ }
202234 </ div >
203235) ;
0 commit comments