diff --git a/apps/remix-ide/src/app/ui/landing-page/landing-page.js b/apps/remix-ide/src/app/ui/landing-page/landing-page.js index a9734e51a2..549e406b66 100644 --- a/apps/remix-ide/src/app/ui/landing-page/landing-page.js +++ b/apps/remix-ide/src/app/ui/landing-page/landing-page.js @@ -61,9 +61,6 @@ let css = csjs` height: 150px; opacity: 0.7; } - .enviroments { - display: flex; - } .envLogo { height: 16px; } @@ -184,11 +181,6 @@ export class LandingPage extends ViewPlugin { this.appManager.ensureActivated('solidityUnitTesting') this.verticalIcons.select('solidity') } - const startVyper = () => { - this.appManager.ensureActivated('vyper') - this.appManager.ensureActivated('udapp') - this.verticalIcons.select('vyper') - } /* const startWorkshop = () => { this.appManager.ensureActivated('box') @@ -238,14 +230,13 @@ export class LandingPage extends ViewPlugin { globalRegistry.get('themeModule').api.events.on('themeChanged', (theme) => { globalRegistry.get('themeModule').api.fixInvert(document.getElementById('remixLogo')) globalRegistry.get('themeModule').api.fixInvert(document.getElementById('solidityLogo')) - globalRegistry.get('themeModule').api.fixInvert(document.getElementById('vyperLogo')) globalRegistry.get('themeModule').api.fixInvert(document.getElementById('pipelineLogo')) globalRegistry.get('themeModule').api.fixInvert(document.getElementById('debuggerLogo')) globalRegistry.get('themeModule').api.fixInvert(document.getElementById('workshopLogo')) globalRegistry.get('themeModule').api.fixInvert(document.getElementById('moreLogo')) }) - const createEnvButton = (imgPath, envID, envText, callback) => { + const createLargeButton = (imgPath, envID, envText, callback) => { return yo` - - - - - - - - -
+
-

Featured Plugins

-
- ${pipelineEnv} - ${mythXEnv} - ${sourceVerifyEnv} - ${debuggerEnv} - ${moreEnv} -
+

Featured Plugins

+
+ ${solEnv} + ${pipelineEnv} + ${mythXEnv} + ${sourceVerifyEnv} + ${debuggerEnv} + ${moreEnv}
-
-

Resources

-

- - Documentation -

-

- - Gitter channel +

+
+
+

File

+

+ + createNewFile()}>New File +

+

+ + + Open Files + + +

+

+ + connectToLocalhost()}>Connect to Localhost +

+

+
+ + + + + + +
+
+
+

Resources

+

+ + Documentation

-

- - Medium Posts -

+

+ + Gitter channel +

+

+ + Medium Posts +

+

+ + switchToPreviousVersion()}>Old experience +

+
-
+