holo updates
This commit is contained in:
parent
1e9915465a
commit
a52325a169
@ -129,6 +129,37 @@ const metadata = {
|
||||
|
||||
<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.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. The goal of Holochain is to serve as a bridge between the broader internet and apps built using Holochain.
|
||||
</p>
|
||||
</Fragment>
|
||||
|
||||
<Fragment slot="bg">
|
||||
<div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div>
|
||||
</Fragment>
|
||||
</Content2>
|
||||
|
||||
|
||||
<Content2
|
||||
link="~/assets/images/mission.jpg"
|
||||
id="mission"
|
||||
columns={3}
|
||||
@ -161,6 +192,7 @@ const metadata = {
|
||||
|
||||
|
||||
<Content2
|
||||
isReversed
|
||||
link="~/assets/images/mission.jpg"
|
||||
id="mission"
|
||||
columns={3}
|
||||
@ -192,7 +224,6 @@ const metadata = {
|
||||
|
||||
|
||||
<Content2
|
||||
isReversed
|
||||
link="~/assets/images/mission.jpg"
|
||||
id="mission"
|
||||
columns={3}
|
||||
@ -224,6 +255,7 @@ const metadata = {
|
||||
</Content2>
|
||||
|
||||
<Content2
|
||||
isReversed
|
||||
link="~/assets/images/vverse_logo.jpg"
|
||||
id="mission"
|
||||
columns={3}
|
||||
@ -254,36 +286,5 @@ 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>
|
||||
|
@ -1,4 +1,8 @@
|
||||
# **Holochain**
|
||||
---
|
||||
layout: ~/layouts/MarkdownLayout.astro
|
||||
---
|
||||
|
||||
# Holochain
|
||||
|
||||
![](/src/assets/images/holochain.png)
|
||||
|
||||
@ -28,4 +32,4 @@ The partnership between ThreeFold and Holochain merges decentralized infrastruct
|
||||
|
||||
**Conclusion:** The partnership between ThreeFold and Holochain represents a strategic alignment of decentralized infrastructure and application development frameworks, aimed at empowering developers and users to build and deploy scalable, efficient, and resilient decentralized applications. By leveraging each other's strengths and capabilities, the partnership holds the promise of driving innovation and accelerating the adoption of decentralized technologies across various industries and use cases.
|
||||
|
||||
For more information about Holochain, visit [Holochain](holochain.org).
|
||||
For more information about Holochain, visit [Holochain](https://holochain.org).
|
Loading…
Reference in New Issue
Block a user