mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 17:56:16 +00:00
Press Quotes: link to WikiQuotes
This commit is contained in:
parent
6e0ee5a6c4
commit
dc951c0cd9
2 changed files with 7 additions and 0 deletions
|
@ -2169,6 +2169,9 @@ h2 .rssicon{
|
||||||
font-size:180%;
|
font-size:180%;
|
||||||
content:"”";
|
content:"”";
|
||||||
}
|
}
|
||||||
|
.press-quotes p.final {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
/*Styles specific to printing*/
|
/*Styles specific to printing*/
|
||||||
|
|
||||||
|
|
|
@ -12,6 +12,7 @@ dialogs:
|
||||||
materialvideomore: "More videos"
|
materialvideomore: "More videos"
|
||||||
materialquote: "Quotes"
|
materialquote: "Quotes"
|
||||||
materialquotemore: "Show more quotes..."
|
materialquotemore: "Show more quotes..."
|
||||||
|
material_even_more_quotes: "For even more quotes about Bitcoin, please see <a href=\"https://en.wikiquote.org/wiki/Bitcoin\">WikiQuote.</a>"
|
||||||
quotesatoshi: "With e-currency based on cryptographic proof, without the need to trust a third party middleman, money can be secure and transactions effortless."
|
quotesatoshi: "With e-currency based on cryptographic proof, without the need to trust a third party middleman, money can be secure and transactions effortless."
|
||||||
quotetonygallippi: "Bitcoin is Money Over Internet Protocol."
|
quotetonygallippi: "Bitcoin is Money Over Internet Protocol."
|
||||||
quotedankaminsky: "Entire classes of bugs are missing."
|
quotedankaminsky: "Entire classes of bugs are missing."
|
||||||
|
@ -251,7 +252,10 @@ What is Bitcoin - Weusecoins<br>
|
||||||
<p><span>{{ page.dialogs.quotefrancoisrvelde }}</span><span>François R. Velde, Economist, Federal Reserve</span></p>
|
<p><span>{{ page.dialogs.quotefrancoisrvelde }}</span><span>François R. Velde, Economist, Federal Reserve</span></p>
|
||||||
<p><span>{{ page.dialogs.quotenavalravikant }}</span><span>Naval Ravikant, Founder of Angellist</span></p>
|
<p><span>{{ page.dialogs.quotenavalravikant }}</span><span>Naval Ravikant, Founder of Angellist</span></p>
|
||||||
<p><span>{{ page.dialogs.quotemaxkeiser }}</span><span>Max Keiser, Journalist & TV Host</span></p>
|
<p><span>{{ page.dialogs.quotemaxkeiser }}</span><span>Max Keiser, Journalist & TV Host</span></p>
|
||||||
|
|
||||||
|
<p class="final"><i>{{page.dialogs.material_even_more_quotes}}</i></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<a href="#" onclick="materialShow(event);" ontouchstart="materialShow(event);">{{ page.dialogs.materialquotemore }}</a>
|
<a href="#" onclick="materialShow(event);" ontouchstart="materialShow(event);">{{ page.dialogs.materialquotemore }}</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue