Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Name and logo #55

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=0.5, maximum-scale=1">
<link rel="shortcut icon" href="favicon.ico">
<title>polkadot{.js}</title>
<title>Polkadot Developer Tools</title>
<style>
a { color: #ff8c00 !important; text-decoration: none }
body { color: #4e4e4e; font-family: "-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; height: 100vh; overflow: hidden; padding: 0 }
Expand All @@ -27,20 +27,20 @@
<div class="container">
<div class="row">
<div class="box">
<h3>Apps Wallet (hosted)</h3>
<p class="desc">A wallet built on the polkadot-js stack. This version is updated alongside any changes to the code and always has the latest features.</p>
<h3>Developer Tools (hosted)</h3>
<p class="desc">A library of developer tools built on the polkadot-js stack. This version is updated alongside any changes to the code and always has the latest features.</p>
<p><a href="https://polkadot.js.org/apps/">polkadot.js.org/apps</a></p>
</div>
<div class="box">
<h3>Apps Wallet (IPFS)</h3>
<p class="desc">An IPFS version of the polkadot-js wallet. This version is updated weekly but fits closer with the Web3 vision of decentralization.</p>
<h3>Developer Tools (IPFS)</h3>
<p class="desc">An IPFS version of the polkadot-js Developer Tools. This version is updated weekly but fits closer with the Web3 vision of decentralization.</p>
<p><a href="https://dotapps.io/">dotapps.io</a></p>
</div>
</div>
<div class="row">
<div class="box">
<h3>Extension</h3>
<p class="desc">A browser-based vault for management of your account keys. It is meant to be used alongside wallets such as the apps UI.</p>
<p class="desc">A browser-based vault for management of your account keys. It is a developer focussed key manager for expert users.</p>
<p><a href="https://polkadot.js.org/extension/">polkadot.js.org/extension</a></p>
</div>
<div class="box">
Expand All @@ -65,7 +65,7 @@ <h3>code</h3>
<div class="header">
<div class="logo">
<img src="logo.svg" />
<div>polkadot{.js}</div>
<div>Polkadot Developer Tools</div>
</div>
<a href="https://github.com/polkadot-js/polkadot-js.github.io/edit/master/index.html">edit page on github</a>
</div>
Expand Down
5 changes: 1 addition & 4 deletions logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.