add solidity survey 2024

pull/5630/head
lianahus 3 weeks ago committed by Aniket
parent 91044eed00
commit 04b97f1c51
  1. BIN
      apps/remix-ide/src/assets/img/solSurvey2024.webp
  2. BIN
      apps/remix-ide/src/assets/img/soliditySurvey2023.webp
  3. 34
      libs/remix-ui/home-tab/src/lib/components/homeTabFeatured.tsx

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

@ -50,6 +50,40 @@ function HomeTabFeatured(props:HomeTabFeaturedProps) {
autoPlaySpeed={10000} autoPlaySpeed={10000}
dotListClass="position-relative mt-2" dotListClass="position-relative mt-2"
> >
<div
className="mx-1 px-1 d-flex" // Please do not delete. just comment this out. To be used every year.
>
<a href="https://cryptpad.fr/form/#/2/form/view/pV-DdryeJoYUWvW+gXsFaMNynEY7t5mUsgeD1urgwSE/" target="__blank">
<img className="remixui_carouselImage" src={'/assets/img/solSurvey2024.webp'} alt=""></img>
</a>
<div className="h6 w-50 p-2 pl-4 align-self-center" style={{flex: '1'}}>
<h5>
The Solidity Developer Survey 2024 is live!
</h5>
<p className='pt-2'>
Please take a few minute of your time to
<a
className="mx-1"
onClick={() => _paq.push(['trackEvent', 'hometab', 'featuredSection', 'soliditySurvey23'])}
target="__blank"
href="https://cryptpad.fr/form/#/2/form/view/9xjPVmdv8z0Cyyh1ejseMQ0igmx-TedH5CPST3PhRUk/"
>
COMPLETE THE SURVEY.
</a>
</p>
<p style={{fontSize: '0.8rem'}} className="mb-3">
Thank you for your support! Read the full announcement
<a
className="remixui_home_text mx-1"
onClick={() => _paq.push(['trackEvent', 'hometab', 'featuredSection', 'soliditySurvey23'])}
target="__blank"
href="https://soliditylang.org/blog/2024/12/27/solidity-developer-survey-2024-announcement/"
>
here.
</a>
</p>
</div>
</div>
<div className="mr-1 pr-1 d-flex align-items-center justify-content-center h-100"> <div className="mr-1 pr-1 d-flex align-items-center justify-content-center h-100">
<a href={releaseDetails.moreLink} target="__blank"> <a href={releaseDetails.moreLink} target="__blank">
<img src={'assets/img/remi_drums_whatsnew.webp'} className="remixui_carouselImage" alt=""></img> <img src={'assets/img/remi_drums_whatsnew.webp'} className="remixui_carouselImage" alt=""></img>

Loading…
Cancel
Save