fix: contain blog post hero imgs

This commit is contained in:
Ricardo
2021-01-14 12:11:48 +00:00
parent 4730fc50df
commit ef2fba02a7
2 changed files with 6 additions and 12 deletions
@@ -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'}`"
+3 -9
View File
@@ -8,9 +8,7 @@ description:
author: Dietrich Ayala
---
<p style="text-align: center;">
![IPFS logo and ION logo](./ipfs-ion-header.png)
</p>
![IPFS logo and ION logo](./ipfs-ion-header.png)
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 were 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;">
![ION logo](./ion-logo.png)
</p>
![ION logo](./ion-logo.png)
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;">
![ION architecture diagram](./ion-architecture.png)
</p>
![ION architecture diagram](./ion-architecture.png)
Like HTTP, IPFS does not have user identity built into the protocol. However, IPFS provides resiliency, validation, and future-proofing features that HTTP cannot: