diff --git a/src/app/ui/landing-page/landing-page.js b/src/app/ui/landing-page/landing-page.js index 29328217e2..ba9e003fa4 100644 --- a/src/app/ui/landing-page/landing-page.js +++ b/src/app/ui/landing-page/landing-page.js @@ -40,17 +40,50 @@ let css = csjs` width : 100%; font-size : xx-large; align-self : center; - } .text { cursor: pointer; font-weight: normal; max-width: 300px; user-select: none; + color: var(--primary); } .text:hover { - font-weight: bold; + text-decoration: underline; + } + .jumbotronContainer { + margin: 0 60px; + width: 80%; + } + .thisJumboton { + padding: 2.5rem 5rem; + } + .hpLogoContainer { + margin:30px; + padding-right: 90px; + } + .jumboBtnContainer { + float: left; + vertical-align: bottom; + padding-top: 0px; + } + .headlineContainer { + float: left; + padding-right: 90px; + } + .hpSections { + margin: 0 60px; } + .solidityBtn { + margin-right: 40px; + } + .labelIt { + margin-bottom: 0; + } + .seeAll { + margin-top: 7px; + } + } ` @@ -129,11 +162,11 @@ export class LandingPage extends ApiFactory { this.appManager.ensureActivated('pipeline') this.appManager.ensureActivated('run') } - let startDebugger = () => { - this.appManager.ensureActivated('debugger') + let startDebugger = () => { + this.appManager.ensureActivated('debugger') globalRegistry.get('verticalicon').api.select('debugger') } - let startPluginManager = () => { + let startPluginManager = () => { this.appManager.ensureActivated('pluginManager') globalRegistry.get('verticalicon').api.select('pluginManager') } @@ -148,56 +181,62 @@ export class LandingPage extends ApiFactory { let importFromExternal = () => { load('URL') } let container = yo`
{ createNewFile() }}>New File
- -{ connectToLocalhost() }}>Connect to Localhost
-{ importFromExternal() }}>Import From external source
-{ startPipeline() }}>Pipeline
-{ startDebugger() }}>Debugger
- +{ createNewFile() }}>New File
++ +
+{ connectToLocalhost() }}>Connect to Localhost
+Import From external source
+{ startPipeline() }}>Pipeline
+{ startDebugger() }}>Debugger
+