added stoic book
This commit is contained in:
parent
f502d00523
commit
549c231883
2 changed files with 40 additions and 4 deletions
|
@ -31,7 +31,7 @@
|
|||
border-radius: 5px
|
||||
}
|
||||
|
||||
.form button {
|
||||
button {
|
||||
font-family: "Roboto", Sans-serif;
|
||||
outline: 0;
|
||||
background: #ff4d21;
|
||||
|
@ -44,12 +44,12 @@
|
|||
cursor: pointer
|
||||
}
|
||||
|
||||
.form button:hover,
|
||||
.form button:active {
|
||||
button:hover,
|
||||
button:active {
|
||||
background: #db3b13
|
||||
}
|
||||
|
||||
.form .message {
|
||||
.message {
|
||||
margin: 10px 0 0;
|
||||
color: rgb(255, 255, 255);
|
||||
font-size: 16px
|
||||
|
@ -125,6 +125,42 @@
|
|||
<section id="why-us" class="why-us">
|
||||
<div class="container">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-xl-12 col-lg-7 d-flex">
|
||||
<div class="icon-boxes d-flex flex-column justify-content-center">
|
||||
<div class="row">
|
||||
<div class="col-xl-4 d-flex align-items-stretch">
|
||||
<img src="../../../static/img/Hardcover.png" width="100%" class="img-fluid" alt="" style="margin-top: 0px; border-radius: 0px;">
|
||||
</div>
|
||||
<div class="col-xl-8">
|
||||
<div class="icon-box mt-4 mt-xl-0">
|
||||
<br>
|
||||
<h4>Book: The Monero Standard</h4>
|
||||
<p>
|
||||
The fiat system we live under today is nothing like the monetary systems of the past. At least not the prosperous ones.
|
||||
|
||||
It is a rather strange time in which a small minority of global elites are able to control or influence nearly every aspect of our lives through control of the monetary system.
|
||||
|
||||
They are able to take from us and give to them what they please with control of the monetary system.
|
||||
<br><br>
|
||||
The Monero Standard is about how we can use money to fundamentally revolutionize societies incentive structures, the challenges we face in society today & how we overcome them to build a long lasting platform for freedom and prosperity.
|
||||
|
||||
We look at why Monero is the best tool the world has ever seen to provide that platform.
|
||||
|
||||
We can vote all we want and protest all we want. <b>It will not change anything.</b>
|
||||
|
||||
We must change that by opting into the strongest form of money the world has ever seen.
|
||||
</p>
|
||||
<button style="width: 200px; font-size: 16px" href="https://monerostandard.com/" target="_blank">Read More</button>
|
||||
<br><br>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div><br><br>
|
||||
|
||||
|
||||
<div class="row">
|
||||
<div class="col-xl-4 col-lg-5">
|
||||
<div class="content">
|
||||
|
|
BIN
static/img/Hardcover.png
Normal file
BIN
static/img/Hardcover.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 247 KiB |
Loading…
Reference in a new issue