mirror of
https://github.com/Xahau/xahau-web.git
synced 2025-11-04 12:15:49 +00:00
Merge pull request #45 from Silkjaer/pr-about-video
Added video to about page
This commit is contained in:
@@ -6,6 +6,11 @@ import PageLayout from '../layouts/PageLayout.astro';
|
||||
import PageSection from '../components/PageSection.astro';
|
||||
|
||||
<PageLayout frontmatter={frontmatter} wide="true">
|
||||
<PageSection align="center">
|
||||
<div class="w-full relative pb-[56.25%]">
|
||||
<iframe width="560" height="315" class="absolute h-full w-full top-0 left-0" src="https://www.youtube.com/embed/4pruN6sWJho?si=IlxKDlD2LFLwS6EK" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
|
||||
</div>
|
||||
</PageSection>
|
||||
<PageSection align="left" gem="10" gemSize="large" loading="eager">
|
||||
Xahau is a L1 blockchain with a unique composition of features and a fresh approach to blockchain programmability, also known as smart contracts.
|
||||
|
||||
@@ -15,7 +20,7 @@ Xahau offers native features for issuing and trading currencies on the built-in
|
||||
|
||||
Hooks lives on accounts, making it a fresh take on how custom logic can be used to act on account-based events, such as receiving transactions. Hooks are currently developed in C, but JavaScript support is already developed and in testing, with other programming languages in the scope as well. This makes the world of smart contracts available, without a steep learning curve, to millions of developers.
|
||||
</PageSection>
|
||||
<PageSection class="bg-xahau-gray text-white" align="right" gem="1" loading="eager">
|
||||
<PageSection class="bg-xahau-gray text-white" align="right" gem="1">
|
||||
### What is the technology behind Xahau?
|
||||
Xahau is proven technology, as it is an evolved iteration of the XRP Ledger code, enhanced with smart contract, account-based programmability (Hooks), and equal support for issued currencies in native features such as escrows and payment channels.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user