Replace the logo with ascii and subtext

pull/1/head
ninabreznik 7 years ago committed by yann300
parent 8a39e61749
commit 34492241ee
  1. 25
      src/app/panels/editor-panel.js

@ -169,7 +169,6 @@ var css = csjs`
height : 100%; height : 100%;
width : 100%; width : 100%;
} }
.contextviewcontainer{ .contextviewcontainer{
position : absolute; position : absolute;
z-index : 100; z-index : 100;
@ -177,7 +176,6 @@ var css = csjs`
top : 10px; top : 10px;
width : 20em; width : 20em;
} }
.banner { .banner {
width : 25em; width : 25em;
} }
@ -217,9 +215,26 @@ class EditorPanel {
return self._api.context() return self._api.context()
} }
}, },
banner: yo`<div> banner: yo`
<img class=${css.banner} title="Remix" src="assets/img/remix_logo_512x512.svg" alt="Remix"> <div>
</div>` <div class=${css.banner} title="Remix" alt="Remix">
######## ######## ## ## #### ## ##
## ## ## ### ### ## ## ##
## ## ## #### #### ## ## ##
######## ###### ## ### ## ## ###
## ## ## ## ## ## ## ##
## ## ## ## ## ## ## ##
## ## ######## ## ## #### ## ##
welcome to browser solidity
new features:
- dom terminal v0.0.1-alpha
</div>
</div>
`
}) })
} }
self._components.terminal.event.register('filterChanged', (type, value) => { self._components.terminal.event.register('filterChanged', (type, value) => {

Loading…
Cancel
Save