Commit 217efa47 authored by LianaHus's avatar LianaHus Committed by Liana Husikyan

added website

parent d1ffec77
...@@ -40,6 +40,11 @@ const css = csjs` ...@@ -40,6 +40,11 @@ const css = csjs`
.mediaBadge:focus { .mediaBadge:focus {
outline: none; outline: none;
} }
.image {
height: 1em;
width: 1em;
text-align: center;
}
.logoImg { .logoImg {
height: 10em; height: 10em;
} }
...@@ -394,12 +399,12 @@ export class LandingPage extends ViewPlugin { ...@@ -394,12 +399,12 @@ export class LandingPage extends ViewPlugin {
<a class="${css.text}" target="__blank" href="https://gitter.im/ethereum/remix">Gitter channel</a> <a class="${css.text}" target="__blank" href="https://gitter.im/ethereum/remix">Gitter channel</a>
</p> </p>
<p class="mb-1"> <p class="mb-1">
<i class="mr-1 fab fa-medium"></i> <img class="mr-1 ${css.image}" src="${profile.icon}">
<a class="${css.text}" target="__blank" href="https://medium.com/remix-ide">Medium Posts</a> <a class="${css.text}" target="__blank" href="https://remix-project.org">Featuring website</a>
</p> </p>
<p> <p>
<i class="fab fa-ethereum"></i> <i class="fab fa-ethereum ${css.image}"></i>
<span class="ml-2 ${css.text}" onclick=${() => switchToPreviousVersion()}>Old experience</span> <span class="${css.text}" onclick=${() => switchToPreviousVersion()}>Old experience</span>
</p> </p>
</div> </div>
</div> </div>
......
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