-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new offline tool links, landing page
- Loading branch information
SilentCicero
authored and
SilentCicero
committed
Jun 15, 2017
1 parent
bb4f34a
commit 1019d6f
Showing
3 changed files
with
83 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
<html> | ||
|
||
<head> | ||
|
||
<title>EthJS | Landing Page</title> | ||
|
||
</head> | ||
|
||
<body> | ||
|
||
<style type="text/css"> | ||
|
||
html, body { | ||
font-family: Arial; | ||
height: 99%; | ||
width: 99%; | ||
} | ||
|
||
main { | ||
padding: 20%; | ||
padding-top: 80px; | ||
padding-bottom: 0px; | ||
} | ||
|
||
</style> | ||
|
||
<main> | ||
|
||
<h1>EthJS</h1> | ||
|
||
<p>EthJS is a completely open source Ethereum JS project.</p> | ||
|
||
<p>Please visit <a href="https://github.com/ethjs">github.com/ethjs</a> for more details.</p> | ||
|
||
<br /> | ||
|
||
<hr /> | ||
|
||
<br /> | ||
|
||
<h2>Offline Signing Tool (EthOffline)</h2> | ||
|
||
<p>Here is the link to our offline Ethereum transaction signing tool EthOffline.</p> | ||
|
||
<a href="https://ethjs.github.io/offline" target="_blank">EthOffline</a> | <a href="https://github.com/ethjs/ethjs.github.io/releases" target="_blank">Release Info</a> | ||
|
||
<br /><br /> | ||
|
||
<h2>Ethereum Transaction Scanner (EthScanner)</h2> | ||
|
||
<p>Here is a link to our Ethereum transaction scanning tool EthScanner.</p> | ||
|
||
<a href="https://ethjs.github.io/scanner" target="_blank">EthScanner</a> | <a href="https://github.com/ethjs/ethjs.github.io/releases" target="_blank">Release Info</a> | ||
|
||
<br /> | ||
<br /> | ||
<br /> | ||
|
||
<hr /> | ||
|
||
<br /> | ||
|
||
<h2>License</h2> | ||
|
||
<p>Please refer to the software license for more detail.</p> | ||
|
||
<p>The software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.</p> | ||
|
||
<h2>Open-Source</h2> | ||
|
||
<p>This project is <b>100% open-source code</b></p> | ||
|
||
<p>Get the source code from the repository - <a href="https://github.com/ethjs/ethjs.github.io" target="_blank">https://github.com/ethjs/ethjs.github.io</a></p> | ||
|
||
</main> | ||
|
||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters