mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-17 16:28:19 +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
413 B
Markdown
15 lines
413 B
Markdown
---
|
|
layout: moneropedia
|
|
title: titles.moneropedia
|
|
entry: moneropedia.entries.stealthaddress
|
|
---
|
|
|
|
@moneropedia_article
|
|
|
|
{% t global.lang_tag %}
|
|
<div class="box-video">
|
|
<video controls poster="/img/stealth-address-poster.png" preload="metadata" aria-label="Stealth addresses video">
|
|
<source src="/media/Monero%20-%20Stealth%20Addresses.m4v">
|
|
</video>
|
|
</div>
|
|
{% tf resources/moneropedia/stealthaddress.md %}
|