mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-19 16:13:58 +02:00
6882f1e7a7
posting a link to getmonero on social medias results, except few exceptions, in showing a standard description for all pages. This adds dedicated meta descriptions for every page. It will improve getmonero's seo score and links on social medias will look nicer and will be more descriptive
57 lines
2.5 KiB
Markdown
57 lines
2.5 KiB
Markdown
---
|
|
layout: custom
|
|
title: titles.library
|
|
permalink: /library/index.html
|
|
meta_descr: library.description
|
|
---
|
|
{% t global.lang_tag %}
|
|
<div class="about-monero">
|
|
<div class="center-xs container description">
|
|
<p class="text-center">{% t library.description %}</p>
|
|
</div>
|
|
<section class="container full">
|
|
<div class="info-block text-adapt">
|
|
<h2>{% t library.books %}</h2>
|
|
<div>
|
|
<h3><a href="Zero-to-Monero-2-0-0.pdf">{% t library.zerotomonerov2 %}</a></h3>
|
|
<p>{% t library.zerotomonerov2p %}</p>
|
|
<h3><a href="Zero-to-Monero-1-0-0.pdf">{% t library.zerotomonerov1 %}</a></h3>
|
|
<p>{% t library.zerotomonerov1p %}</p>
|
|
<h3><a href="https://masteringmonero.com/free-download.html">Mastering Monero</a></h3>
|
|
<p>{% t library.masteringmonerop %}</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<section class="container full">
|
|
<div class="info-block text-adapt">
|
|
<h2>{% t library.cheatsheets %}</h2>
|
|
<div>
|
|
<h3>{% t library.thesalmonseries %}</h3>
|
|
<p>
|
|
{% t library.thesalmonseriesp %}
|
|
<ul><li>
|
|
<a href="MoneroAddressesCheatsheet20201206.pdf">{% t library.moneroaddressescheatsheet20201206 %}</a> - {% t library.moneroaddressescheatsheet20201206p %}
|
|
</li><li>
|
|
<a href="RingsCheatsheet20210301.pdf">{% t library.ringscheatsheet20210301 %}</a> - {% t library.ringscheatsheet20210301p %}
|
|
</li><li>
|
|
<a href="RctCheatsheet20210604.pdf">{% t library.rctcheatsheet20210604 %}</a> - {% t library.rctcheatsheet20210604p %}
|
|
</li><li>
|
|
<a href="ZKbasicsCheatsheet20220621.pdf">{% t library.zkbasicscheatsheet20220621 %}</a> - {% t library.zkbasicscheatsheet20220621p %}
|
|
</li></ul>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<section class="container full">
|
|
<div class="info-block text-adapt">
|
|
<h2>{% t library.magazines %}</h2>
|
|
<div>
|
|
<h3><a href="{{ site.baseurl_root }}/library/Revuo-2017-Q4.pdf">Revuo Monero Q4 2017</a></h3>
|
|
<p>{% t library.revuoq4p %}</p>
|
|
<h3><a href="{{ site.baseurl_root }}/library/Monero-Revuo-3Q-2017.pdf">Revuo Monero Q3 2017</a></h3>
|
|
<p>{% t library.revuoq3p %}</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</div>
|