Commit 34492241 authored by ninabreznik's avatar ninabreznik Committed by yann300

Replace the logo with ascii and subtext

parent 8a39e617
...@@ -169,7 +169,6 @@ var css = csjs` ...@@ -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` ...@@ -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 { ...@@ -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) => {
......
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