mirror of
https://github.com/ipfs/ipfs-blog.git
synced 2026-05-09 14:54:40 +02:00
fix: contain blog post hero imgs
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<div class="pt-20 pb-10 grid-margins">
|
||||
<Breadcrumbs :crumbs="breadcrumbs" class="mt-8" />
|
||||
<div class="grid grid-cols-1 md:grid-cols-2 pt-4">
|
||||
<div class="flex flex-col">
|
||||
<div class="flex flex-col md:pr-8">
|
||||
<h1 class="type-h1">{{ title }}</h1>
|
||||
<router-link
|
||||
v-if="author && author.name"
|
||||
@@ -21,9 +21,9 @@
|
||||
{{ resolvedDate }}
|
||||
</time>
|
||||
</div>
|
||||
<div class="mt-4 md:mt-0 h-full">
|
||||
<div class="mt-4 md:mt-0">
|
||||
<LazyImage
|
||||
img-class="h-full object-cover"
|
||||
img-class="object-contain"
|
||||
:alt="$page.title"
|
||||
src-placeholder="/images/blog/og/default.png"
|
||||
:src="`/header_images/${image ? image : 'blog-placeholder.png'}`"
|
||||
|
||||
@@ -8,9 +8,7 @@ description:
|
||||
author: Dietrich Ayala
|
||||
---
|
||||
|
||||
<p style="text-align: center;">
|
||||

|
||||
</p>
|
||||

|
||||
|
||||
Identity is a key part of how we all interact with each other on the internet every day—sometimes every moment of every day. And sometimes each raging moment as we do the “forgot your password?” dance yet again. Regardless, forging a path forward for user-controlled online identity is a table-stakes requirement for the dweb to succeed.
|
||||
|
||||
@@ -22,17 +20,13 @@ However, today we’re celebrating the launch of a decentralized identity protoc
|
||||
|
||||
Microsoft has been increasingly present in open-source tools and services in the past few years, and has now [launched a standards-based decentralized identity service called ION](https://techcommunity.microsoft.com/t5/identity-standards-blog/ion-booting-up-the-network/ba-p/1441552).
|
||||
|
||||
<p style="text-align: center;">
|
||||

|
||||
</p>
|
||||

|
||||
|
||||
ION has been under development for over a year, and is an instance implementation of [Sidetree (a blockchain-agnostic distributed PKI protocol)](https://github.com/decentralized-identity/sidetree) that runs on the Bitcoin blockchain.
|
||||
|
||||
And it stores transaction data on IPFS.
|
||||
|
||||
<p style="text-align: center;">
|
||||

|
||||
</p>
|
||||

|
||||
|
||||
Like HTTP, IPFS does not have user identity built into the protocol. However, IPFS provides resiliency, validation, and future-proofing features that HTTP cannot:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user