-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:TrueBlocks/tokenomics.io
- Loading branch information
Showing
1 changed file
with
11 additions
and
79 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 |
---|---|---|
@@ -1,87 +1,19 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width"> | ||
<link rel="canonical" href="https://tokenomics.io"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Tokenomics.io</title> | ||
<link rel="stylesheet" href="style.css"> <!-- Link to external CSS file --> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width"> | ||
<title>Tokenomics.io | ||
</title> | ||
<link rel="canonical" href="https://tokenomics.io"> | ||
<script defer="defer" src="/static/js/main.8bd03eb8.js"> | ||
</script> | ||
<link href="/static/css/main.7a254c22.css" rel="stylesheet"> | ||
</head> | ||
<body> | ||
<header> | ||
<div class="container"> | ||
<div class="logo"> | ||
<a href="/"> | ||
<img src="images/logo.png" alt="QuickBlocks Logo"> | ||
</a> | ||
</div> | ||
<nav> | ||
<ul> | ||
<li><a href="#home">Home</a></li> | ||
<li><a href="#features">Features</a></li> | ||
<li><a href="#documentation">Documentation</a></li> | ||
<li><a href="#whitepaper">White Paper</a></li> | ||
<li><a href="#about">About Us</a></li> | ||
<li><a href="#contact">Contact Us</a></li> | ||
</ul> | ||
</nav> | ||
</div> | ||
</header> | ||
<div> | ||
<div class="main-banner"> | ||
<div class="content"> | ||
<h1>Tokenomics<span class="trademark">®</span></h1> | ||
<p class="tagline">Accounting for the Revolution<span class="trademark">®</span></p> | ||
<p> | ||
The fastest, fully-decentralized way to access data from any Ethereum address | ||
or smart contract. Providing open source software libraries and tools for developers | ||
and accounting/auditing/monitoring solutions for the rest of us. | ||
</p> | ||
<a href="#" class="cta-button">VIEW CASE STUDIES</a> | ||
</div> | ||
</div> | ||
<div class="features-section"> | ||
<div class="features-grid"> | ||
<div class="feature-card"> | ||
<img src="images/lightning-fast.png" alt="Lightning Fast Data"> | ||
<h3>Lightning Fast Data</h3> | ||
<p>75-100 times faster than RPC. Immutable data lends itself to caching.</p> | ||
</div> | ||
<div class="feature-card"> | ||
<img src="images/fully-automated.png" alt="Fully Automated"> | ||
<h3>Fully Automated</h3> | ||
<p>Auto-generated data parsing code. Simply provide your smart contract's ABI.</p> | ||
</div> | ||
<div class="feature-card"> | ||
<img src="images/better-data.png" alt="Better Data"> | ||
<h3>Better Data</h3> | ||
<p>Removes extraneous data. Parsed to your smart contract.</p> | ||
</div> | ||
<div class="feature-card"> | ||
<img src="images/decentralized-data.png" alt="Decentralized Data"> | ||
<h3>Decentralized Data</h3> | ||
<p>Runs both locally and remotely. Data optionally delivered through IPFS.</p> | ||
</div> | ||
<div class="feature-card"> | ||
<img src="images/monitoring.png" alt="Live Monitoring"> | ||
<h3>Live Monitoring</h3> | ||
<p>Smart contract monitoring services. Send notifications on abnormal behavior.</p> | ||
</div> | ||
<div class="feature-card"> | ||
<img src="images/tokenomics-icon.png" alt="Tokenomics"> | ||
<h3>Tokenomics</h3> | ||
<p>Detailed analysis of token sales. Per-block accounting.</p> | ||
</div> | ||
</div> | ||
<noscript>You need to enable JavaScript to run this app. | ||
</noscript> | ||
<div id="root"> | ||
</div> | ||
|
||
</div> | ||
<footer> | ||
<div class="footer-content"> | ||
<p>Powered by <a href="https://trueblocks.io">TrueBlocks</a></p> | ||
</div> | ||
</footer> | ||
|
||
</body> | ||
</html> |