Make new folder for promo video assets

Video, cover image, and subtitle files.
This commit is contained in:
hunicus 2023-03-15 02:25:41 -04:00
parent 446b0de8f3
commit cdfde05452
No known key found for this signature in database
GPG Key ID: 24837C51B6D81FD9
3 changed files with 6 additions and 2 deletions

View File

@ -13,7 +13,11 @@
<p i18n>Our mempool and blockchain explorer for the Bitcoin community, focusing on the transaction fee market and multi-layer ecosystem, completely self-hosted without any trusted third-parties.</p>
</div>
<video src="/resources/mempool-promo.mp4" poster="/resources/mempool-promo.jpg" controls loop playsinline [autoplay]="true" [muted]="true"></video>
<video src="/resources/promo-video/mempool-promo.mp4" poster="/resources/promo-video/mempool-promo.jpg" controls loop playsinline [autoplay]="true" [muted]="true">
<track label="English" kind="subtitles" srclang="en" src="/resources/promo-video/en.vtt" default>
<track label="日本語" kind="subtitles" srclang="ja" src="/resources/promo-video/ja.vtt">
<track label="فارسی" kind="subtitles" srclang="fa" src="/resources/promo-video/fa.vtt">
</video>
<div class="enterprise-sponsor" id="enterprise-sponsors">
<h3 i18n="about.sponsors.enterprise.withRocket">Enterprise Sponsors 🚀</h3>

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

View File

@ -81,7 +81,7 @@ if (configContent.BASE_MODULE && configContent.BASE_MODULE === 'liquid') {
const testnetAssetsJsonUrl = 'https://raw.githubusercontent.com/Blockstream/asset_registry_testnet_db/master/index.json';
const testnetAssetsMinimalJsonUrl = 'https://raw.githubusercontent.com/Blockstream/asset_registry_testnet_db/master/index.minimal.json';
const promoVideo = PATH + 'mempool-promo.mp4';
const promoVideo = PATH + 'promo-video/mempool-promo.mp4';
const promoVideoUrl = 'https://raw.githubusercontent.com/mempool/mempool-promo/master/promo.mp4';
console.log('Downloading assets');