Make new folder for promo video assets
Video, cover image, and subtitle files.
This commit is contained in:
		
							parent
							
								
									446b0de8f3
								
							
						
					
					
						commit
						cdfde05452
					
				@ -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>
 | 
					    <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>
 | 
					  </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">
 | 
					  <div class="enterprise-sponsor" id="enterprise-sponsors">
 | 
				
			||||||
    <h3 i18n="about.sponsors.enterprise.withRocket">Enterprise Sponsors 🚀</h3>
 | 
					    <h3 i18n="about.sponsors.enterprise.withRocket">Enterprise Sponsors 🚀</h3>
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										
											BIN
										
									
								
								frontend/src/resources/promo-video/mempool-promo.jpg
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								frontend/src/resources/promo-video/mempool-promo.jpg
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 46 KiB  | 
@ -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 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 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';
 | 
					const promoVideoUrl = 'https://raw.githubusercontent.com/mempool/mempool-promo/master/promo.mp4';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
console.log('Downloading assets');
 | 
					console.log('Downloading assets');
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user