Skip to content

Commit dd96949

Browse files
LianaHusAniket-Engg
authored andcommitted
add solidity survey 2024
1 parent ad3f8e7 commit dd96949

File tree

3 files changed

+34
-0
lines changed

3 files changed

+34
-0
lines changed

Diff for: apps/remix-ide/src/assets/img/solSurvey2024.webp

132 KB
Binary file not shown.
-15.9 KB
Binary file not shown.

Diff for: libs/remix-ui/home-tab/src/lib/components/homeTabFeatured.tsx

+34
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,40 @@ function HomeTabFeatured(props:HomeTabFeaturedProps) {
5050
autoPlaySpeed={10000}
5151
dotListClass="position-relative mt-2"
5252
>
53+
<div
54+
className="mx-1 px-1 d-flex" // Please do not delete. just comment this out. To be used every year.
55+
>
56+
<a href="https://cryptpad.fr/form/#/2/form/view/pV-DdryeJoYUWvW+gXsFaMNynEY7t5mUsgeD1urgwSE/" target="__blank">
57+
<img className="remixui_carouselImage" src={'/assets/img/solSurvey2024.webp'} alt=""></img>
58+
</a>
59+
<div className="h6 w-50 p-2 pl-4 align-self-center" style={{flex: '1'}}>
60+
<h5>
61+
The Solidity Developer Survey 2024 is live!
62+
</h5>
63+
<p className='pt-2'>
64+
Please take a few minute of your time to
65+
<a
66+
className="mx-1"
67+
onClick={() => _paq.push(['trackEvent', 'hometab', 'featuredSection', 'soliditySurvey23'])}
68+
target="__blank"
69+
href="https://cryptpad.fr/form/#/2/form/view/9xjPVmdv8z0Cyyh1ejseMQ0igmx-TedH5CPST3PhRUk/"
70+
>
71+
COMPLETE THE SURVEY.
72+
</a>
73+
</p>
74+
<p style={{fontSize: '0.8rem'}} className="mb-3">
75+
Thank you for your support! Read the full announcement
76+
<a
77+
className="remixui_home_text mx-1"
78+
onClick={() => _paq.push(['trackEvent', 'hometab', 'featuredSection', 'soliditySurvey23'])}
79+
target="__blank"
80+
href="https://soliditylang.org/blog/2024/12/27/solidity-developer-survey-2024-announcement/"
81+
>
82+
here.
83+
</a>
84+
</p>
85+
</div>
86+
</div>
5387
<div className="mr-1 pr-1 d-flex align-items-center justify-content-center h-100">
5488
<a href={releaseDetails.moreLink} target="__blank">
5589
<img src={'assets/img/remi_drums_whatsnew.webp'} className="remixui_carouselImage" alt=""></img>

0 commit comments

Comments
 (0)