diff --git a/src/app/ui/landing-page/landing-page.js b/src/app/ui/landing-page/landing-page.js index 394c8eb1d3..57822cfda1 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; + } + } ` @@ -158,56 +191,62 @@ export class LandingPage extends BaseApi { let importFromExternal = () => { load('URL') } let container = yo`
-
Remix logo
-
-
-

The New Layout has arrived

- +
Remix logo
+
+
+
+

The new layout has arrived

-
-
-
-
-

Environments

+
+ +
+
+
+
+
+
+

Environments

- - + +
-

File

-

{ createNewFile() }}>New File

- -

{ connectToLocalhost() }}>Connect to Localhost

-

{ importFromExternal() }}>Import From external source

-
-
-
-
-

Featured Plugins

-

{ startPipeline() }}>Pipeline

-

{ startDebugger() }}>Debugger

- +

File

+

{ createNewFile() }}>New File

+

+ +

+

{ connectToLocalhost() }}>Connect to Localhost

+

Import From external source

+
+
+
+
+

Featured Plugins

+

{ startPipeline() }}>Pipeline

+

{ startDebugger() }}>Debugger

+

-
-
+
+
` return container