|
|
@ -37,7 +37,9 @@ function HomeTabFeatured() { |
|
|
|
dotListClass="position-relative mt-2" |
|
|
|
dotListClass="position-relative mt-2" |
|
|
|
> |
|
|
|
> |
|
|
|
<div className="mx-1 px-1 d-flex"> |
|
|
|
<div className="mx-1 px-1 d-flex"> |
|
|
|
<img src={"assets/img/bgRemi_small.webp"} style={{ flex: "1", height: "170px", maxWidth: "170px" }} alt="" ></img> |
|
|
|
<a href="https://remix-project.org" target="__blank"> |
|
|
|
|
|
|
|
<img src={"assets/img/bgRemi_small.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" }}> |
|
|
|
<div className="h6 w-50 p-2 pl-4 align-self-center" style={{ flex: "1" }}> |
|
|
|
<h5><FormattedMessage id='home.jumpIntoWeb3' /></h5> |
|
|
|
<h5><FormattedMessage id='home.jumpIntoWeb3' /></h5> |
|
|
|
<div style={{ fontSize: '0.8rem' }} className="mb-3"><FormattedMessage id='home.jumpIntoWeb3Text'/></div> |
|
|
|
<div style={{ fontSize: '0.8rem' }} className="mb-3"><FormattedMessage id='home.jumpIntoWeb3Text'/></div> |
|
|
@ -52,7 +54,7 @@ function HomeTabFeatured() { |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div className="mx-1 px-1 d-flex"> |
|
|
|
<div className="mx-1 px-1 d-flex"> |
|
|
|
<a href="https://www.youtube.com/@EthereumRemix/videos" target="__blank"> |
|
|
|
<a href="https://www.youtube.com/@EthereumRemix/videos" target="__blank"> |
|
|
|
<img src={"/assets/img/YouTubeLogo.webp"} style={{ flex: "1", height: "170px", maxWidth: "170px" }} alt="" ></img> |
|
|
|
<img src={"/assets/img/YouTubeLogo.webp"} style={{ flex: "1", height: "170px", maxWidth: "170px" }} alt="" ></img> |
|
|
|
</a> |
|
|
|
</a> |
|
|
|
<div className="h6 w-50 p-2 pl-4 align-self-center" style={{ flex: "1" }}> |
|
|
|
<div className="h6 w-50 p-2 pl-4 align-self-center" style={{ flex: "1" }}> |
|
|
@ -70,7 +72,9 @@ function HomeTabFeatured() { |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div className="mx-1 px-1 d-flex"> |
|
|
|
<div className="mx-1 px-1 d-flex"> |
|
|
|
<img src={"/assets/img/remixRewardBetaTester_small.webp"} style={{ flex: "1", height: "170px", maxWidth: "170px" }} alt="" ></img> |
|
|
|
<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: "170px", maxWidth: "170px" }} alt="" ></img> |
|
|
|
|
|
|
|
</a> |
|
|
|
<div className="h6 w-50 p-2 pl-4 align-self-center" style={{ flex: "1" }}> |
|
|
|
<div className="h6 w-50 p-2 pl-4 align-self-center" style={{ flex: "1" }}> |
|
|
|
<h5><FormattedMessage id='home.betaTesting' /></h5> |
|
|
|
<h5><FormattedMessage id='home.betaTesting' /></h5> |
|
|
|
<p style={{ fontStyle: 'italic', fontSize: '1rem' }}><FormattedMessage id='home.betaTestingText1' /></p> |
|
|
|
<p style={{ fontStyle: 'italic', fontSize: '1rem' }}><FormattedMessage id='home.betaTestingText1' /></p> |
|
|
|