Skip to content

Commit 1019d6f

Browse files
SilentCiceroSilentCicero
SilentCicero
authored and
SilentCicero
committed
new offline tool links, landing page
1 parent bb4f34a commit 1019d6f

File tree

3 files changed

+83
-4
lines changed

3 files changed

+83
-4
lines changed

index.html

+79
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
<html>
2+
3+
<head>
4+
5+
<title>EthJS | Landing Page</title>
6+
7+
</head>
8+
9+
<body>
10+
11+
<style type="text/css">
12+
13+
html, body {
14+
font-family: Arial;
15+
height: 99%;
16+
width: 99%;
17+
}
18+
19+
main {
20+
padding: 20%;
21+
padding-top: 80px;
22+
padding-bottom: 0px;
23+
}
24+
25+
</style>
26+
27+
<main>
28+
29+
<h1>EthJS</h1>
30+
31+
<p>EthJS is a completely open source Ethereum JS project.</p>
32+
33+
<p>Please visit <a href="https://github.com/ethjs">github.com/ethjs</a> for more details.</p>
34+
35+
<br />
36+
37+
<hr />
38+
39+
<br />
40+
41+
<h2>Offline Signing Tool (EthOffline)</h2>
42+
43+
<p>Here is the link to our offline Ethereum transaction signing tool EthOffline.</p>
44+
45+
<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>
46+
47+
<br /><br />
48+
49+
<h2>Ethereum Transaction Scanner (EthScanner)</h2>
50+
51+
<p>Here is a link to our Ethereum transaction scanning tool EthScanner.</p>
52+
53+
<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>
54+
55+
<br />
56+
<br />
57+
<br />
58+
59+
<hr />
60+
61+
<br />
62+
63+
<h2>License</h2>
64+
65+
<p>Please refer to the software license for more detail.</p>
66+
67+
<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>
68+
69+
<h2>Open-Source</h2>
70+
71+
<p>This project is <b>100% open-source code</b></p>
72+
73+
<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>
74+
75+
</main>
76+
77+
</body>
78+
79+
</html>

offline/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ <h3>Signed Transaction Data</h3>
235235

236236
<br /><br />
237237

238-
<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>
238+
<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>
239239

240240
<br /><br />
241241

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

260260
<br /><br />
261261

262-
<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>
262+
<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>
263263

264264
<br /><br />
265265

offline/src/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ <h3>Signed Transaction Data</h3>
235235

236236
<br /><br />
237237

238-
<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>
238+
<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>
239239

240240
<br /><br />
241241

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

260260
<br /><br />
261261

262-
<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>
262+
<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>
263263

264264
<br /><br />
265265

0 commit comments

Comments
 (0)