Added video to about page

This commit is contained in:
Thomas Silkjær
2025-07-09 18:20:19 +02:00
parent 6621e465a9
commit 165e2c2970

View File

@@ -6,6 +6,11 @@ import PageLayout from '../layouts/PageLayout.astro';
import PageSection from '../components/PageSection.astro'; import PageSection from '../components/PageSection.astro';
<PageLayout frontmatter={frontmatter} wide="true"> <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"> <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. 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. 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>
<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? ### 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. 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.