Browse Source

tmp main page added

a temporary split main page added to App start.
This will replace with node.js/expressjs web dynamic page with more
better options and gui soon in future update.
ca333-dev
Satinder Grewal 8 years ago
parent
commit
6b3c168e20
  1. BIN
      gui/bg.jpg
  2. BIN
      gui/bg2.jpg
  3. 4
      gui/main.html
  4. 2
      main.js

BIN
gui/bg.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
gui/bg2.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

4
gui/main.html

@ -22,8 +22,8 @@
<body>
<div class="row page-main">
<div class="col-xs-6 text-center" style="height: 100%; background: url(bg.jpg) no-repeat fixed; vertical-align: middle;"><h1 style="color: white;">Iguana Wallet<h1></div>
<div class="col-xs-6 text-center" style="height: 100%; background: url(bg2.jpg) no-repeat fixed; vertical-align: middle;"><h1 style="color: white;">EasyDEX</h1></div>
<div class="col-xs-6 text-center" style="height: 100%; background: url(bg.jpg) no-repeat fixed; background-color: #c7c7c7; vertical-align: middle;"><h1 style="color: white;">Iguana Wallet<h1><a type="button" class="btn btn-default btn-lg" href="Iguana-GUI/index.html">Open Iguana Wallet</a></div>
<div class="col-xs-6 text-center" style="height: 100%; background: url(bg2.jpg) no-repeat fixed; background-color: #d8d8d8; vertical-align: middle;"><h1 style="color: white;">EasyDEX</h1><a type="button" class="btn btn-default btn-lg" href="EasyDEX-GUI/index.html">Open EasyDEX</a></div>
</div>
</body>

2
main.js

@ -129,7 +129,7 @@ function createWindow (status) {
mainWindow = new BrowserWindow({width: 1280, height: 800, icon: iguanaIcon})
// load our index.html (i.e. easyDEX GUI)
mainWindow.loadURL('http://127.0.0.1:17777/gui/EasyDEX-GUI/');
mainWindow.loadURL('http://127.0.0.1:17777/gui/main.html');
// DEVTOOLS - only for dev purposes - ca333
//mainWindow.webContents.openDevTools()

Loading…
Cancel
Save