|
|
|
@ -38,41 +38,9 @@ function HomeTabFeatured() { |
|
|
|
|
sliderClass="h-100 justify-content-between" |
|
|
|
|
deviceType={'desktop'} |
|
|
|
|
itemClass="" |
|
|
|
|
autoPlaySpeed={15000} |
|
|
|
|
autoPlaySpeed={10000} |
|
|
|
|
dotListClass="position-relative mt-2" |
|
|
|
|
> |
|
|
|
|
<div className="mr-1 pr-1 d-flex"> |
|
|
|
|
<a href="https://cryptpad.fr/form/#/2/form/view/pV-DdryeJoYUWvW+gXsFaMNynEY7t5mUsgeD1urgwSE/" target="__blank"> |
|
|
|
|
<img src={'/assets/img/soliditySurvey2023.webp'} style={{flex: '1', height: '170px', maxWidth: '170px'}} alt=""></img> |
|
|
|
|
</a> |
|
|
|
|
<div className="h6 w-50 p-2 pl-4 align-self-center" style={{flex: '1'}}> |
|
|
|
|
<h5> |
|
|
|
|
SOLIDITY DEVELOPER SURVEY 2023 |
|
|
|
|
</h5> |
|
|
|
|
<p className='pt-2 mb-1'> |
|
|
|
|
Please take a few minutes of your time to complete the survey. |
|
|
|
|
</p> |
|
|
|
|
<p className="mb-3"> |
|
|
|
|
Thank you for your support! Read the full announcement |
|
|
|
|
<a |
|
|
|
|
className="mx-1" |
|
|
|
|
onClick={() => _paq.push(['trackEvent', 'hometab', 'featuredSection', 'soliditySurvey23'])} |
|
|
|
|
target="__blank" |
|
|
|
|
href="https://soliditylang.org/blog/2023/12/08/solidity-developer-survey-2023-announcement/" |
|
|
|
|
> |
|
|
|
|
here. |
|
|
|
|
</a> |
|
|
|
|
</p> |
|
|
|
|
<a |
|
|
|
|
href="https://cryptpad.fr/form/#/2/form/view/pV-DdryeJoYUWvW+gXsFaMNynEY7t5mUsgeD1urgwSE/" |
|
|
|
|
target="__blank" |
|
|
|
|
className='remixui_home_text btn-sm btn btn-secondary text-decoration-none' |
|
|
|
|
style={{cursor: 'pointer'}} |
|
|
|
|
> |
|
|
|
|
Start Survey |
|
|
|
|
</a> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div className="mr-1 pr-1 d-flex"> |
|
|
|
|
<a href={releaseDetails.moreLink} target="__blank"> |
|
|
|
|
<img src={'assets/img/remi_drums_whatsnew.webp'} style={{flex: '1', height: '170px', maxWidth: '170px'}} alt=""></img> |
|
|
|
|