Unverified Commit 58c60897 authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #1737 from ethereum/bootstrap

add background logo to front page
parents 62ad699a 0ccf1eea
......@@ -15,8 +15,12 @@ var css = csjs`
border : 2px solid black;
width : 400px;
padding : 50px;
font-family : "Lucida Console", Monaco, monospace
}
font-family : "Lucida Console", Monaco, monospace;
}
.logo {
position: absolute;
opacity: 0.3;
}
`
class LandingPage {
......@@ -27,7 +31,7 @@ class LandingPage {
render () {
var totalLook = yo`
<div class="${css.container}">
<h1> Remix </h1>
<img src="icon.png" class="${css.logo}" />
</div>
`
for (var i = 0; i < this.sections.length; i++) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment