mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-17 00:07:54 +00:00
e5de616c31
- Remove carousel structure in the 'What is Monero' page and leave only one video: 'Monero: the essentials' - Move technology specific videos to their moneropedia entry: Ring Signatures, RingCT, Stealth Addresses - Add aria-label to imrpove accessibility of the videos
15 lines
419 B
Markdown
15 lines
419 B
Markdown
---
|
|
layout: moneropedia
|
|
title: titles.moneropedia
|
|
entry: moneropedia.entries.ringsignatures
|
|
---
|
|
|
|
@moneropedia_article
|
|
|
|
{% t global.lang_tag %}
|
|
<div class="box-video">
|
|
<video controls poster="/img/ring-signatures-poster.png" preload="metadata" aria-label="Introduction to Ring Signatures">
|
|
<source src="/media/Monero%20-%20Ring%20Signatures.m4v">
|
|
</video>
|
|
</div>
|
|
{% tf resources/moneropedia/ringsignatures.md %}
|