Skip to content

Commit

Permalink
feat(site): apply blog styles in layout
Browse files Browse the repository at this point in the history
  • Loading branch information
cor committed Sep 26, 2023
1 parent da3293d commit 7b073bc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,14 @@
:global(.blog-post-container > h2) {
@apply text-5xl font-bold;
}
:global(.blog-post-container > .subtitle) {
:global(.blog-post-container > h2 + span) {
@apply font-mono mb-2 text-lg;
}
:global(.blog-post-container > h2 + span > a) {
@apply text-accent;
}
:global(.blog-post-container > p) {
@apply text-xl mb-4;
}
</style>
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<h2>The Journey So Far</h2>
<div class="subtitle">2023-09-26 - @union_build</div>
<p class="mb-2 text-xl">
<span>2023-09-26 - <a href="x.com/union_build">@union_build</a></span>
<p>
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.
</p>
<p class="mb-2 text-xl">
<p>
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 <b>IBC to Ethereum, the endgame.</b>
</p>
<p class="mb-2 text-xl">
<p>
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.
</p>
<p class="mb-2 text-xl">
<p>
With Union, we can bring any asset natively to any chain, hook into account abstraction with ICQ,
and access coproccors and storage proofs.
</p>

0 comments on commit 7b073bc

Please sign in to comment.