Skip to content

Commit

Permalink
add solidity survey 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
LianaHus committed Jan 9, 2025
1 parent ad3f8e7 commit 7b135af
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
Binary file added apps/remix-ide/src/assets/img/solSurvey2024.webp
Binary file not shown.
Binary file not shown.
34 changes: 34 additions & 0 deletions libs/remix-ui/home-tab/src/lib/components/homeTabFeatured.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,40 @@ function HomeTabFeatured(props:HomeTabFeaturedProps) {
autoPlaySpeed={10000}
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">
<a href={releaseDetails.moreLink} target="__blank">
<img src={'assets/img/remi_drums_whatsnew.webp'} className="remixui_carouselImage" alt=""></img>
Expand Down

0 comments on commit 7b135af

Please sign in to comment.