mirror of
https://github.com/nathanp/crypto-price-widget.git
synced 2025-12-07 18:02:32 -05:00
UI updates - new icons
This commit is contained in:
11
index.html
11
index.html
@@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Latest Crypto Prices</title>
|
||||
<title>Crypto Price Widget</title>
|
||||
<link href="css/app.css" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
@@ -13,9 +13,9 @@
|
||||
<button id="close-btn"></button>
|
||||
</div><!-- .controls -->
|
||||
<div class="tabs">
|
||||
<button id="main-btn" href="#main"><img src="images/icons8-Home-64.png"></button>
|
||||
<button id="portfolio-btn" href="#portfolio"><img src="images/icons8-Rebalance Portfolio-100.png"></button>
|
||||
<button id="settings-btn" href="#settings"><img src="images/icons8-Settings.png"></button>
|
||||
<button id="main-btn" href="#main"><img src="images/appbar.stock.png"></button>
|
||||
<button id="portfolio-btn" href="#portfolio"><img src="images/appbar.pie.png"></button>
|
||||
<button id="settings-btn" href="#settings"><img src="images/appbar.settings.png"></button>
|
||||
</div><!-- .tabs -->
|
||||
</header>
|
||||
|
||||
@@ -69,7 +69,6 @@
|
||||
</label>
|
||||
</div>
|
||||
|
||||
|
||||
<h3>Tip Jar</h3>
|
||||
<ul id="tips">
|
||||
<li>BTC: 17iENfaJkEpxGXW7mgdFh9hGMZV65R2zVL</li>
|
||||
@@ -110,7 +109,7 @@
|
||||
|
||||
<script>
|
||||
// You can also require other files to run in this process
|
||||
require('./renderer.js')
|
||||
//require('./renderer.js')
|
||||
</script>
|
||||
<script src="js/app_common.js"></script>
|
||||
<script src="js/html.sortable.min.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user