|
|
@ -57,7 +57,7 @@ let css = csjs` |
|
|
|
} |
|
|
|
} |
|
|
|
.logoContainer img{ |
|
|
|
.logoContainer img{ |
|
|
|
height: 150px; |
|
|
|
height: 150px; |
|
|
|
opacity: 0.5; |
|
|
|
opacity: 0.7; |
|
|
|
} |
|
|
|
} |
|
|
|
.enviroments { |
|
|
|
.enviroments { |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
@ -172,8 +172,8 @@ export class LandingPage extends ViewPlugin { |
|
|
|
query.update({appVersion: '0.7.7'}) |
|
|
|
query.update({appVersion: '0.7.7'}) |
|
|
|
document.location.reload() |
|
|
|
document.location.reload() |
|
|
|
} |
|
|
|
} |
|
|
|
const img = yo`<img src="assets/img/hexagon-remix-greengrey-texture.png"></img>` |
|
|
|
const img = yo`<img src="assets/img/sleepingRemiCroped.webp"></img>` |
|
|
|
let container = yo`<div class="${css.homeContainer} bg-light" data-id="landingPageHomeContainer">
|
|
|
|
const container = yo`<div class="${css.homeContainer} bg-light" data-id="landingPageHomeContainer">
|
|
|
|
<div> |
|
|
|
<div> |
|
|
|
<div class="alert alert-info clearfix ${css.thisJumboton}"> |
|
|
|
<div class="alert alert-info clearfix ${css.thisJumboton}"> |
|
|
|
<div class="${css.headlineContainer}"> |
|
|
|
<div class="${css.headlineContainer}"> |
|
|
|