Merge pull request #1409

MRL: Add new box with button-link to Library
This commit is contained in:
luigi1111 2021-01-11 13:50:19 -05:00 committed by GitHub
commit b3b042c1a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 32 additions and 15 deletions

View file

@ -715,6 +715,8 @@ research-lab:
annotated_para: The Monero Research Lab released an annotated version of the cryptonote whitepaper. This is sort of like an informal review of the claims that are made line-by-line of the whitepaper. It also explains some of the harder concepts in relatively easy to understand terms.
brandon: Brandon Goodell's Whitepaper Review
brandon_para: This paper is a formal review of the original cryptonote paper by MRL researcher Brandon Goodell. He takes an in-depth look at the claims and mathematics presented in the cryptonote paper.
libraryp: "The library contains useful documents like 'Zero to Monero' and 'Mastering Monero', which explore and explain Monero in detail."
librarybutton: Explore the Library
specs:

View file

@ -10,7 +10,7 @@ permalink: /resources/research-lab/index.html
<section class="container">
<div class="row">
<!-- left two-thirds block-->
<div class="left two-thirds col-lg-8 col-md-8 col-sm-12 col-xs-12">
<div class="left two-thirds col-lg-8 col-md-8 col-sm-8 col-xs-12">
<div class="info-block research-paper">
<div class="row center-xs">
<div class="col"><h2>{% t research-lab.mrl_papers %}</h2></div>
@ -160,6 +160,20 @@ permalink: /resources/research-lab/index.html
<!-- end left two-thirds block-->
<!-- right one-third block-->
<div class="right one-third col-lg-4 col-md-4 col-sm-12 col-xs-12">
<div class="sidebar col-sm-12 col-xs-12">
<div class="info-block">
<div class="row">
<div class="col">
<h2>{% t titles.library %}</h2>
<div>
<p>{% t research-lab.libraryp %}</p><br>
<div class="center-xs">
<a class="btn-link btn-auto btn-primary" href="{{ site.baseurl }}/library/">{% t research-lab.librarybutton %}</a>
</div>
</div>
</div>
</div>
</div>
<div class="info-block">
<div class="row">
<div class="col">
@ -180,6 +194,7 @@ permalink: /resources/research-lab/index.html
</div>
</div>
</div>
</div>
<!-- end right one-third block-->
</div>
</section>