1616 < div id ="repulse-circle-div "> </ div >
1717 < div class ="container position-relative ">
1818 < div class ="row gy-5 aos-init aos-animate ">
19- < div class ="col-lg-7 dark-bg order-lg-1 d-flex flex-column justify-content-start text-left caption ">
20- < h2 data-aos ="fade-up "> Elevating community-centered scientific workflow solutions < span > through
19+ < div class ="col-lg-8 dark-bg order-lg-1 d-flex flex-column justify-content-start text-left caption ">
20+ < h2 data-aos ="fade-up "> Elevating community-centered scientific workflow solutions < span style =" color: #FFB020 " > through
2121 collective expertise</ span > < span class ="circle " data-aos ="fade-right "
2222 data-aos-delay ="800 "> .</ span > </ h2 >
2323 < p data-aos ="fade-up " data-aos-delay ="400 "> Our goal is to bring the workflows community together
@@ -41,20 +41,22 @@ <h2 data-aos="fade-up">Elevating community-centered scientific workflow solution
4141 </ a >
4242 </ div >
4343 </ div >
44- < div class ="col-lg-5 dark-bg order-lg-1 d-flex flex-column justify-content-start text-left caption ">
44+ < div class ="col-lg-4 dark-bg order-lg-1 d-flex flex-column justify-content-start text-left caption ">
4545 < div class ="row " style ="border: 3px solid #fff; border-radius: .5em ">
4646 {% assign talks = site.talks| where: "given", false | sort: 'order'%}
4747 {% for talk in talks limit: 1 %}
48- < div class ="col-lg-5 " style ="padding: 0; background-color: rgba(109, 84, 170, 0.5); ">
49- < a href ="/talks "> < img src ="/images/talks/banner.png " width ="100% " style ="border-radius: 0.5em; " /> </ a >
48+ < div class ="col-lg-12 " style ="padding: 0; background-color: rgba(109, 84, 170, 0.5); ">
49+ < a href ="/talks "> < img src ="/images/talks/talks- banner.png " width ="100% " style ="border-radius: 0.5em; " /> </ a >
5050 </ div >
51- < div class ="col-lg-7 " style ="background-color: rgba(109, 84, 170, 0.5); padding: 1em; ">
51+ < div class ="col-lg-12 " style ="background-color: rgba(109, 84, 170, 0.5); padding: 1em; ">
5252 < strong > < a href ="{{ talk.url }} " style ="color: #fff "> {{ talk.title }}</ a > </ strong > < br />
5353 < i style ="color: #999 "> {{ talk.authors }}</ i > < br />
5454 {{ talk.event_date }}
55- < br /> < br />
56- < a href ="{{ talk.url }} " style ="color: #7057AF; background-color: #fff; padding: 0.5em 1em; border-radius: 0.5em; "> Learn more > </ a >
55+ < br />
5756 </ div >
57+ < a href ="{{ talk.url }} " class ="col-lg-12 " style ="background-color: #fff; padding: 0.5em; text-align: center; font-size: 0.9em; ">
58+ LEARN MORE >
59+ </ a >
5860 {% endfor %}
5961 </ div >
6062 </ div >
0 commit comments