Update src/pages/builders.astro
This commit is contained in:
parent
a415855e49
commit
9249d538a4
@ -254,4 +254,36 @@ const metadata = {
|
||||
</Fragment>
|
||||
</Content2>
|
||||
|
||||
<Content2
|
||||
isReversed
|
||||
link="~/assets/images/mission.jpg"
|
||||
id="mission"
|
||||
columns={3}
|
||||
items={[
|
||||
{
|
||||
description: '<a href= "/builders/holochain">Read More</a>',
|
||||
},
|
||||
]}
|
||||
image={{
|
||||
src: '~/assets/images/holochain_logo.png',
|
||||
alt: 'Colorful Image',
|
||||
loading: 'eager',
|
||||
layout: '',
|
||||
}}
|
||||
>
|
||||
<Fragment slot="content">
|
||||
<h2 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">Holochain</h2>
|
||||
<p>
|
||||
Holochain is a framework for developing and running decentralized applications (dApps)
|
||||
designed to be scalable, efficient and adaptable, featuring a peer-to-peer content
|
||||
distribution protocol, cryptography and hash tables.
|
||||
</p>
|
||||
</Fragment>
|
||||
|
||||
<Fragment slot="bg">
|
||||
<div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div>
|
||||
</Fragment>
|
||||
</Content2>
|
||||
|
||||
|
||||
</Layout>
|
||||
|
Loading…
Reference in New Issue
Block a user