|
|
|
@ -17,7 +17,7 @@ function HomeTabFeatured() { |
|
|
|
|
<FormattedMessage id="home.featured" /> |
|
|
|
|
</label> |
|
|
|
|
<div className="mb-2"> |
|
|
|
|
<div className="w-100 d-flex flex-column" style={{ height: '300px' }}> |
|
|
|
|
<div className="w-100 d-flex flex-column rounded-3" style={{ height: '300px' }}> |
|
|
|
|
<ThemeContext.Provider value={themeFilter}> |
|
|
|
|
<Carousel |
|
|
|
|
arrows={false} |
|
|
|
@ -42,9 +42,6 @@ function HomeTabFeatured() { |
|
|
|
|
dotListClass="position-relative mt-2" |
|
|
|
|
> |
|
|
|
|
<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: '220px', maxWidth: '220px' }} alt=""></img> |
|
|
|
|
</a> |
|
|
|
|
<div className="h6 w-50 p-2 pl-4 align-self-center" style={{ flex: '1' }}> |
|
|
|
|
<h5>{releaseDetails.version} {releaseDetails.title}</h5> |
|
|
|
|
<div style={{ fontSize: '0.8rem' }} className="mb-3"> |
|
|
|
@ -64,11 +61,11 @@ function HomeTabFeatured() { |
|
|
|
|
{releaseDetails.more} |
|
|
|
|
</a> |
|
|
|
|
</div> |
|
|
|
|
<a href={releaseDetails.moreLink} target="__blank"> |
|
|
|
|
<img src={'assets/img/remi_drums_whatsnew.webp'} style={{ flex: '1', height: '220px', maxWidth: '220px' }} alt=""></img> |
|
|
|
|
</a> |
|
|
|
|
</div> |
|
|
|
|
<div className="mr-1 pr-1 d-flex"> |
|
|
|
|
<a href="https://remix-project.org" target="__blank"> |
|
|
|
|
<img src={'assets/img/bgRemi_small.webp'} style={{ flex: '1', height: '220px', maxWidth: '220px' }} alt=""></img> |
|
|
|
|
</a> |
|
|
|
|
<div className="h6 w-50 p-2 pl-4 align-self-center" style={{ flex: '1' }}> |
|
|
|
|
<h5> |
|
|
|
|
<FormattedMessage id="home.jumpIntoWeb3" /> |
|
|
|
@ -85,11 +82,11 @@ function HomeTabFeatured() { |
|
|
|
|
<FormattedMessage id="home.jumpIntoWeb3More" /> |
|
|
|
|
</a> |
|
|
|
|
</div> |
|
|
|
|
<a href="https://remix-project.org" target="__blank"> |
|
|
|
|
<img src={'assets/img/bgRemi_small.webp'} style={{ flex: '1', height: '220px', maxWidth: '220px' }} alt=""></img> |
|
|
|
|
</a> |
|
|
|
|
</div> |
|
|
|
|
<div className="mr-1 pr-1 d-flex"> |
|
|
|
|
<a href="https://www.youtube.com/@EthereumRemix/videos" target="__blank"> |
|
|
|
|
<img src={'/assets/img/YouTubeLogo.webp'} style={{ flex: '1', height: '220px', maxWidth: '220px' }} alt=""></img> |
|
|
|
|
</a> |
|
|
|
|
<div className="h6 w-50 p-2 pl-4 align-self-center" style={{ flex: '1' }}> |
|
|
|
|
<h5> |
|
|
|
|
<FormattedMessage id="home.remixYouTube" /> |
|
|
|
@ -109,11 +106,11 @@ function HomeTabFeatured() { |
|
|
|
|
<FormattedMessage id="home.remixYouTubeMore" /> |
|
|
|
|
</a> |
|
|
|
|
</div> |
|
|
|
|
<a href="https://www.youtube.com/@EthereumRemix/videos" target="__blank"> |
|
|
|
|
<img src={'/assets/img/YouTubeLogo.webp'} style={{ flex: '1', height: '220px', maxWidth: '220px' }} alt=""></img> |
|
|
|
|
</a> |
|
|
|
|
</div> |
|
|
|
|
<div className="mr-1 pr-1 d-flex"> |
|
|
|
|
<a href="https://docs.google.com/forms/d/e/1FAIpQLSd0WsJnKbeJo-BGrnf7WijxAdmE4PnC_Z4M0IApbBfHLHZdsQ/viewform" target="__blank"> |
|
|
|
|
<img src={'/assets/img/remixRewardBetaTester_small.webp'} style={{ flex: '1', height: '220px', maxWidth: '220px' }} alt=""></img> |
|
|
|
|
</a> |
|
|
|
|
<div className="h6 w-50 p-2 pl-4 align-self-center" style={{ flex: '1' }}> |
|
|
|
|
<h5> |
|
|
|
|
<FormattedMessage id="home.betaTesting" /> |
|
|
|
@ -133,6 +130,9 @@ function HomeTabFeatured() { |
|
|
|
|
<FormattedMessage id="home.betaTestingMore" /> |
|
|
|
|
</a> |
|
|
|
|
</div> |
|
|
|
|
<a href="https://docs.google.com/forms/d/e/1FAIpQLSd0WsJnKbeJo-BGrnf7WijxAdmE4PnC_Z4M0IApbBfHLHZdsQ/viewform" target="__blank"> |
|
|
|
|
<img src={'/assets/img/remixRewardBetaTester_small.webp'} style={{ flex: '1', height: '220px', maxWidth: '220px' }} alt=""></img> |
|
|
|
|
</a> |
|
|
|
|
</div> |
|
|
|
|
</Carousel> |
|
|
|
|
</ThemeContext.Provider> |
|
|
|
|