Skip to content

Commit

Permalink
new offline tool links, landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
SilentCicero authored and SilentCicero committed Jun 15, 2017
1 parent bb4f34a commit 1019d6f
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 4 deletions.
79 changes: 79 additions & 0 deletions index.html
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>
4 changes: 2 additions & 2 deletions offline/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ <h3>Signed Transaction Data</h3>

<br /><br />

<h3 style="z-index: 10000; font-weight: normal;">Scan this QR code with: <span style="color: #F3F3F3;">https://ethjs-scanner.surge.sh</span> on Android/PC/Mac</h3>
<h3 style="z-index: 10000; font-weight: normal;">Scan this QR code with: <span style="color: #F3F3F3;">https://ethjs.github.io/scanner</span> on Android/PC/Mac</h3>

<br /><br />

Expand All @@ -259,7 +259,7 @@ <h3 style="z-index: 10000; margin-top: 100px;" id="addressValue"></h3>

<br /><br />

<h3 style="z-index: 10000; font-weight: normal;">Scan this QR code with: <span style="color: #F3F3F3;">https://ethjs-scanner.surge.sh</span> on Android/PC/Mac</h3>
<h3 style="z-index: 10000; font-weight: normal;">Scan this QR code with: <span style="color: #F3F3F3;">https://ethjs.github.io/scanner</span> on Android/PC/Mac</h3>

<br /><br />

Expand Down
4 changes: 2 additions & 2 deletions offline/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ <h3>Signed Transaction Data</h3>

<br /><br />

<h3 style="z-index: 10000; font-weight: normal;">Scan this QR code with: <span style="color: #F3F3F3;">https://ethjs-scanner.surge.sh</span> on Android/PC/Mac</h3>
<h3 style="z-index: 10000; font-weight: normal;">Scan this QR code with: <span style="color: #F3F3F3;">https://ethjs.github.io/scanner</span> on Android/PC/Mac</h3>

<br /><br />

Expand All @@ -259,7 +259,7 @@ <h3 style="z-index: 10000; margin-top: 100px;" id="addressValue"></h3>

<br /><br />

<h3 style="z-index: 10000; font-weight: normal;">Scan this QR code with: <span style="color: #F3F3F3;">https://ethjs-scanner.surge.sh</span> on Android/PC/Mac</h3>
<h3 style="z-index: 10000; font-weight: normal;">Scan this QR code with: <span style="color: #F3F3F3;">https://ethjs.github.io/scanner</span> on Android/PC/Mac</h3>

<br /><br />

Expand Down

0 comments on commit 1019d6f

Please sign in to comment.