Skip to content

Commit

Permalink
feat(site): layout improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
cor committed Sep 26, 2023
1 parent 9a5b17d commit 4fa1941
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 23 deletions.
15 changes: 6 additions & 9 deletions site/src/mdsvex/BlogLayout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<main
class="blog-post-container flex flex-col flex-1 p-4 justify-center max-w-2xl justify-center self-center"
>
<h1 class="text-3xl sm:text-5xl font-bold">{title}</h1>
<h1 class="text-3xl sm:text-5xl sm:mt-8 font-bold">{title}</h1>
<span class="font-mono mb-2 mt-1 sm:text-lg"
>{date} - <a class="text-accent" href={`https://x.com/${author}`}>{author}</a></span
>
Expand All @@ -17,15 +17,12 @@

<!--
<style lang="postcss">
:global(.blog-post-container > h1 + p) {
@apply font-mono mb-2 mt-1 sm:text-lg;
}
:global(.blog-post-container > h2 + span > a) {
@apply text-accent;
}
:global(.blog-post-container > p) {
@apply sm:text-xl mb-4;
}
:global(.blog-post-container > h2) {
@apply sm:text-3xl sm:mt-4 mb-0 font-semibold mb-4;
}
</style>
!-->
!-->
42 changes: 28 additions & 14 deletions site/src/routes/blog/the-journey-so-far/+page.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,36 @@ date: "2023-09-26"
author: "@union_build"
---

<script lang="ts">
import ButtonA from '$lib/ButtonA.svelte';
</script>
Today, we are happy to announce the work we have done so far on Union, the trustless infrastructure layer. Over the last six months, unionlabs was founded with nothing but an idea, a diverse skillset, and a mission to ship zkp powered infra everywhere.

Today, we are happy to announce the work we have done so far on Union, the trustless
infrastructure layer for web3. Over the last six months, unionlabs was founded with nothing but an
idea, a diverse skillset, and a mission to ship zkp powered infra everywhere.
We spent months building in stealthmode, heads-down, as we validated our technical assumptions. The product of that is the Union testnet, CometBLS, Voyager, and Galois. These components allowed us to achieve **IBC to Ethereum, the endgame**.`

We spent months building in stealthmode, heads-down, as we validated our technical assumptions.
The product of that is the Union testnet, CometBLS and Galois. These components allowed us to
achieve **IBC to Ethereum, the endgame.**
Union is designed around a few key principles: permissonless interopability, censorship resistance, and decentralized infrastrucutre. Anyone should be allowed to transact, with any counterparty, on any chain, and this system may not rely on massive, closed source infrastructure.

With Union, we can bring any asset natively to any chain, hook into account abstraction with ICQ, and access coprocecors and storage proofs.

## The mission continues

Our journey has been marked by relentless dedication to our mission: to provide trustless financial infrastructure. As we look ahead, our mission remains at the forefront of everything we do.

1. Fight Censorship
As crypto is gearing up for the next bull market, we need to ensure we do not lose our original ethos: **to be sovereign**. While nations are inhibiting people from ownership, blocking bank transactions, censoring protocols, web3 must remain a safe haven.

2. Meaningful Interoperability
Interoperability is not enough. Building infrastructure is not enough. Announcements and marketing was never enough. We need a thriving cross-chain ecosystem of appchains, L1's and L2's, where liquidity is abundant and incentives are aligned. Ship meaningful products to end users.

1. Expand and Scale
Thriving web3 infrastructure should be accessible to everyone. This means not only increasing the number of supported blockchains but also fostering a community of developers, users, and partners who share our vision. We can build an interconnected world that transcends borders.

## Join the Union

If you are a builder, user or aligned with the mission, participate by:

- Following @union_build on Twitter.
- Reading the documentation.
- Speak with us at Cosmoverse.

Our discord and forum will be operational in the coming weeks.

Union is designed around a few key principles: permissonless interopability, censorship
resistance, and decentralized infrastrucutre. Anyone should be allowed to transact, with any
counterparty, on any chain, and this system may not rely on massive, closed source infrastructure.

With Union, we can bring any asset natively to any chain, hook into account abstraction with ICQ,
and access coproccors and storage proofs.

0 comments on commit 4fa1941

Please sign in to comment.