Blockquote styling
This commit is contained in:
parent
1a0707c28b
commit
fe73656249
|
@ -0,0 +1,7 @@
|
|||
blockquote {
|
||||
box-sizing: border-box;
|
||||
padding: 24px 24px 24px 24px;
|
||||
border-radius: 8px;
|
||||
border: 1px solid #e3e6e7;
|
||||
margin-top: 24px;
|
||||
}
|
10
index.html
10
index.html
|
@ -20,6 +20,7 @@
|
|||
|
||||
<!-- favicon.ico in the root directory -->
|
||||
<link rel="stylesheet" href="css/main.css?v=13cb666">
|
||||
<link rel="stylesheet" href="css/new.css">
|
||||
|
||||
<meta property="og:title" content="Status, a Mobile Ethereum OS" />
|
||||
|
||||
|
@ -113,9 +114,10 @@
|
|||
<div class="section section--status">
|
||||
<h2>What is Status</h2>
|
||||
<div class="text">
|
||||
<p>Status is an open source gateway to access the Ethereum Network, for Android & iOS.</p>
|
||||
<p>Status is an open source gateway to access the Ethereum Network, for Android & iOS.</p>
|
||||
<p>With Ethereum, for the first time ever, we can create real trustless, permissionless and decentralized systems with fair access. We can do this free from authority and middemen, and help facilitate the transition to a more open, censorship resistant internet, where users are in control of their own data.</p>
|
||||
<p>Status looks like a messenger, but it's so much more than that - it's built entirely on peer-to-peer technologies, and provides not only a medium for free trade and communication, but also a window to access decentralized applications.</p>
|
||||
<blockquote><strong>Note:</strong> Most DApps are compatible with all clients: Mist, MetaMask, and Status. With web3.js on the front-end, the idea is that once you have developed your DApp for the desktop, you can deploy it on mobile with Status. It will run the same on all clients. Develop once, run everywhere.</blockquote>
|
||||
</div>
|
||||
<div class="phone">
|
||||
|
||||
|
@ -171,7 +173,7 @@
|
|||
<div class="section section--enter">
|
||||
<h2>Requirements to Enter</h2>
|
||||
<div class="text">
|
||||
<p>Status is both a Web 3.0 browser, and a messaging platform. To be eligible, whatever it is you build, just needs to work inside of Status.</p>
|
||||
<p>Status is both a Web 3.0 browser, and a messaging platform. To be eligible, whatever it is you build, just needs to work inside of Status.</p>
|
||||
</div>
|
||||
<div class="rules">
|
||||
<div class="rule-item">
|
||||
|
@ -195,10 +197,6 @@
|
|||
<a class="button button--secondary rule-button" target="_blank" href="http://slack.status.im/">Learn more</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="text">
|
||||
<p>Most DApps are compatible with Mist, MetaMask, and Status. With web3.js on the front-end, the idea is that once you have developed your DApp for the desktop, you can deploy it on mobile with Status. It will run the same on all clients. Develop once, run everywhere.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
|
|
Loading…
Reference in New Issue