move pages to _pages and data to _data

This commit is contained in:
infominer33 2019-04-11 23:04:31 -04:00
parent cdbfc2a1b7
commit cc2ca48bbd
63 changed files with 133 additions and 65 deletions

View File

@ -1,31 +0,0 @@
source "https://rubygems.org"
gemspec
gem "jekyll"
gem "minimal-mistakes-jekyll"
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
# gem "github-pages", group: :jekyll_plugins
# gem "jekyll-avatar"
# gem "jekyll-default-layout"
#
# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-paginate"
gem "jekyll-sitemap"
gem "jekyll-gist"
gem "jekyll-feed"
gem "jemoji"
gem "jekyll-include-cache"
gem "jekyll-target-blank"
gem "jekyll-optional-front-matter"
gem "jekyll-readme-index"
gem "jekyll-redirect-from"
gem "jekyll-seo-tag"
end
-

View File

@ -26,9 +26,12 @@ didnav:
url: "/identity-github/" url: "/identity-github/"
- title: "RWoT - Papers Index" - title: "RWoT - Papers Index"
url: "/workshops/rebooting-web-of-trust/" url: "/workshops/rebooting-web-of-trust/"
- title: "Blockchain Identity TOML" - title: "Microledgers and Edge-Chains - Daniel Hardman - HGF"
description: "The contents of two Blockchain-ID TOML files." description: "A Transcript of Daniel Hardman of Evernym Presenting at Hyperledger Global Forum — 2018"
url: "toml/id-toml.html" url: "hgf-2018/Microledgers-Edgechains-Hardman-HGF/"
- title: "Verifiable Organizations Network - A Production Government Deployment of Hyperledger Indy"
description: "Transcript of Presentation by John Jordan and Stephen Curran at HGF 2018"
url: "hgf-2018/VerifiableOrganizationsNetwork-HGF/"
- title: "Hyperledger Indy" - title: "Hyperledger Indy"
url: "indy-ecosystem" url: "indy-ecosystem"
- title: "Practical Cryptography - PGP and Me" - title: "Practical Cryptography - PGP and Me"
@ -87,12 +90,14 @@ didnav:
url: "/id-initiatives/bitcoin/" url: "/id-initiatives/bitcoin/"
- title: "Democracy Earth" - title: "Democracy Earth"
url: "/id-initiatives/democracy-earth/" url: "/id-initiatives/democracy-earth/"
- title: "Digital Bazaar" #- title: "Digital Bazaar"
url: "/id-initiatives/digital-bazaar/" #url: "/id-initiatives/digital-bazaar/"
- title: "Ethereum" - title: "Ethereum"
url: "/id-initiatives/ethereum/" url: "/id-initiatives/ethereum/"
- title: "Cryptonomica" - title: "Cryptonomica"
url: "/id-initiatives/ethereum/cryptonomica/" url: "/id-initiatives/ethereum/cryptonomica/"
- title: "uPort"
url: "/id-initiatives/ethereum/uPort/"
- title: "Handshake" - title: "Handshake"
url: "/id-initiatives/handshake/" url: "/id-initiatives/handshake/"
- title: "Hyperledger Indy" - title: "Hyperledger Indy"
@ -105,8 +110,8 @@ didnav:
url: "/id-initiatives/microsoft/" url: "/id-initiatives/microsoft/"
- title: "Ontology" - title: "Ontology"
url: "/id-initiatives/ontology/" url: "/id-initiatives/ontology/"
- title: "Spid-chain" #- title: "Spid-chain"
url: "/id-initiatives/spid-chain/" # url: "/id-initiatives/spid-chain/"
- title: "State Led" - title: "State Led"
url: "/state-sponsored/" url: "/state-sponsored/"
- title: "⧉InfoMine⧉" - title: "⧉InfoMine⧉"

View File

@ -1,6 +1,7 @@
--- ---
title: Women of Decentralized Identity title: Women of Decentralized Identity
layout: single layout: single
published: false
--- ---
![](https://i.imgur.com/jN2CaDz.png) ![](https://i.imgur.com/jN2CaDz.png)

View File

@ -3,6 +3,8 @@ title: DID Adoption
layout: single layout: single
classes: wide classes: wide
toc: false toc: false
permalink: adoption/
redirect_from: adoption
--- ---
**[DID Method Registry](https://w3c-ccg.github.io/did-method-registry/#the-registry)** **[DID Method Registry](https://w3c-ccg.github.io/did-method-registry/#the-registry)**

View File

@ -3,7 +3,8 @@ title: EU General Data Protection Regulation Act
layout: single layout: single
classes: wide classes: wide
toc: false toc: false
permalink: gdpr/
redirect_from: gdpr
--- ---

View File

@ -2,6 +2,8 @@
title: Microledgers and Edge-Chains — A Primer title: Microledgers and Edge-Chains — A Primer
description: A Transcript of Daniel Hardman of Evernym Presenting at Hyperledger Global Forum — 2018 description: A Transcript of Daniel Hardman of Evernym Presenting at Hyperledger Global Forum — 2018
image: "https://infominer.id/images/edge-card.png" image: "https://infominer.id/images/edge-card.png"
permalink: hgf-2018/Microledgers-Edgechains-Hardman-HGF/
redirect_from: hgf-2018/Microledgers-Edgechains-Hardman-HGF
--- ---
# Hyperledger Global Forum 2018 — Microledgers and Edge-Chains # Hyperledger Global Forum 2018 — Microledgers and Edge-Chains

View File

@ -2,6 +2,8 @@
title: Verifiable Organizations Network - A Production Government Deployment of Hyperledger Indy title: Verifiable Organizations Network - A Production Government Deployment of Hyperledger Indy
description: Transcript of Presentation by John Jordan and Stephen Curran at HGF 2018 description: Transcript of Presentation by John Jordan and Stephen Curran at HGF 2018
image: "https://infominer.id/images/VON.png" image: "https://infominer.id/images/VON.png"
permalink: hgf-2018/VerifiableOrganizationsNetwork-HGF/
redirect_from: hgf-2018/VerifiableOrganizationsNetwork-HGF
--- ---
# Hyperledger Global Forum 2018 — Verifiable Organizations Network # Hyperledger Global Forum 2018 — Verifiable Organizations Network

View File

@ -3,6 +3,8 @@ title: Hyperledger Global Forum—2018
layout: single layout: single
classes: wide classes: wide
toc: false toc: false
permalink: hgf-2018/
redirect_from: hgf-2018
--- ---
For Identity Related Presentations at HGF-2018 For Identity Related Presentations at HGF-2018

View File

@ -6,7 +6,8 @@ header:
image: "https://infominer.id/DIDecentralized/assets/img/history-user-centric-identity.png" image: "https://infominer.id/DIDecentralized/assets/img/history-user-centric-identity.png"
twitter: twitter:
card: "summary_large_image" card: "summary_large_image"
permalink: history/
redirect_from: history
--- ---

View File

@ -3,6 +3,8 @@ title: Bitcoin Identity Standards and Applications
layout: single layout: single
classes: wide classes: wide
toc: false toc: false
permalink: id-initiatives/bitcoin/
redirect_from: id-initiatives/bitcoin
--- ---
![](https://i.imgur.com/q32lAXY.png) ![](https://i.imgur.com/q32lAXY.png)

View File

@ -3,6 +3,8 @@ title: Blockpass
layout: single layout: single
classes: wide classes: wide
toc: false toc: false
permalink: id-initiatives/blockpass/
redirect_from: id-initiatives/blockpass
--- ---
<img src="https://imgur.com/mMZ4E2rl.png" /> <img src="https://imgur.com/mMZ4E2rl.png" />

View File

@ -3,6 +3,8 @@ title: Blockstack
layout: single layout: single
classes: wide classes: wide
toc: false toc: false
permalink: id-initiatives/blockstack/
redirect_from: id-initiatives/blockstack
--- ---
![](https://i.imgur.com/ZZx8lfR.png) ![](https://i.imgur.com/ZZx8lfR.png)
* [Blockstack](https://blockstack.org/) • [[**G**](https://github.com/blockstack)]ithub • [[**F**](https://forum.blockstack.org/)]orum • [[**B**](https://blockstack.org/blog)]log • [[**T**](https://twitter.com/blockstack)]witter • [[**W**](https://blockstack.org/whitepaper.pdf)]hitepaper • [[**bitcoinwiki**](https://en.bitcoinwiki.org/wiki/BlockStack)] * [Blockstack](https://blockstack.org/) • [[**G**](https://github.com/blockstack)]ithub • [[**F**](https://forum.blockstack.org/)]orum • [[**B**](https://blockstack.org/blog)]log • [[**T**](https://twitter.com/blockstack)]witter • [[**W**](https://blockstack.org/whitepaper.pdf)]hitepaper • [[**bitcoinwiki**](https://en.bitcoinwiki.org/wiki/BlockStack)]

View File

@ -1,6 +1,8 @@
--- ---
title: Project Danube title: Project Danube
layout: single layout: single
permalink: id-initiatives/danube/
redirect_from: id-initiatives/danube
--- ---
Danube Tech must be the longest running firm working towards user-owned and controlled internet identity. Danube Tech must be the longest running firm working towards user-owned and controlled internet identity.

View File

@ -3,6 +3,8 @@ title: Democracy Earth
layout: single layout: single
classes: wide classes: wide
toc: false toc: false
permalink: id-initiatives/democracy-earth/
redirect_from: id-initiatives/democracy-earth
--- ---
![](https://i.imgur.com/KxbXb1t.png) ![](https://i.imgur.com/KxbXb1t.png)

View File

@ -0,0 +1,9 @@
---
title: Digital Bazaar
layout: single
classes: wide
toc: false
permalink: id-initiatives/digital-bazaar/
redirec_from: id-initiatives/digital-bazaar
published: false
---

View File

@ -3,6 +3,8 @@ title: Cryptonomica
layout: single layout: single
classes: wide classes: wide
toc: false toc: false
permalink: id-initiatives/ethereum/cryptonomica/
redirect_from: id-initiatives/ethereum/cryptonomica
--- ---
[![](https://i.imgur.com/moVyrrt.png)](https://cryptonomica.github.io) [![](https://i.imgur.com/moVyrrt.png)](https://cryptonomica.github.io)

View File

@ -3,6 +3,9 @@ title : "Ethereum Identity Specs and Apps"
description : "A Collection of Ethereum-based Decentralized Identity Specs, Literature, (d)Apps, and GitHub Repositories." description : "A Collection of Ethereum-based Decentralized Identity Specs, Literature, (d)Apps, and GitHub Repositories."
image : "https://infominer.id/DIDecentralized/images/ethereum.png" image : "https://infominer.id/DIDecentralized/images/ethereum.png"
layout: single layout: single
author_profile: true
permalink: id-initiatives/ethereum/
redirect_from: id-initiatives/ethereum
--- ---
# Ethereum Identity # Ethereum Identity

View File

@ -3,6 +3,8 @@ title: uPort
layout: single layout: single
classes: wide classes: wide
toc: false toc: false
permalink: id-initiatives/ethereum/uPort/
redirect_from: id-initiatives/ethereum/uport/
--- ---

View File

@ -3,6 +3,8 @@ title: Handshake
layout: single layout: single
classes: wide classes: wide
toc: false toc: false
permalink: id-initiatives/handshake/
redirect_from: id-initiatives/handshake
--- ---
<img src="https://i.imgur.com/lhHnC8w.png"/> <img src="https://i.imgur.com/lhHnC8w.png"/>

View File

@ -3,6 +3,8 @@ title: IBM Identity
layout: single layout: single
classes: wide classes: wide
toc: false toc: false
permalink: id-initiatives/ibm/
redirect_from: id-initiatives/ibm
--- ---
![](https://i.imgur.com/CvZI7R1.png) ![](https://i.imgur.com/CvZI7R1.png)

View File

@ -1,6 +1,9 @@
--- ---
title: Decentralized Identity Initiatives title: Decentralized Identity Initiatives
layout: single layout: single
permalink: id-initiatives/
redirect_from: id-initiatives
author_profile: true
--- ---
## Directory ## Directory

View File

@ -14,7 +14,7 @@ redirect_from:
sidebar: sidebar:
title: DIDecentralized title: DIDecentralized
nav: "sovnav" nav: "sovnav"
author_profile: true
--- ---
**Protocol, Governance, Education, Ecosystem** **Protocol, Governance, Education, Ecosystem**

View File

@ -3,6 +3,8 @@ title: Microsoft Identity
layout: single layout: single
classes: wide classes: wide
toc: false toc: false
permalink: id-initiatives/microsoft/
redirect_from: id-initiatives/microsoft
--- ---
![](https://i.imgur.com/MEN8iSn.png) ![](https://i.imgur.com/MEN8iSn.png)

View File

@ -3,6 +3,8 @@ title: Ontology
layout: single layout: single
classes: wide classes: wide
toc: false toc: false
permalink: id-initiatives/ontology/
redirect_from: id-initiatives/ontology
--- ---
* [ONTology](https://ont.io/) [[**G**](https://github.com/ontio/ontology-DID)]— "a "Distributed Trust Network" which combines a cross-chain identity system, peer-to-peer data transmission, data authorization mechanisms, distributed data storage, attestation, and various industry-specific modules. It also includes an Ontology Crypto Package (OCP) and an Ontology Marketplace (OM)." * [ONTology](https://ont.io/) [[**G**](https://github.com/ontio/ontology-DID)]— "a "Distributed Trust Network" which combines a cross-chain identity system, peer-to-peer data transmission, data authorization mechanisms, distributed data storage, attestation, and various industry-specific modules. It also includes an Ontology Crypto Package (OCP) and an Ontology Marketplace (OM)."

View File

@ -0,0 +1,12 @@
---
title: Spidchain
layout: single
classes: wide
toc: false
permalink: id-initiatives/spid-chain/
redirect_from:
- id-initiatives/spid-chain
- id-initiatives/spidchain
- id-initiatives/spidchain/
published: false
---

View File

@ -1,6 +1,11 @@
--- ---
title: State Sponsored Identity Initiatives title: State Sponsored Identity Initiatives
layout: single layout: single
permalink: id-initiatives/state-sponsored/
redirect_from:
- id-initiatives/state-sponsored
- state-sponsored/
- state-sponsored
--- ---
* [Identity Validation as a Public Sector Digital Service?](https://blog.aniljohn.com/2014/07/identity-validation-as-a-public-sector-digital-service.html) * [Identity Validation as a Public Sector Digital Service?](https://blog.aniljohn.com/2014/07/identity-validation-as-a-public-sector-digital-service.html)

View File

@ -3,7 +3,12 @@ layout: single
classes: wide classes: wide
title: Blockchain Identity Reources - TOML title: Blockchain Identity Reources - TOML
description: The beginnings of a tagged database for blockchain identity related resources. description: The beginnings of a tagged database for blockchain identity related resources.
permalink: toml/id-toml.html permalink: toml/id-toml/
redirect_from:
- toml/id-toml.html
- toml/id-toml
- id-toml/
- id-toml
--- ---
My first page besides "home" with the minimal mistakes theme. All of my pages will migrate to minimal mistakes, and integrated, once I get the feel for it. My first page besides "home" with the minimal mistakes theme. All of my pages will migrate to minimal mistakes, and integrated, once I get the feel for it.
@ -30,12 +35,12 @@ Scraping a list of links from wherever I want is simple.. so really the two thin
## blockchain-id.toml ## blockchain-id.toml
* [SourceCrypto/toml/application/blockchain-id.toml](https://github.com/infominer33/SourceCrypto/blob/master/toml/application/blockchain-id.toml) * [SourceCrypto/_data/toml/blockchain-id.toml](https://github.com/infominer33/SourceCrypto/blob/master/_data/toml/blockchain-id.toml)
<script src="https://gist-it.appspot.com/https://github.com/infominer33/SourceCrypto/raw/master/toml/application/blockchain-id.toml"></script> <script src="https://gist-it.appspot.com/https://github.com/infominer33/SourceCrypto/raw/master/_data/toml/blockchain-id.toml"></script>
## blockchain-id2.toml ## blockchain-id2.toml
* [SourceCrypto/toml/application/blockchain-id2.toml](https://github.com/infominer33/SourceCrypto/blob/master/toml/application/blockchain-id2.toml) * [SourceCrypto/_data/toml/blockchain-id2.toml](https://github.com/infominer33/SourceCrypto/blob/master/_data/toml/blockchain-id2.toml)
<script src="https://gist-it.appspot.com/https://github.com/infominer33/SourceCrypto/raw/master/toml/application/blockchain-id2.toml"></script> <script src="https://gist-it.appspot.com/https://github.com/infominer33/SourceCrypto/raw/master/_data/toml/blockchain-id2.toml"></script>

View File

@ -6,7 +6,9 @@ header:
image: "https://infominer.id/images/github.jpeg" image: "https://infominer.id/images/github.jpeg"
twitter: twitter:
card: summary_large_image card: summary_large_image
author_profile: true
permalink: identity-github/
redirect_from: identity-github
toc_sticky: false toc_sticky: false
--- ---

View File

@ -6,7 +6,8 @@ twitter:
card : "summary_large_image" card : "summary_large_image"
header: header:
image : "https://infominer.id/DIDecentralized/assets/img/didecentral.png" image : "https://infominer.id/DIDecentralized/assets/img/didecentral.png"
author_profile: true
permalink: /
--- ---
<img src="assets/img/didecentral.png"/> <img src="assets/img/didecentral.png"/>

View File

@ -1,6 +1,8 @@
--- ---
title: Identity Articles, Research and Literature title: Identity Articles, Research and Literature
layout: single layout: single
permalink: literature
redirect_from: literature/
--- ---

View File

@ -1,6 +1,8 @@
--- ---
title: SSI and DID Related Media title: SSI and DID Related Media
layout: single layout: single
permalink: media/
redirect_from: media
--- ---

View File

@ -3,6 +3,8 @@ title: Humanitarian
layout: single layout: single
classes: wide classes: wide
toc: false toc: false
permalink: humanitarian/
redirect_from: humanitarian
--- ---
* [Blockchain Can Empower Stateless Refugees](https://www.law360.com/technology/articles/1095148/blockchain-can-empower-stateless-refugees) * [Blockchain Can Empower Stateless Refugees](https://www.law360.com/technology/articles/1095148/blockchain-can-empower-stateless-refugees)

View File

@ -1,6 +1,8 @@
--- ---
title: Decentralized Identity Foundation - DIF title: Decentralized Identity Foundation - DIF
layout: single layout: single
permalink: organizations/identity-foundation/
redirect_from: organizations/identity-foundation
--- ---
>A key piece of the decentralized identity equation is how people, organizations, and devices can be identified and located without centralized systems of identifiers (e.g. email addresses). DIF members are actively working on protocols and implementations that enable creation, resolution, and discovery of decentralized identifiers and names across decentralized systems, like blockchains and distributed ledgers. >A key piece of the decentralized identity equation is how people, organizations, and devices can be identified and located without centralized systems of identifiers (e.g. email addresses). DIF members are actively working on protocols and implementations that enable creation, resolution, and discovery of decentralized identifiers and names across decentralized systems, like blockchains and distributed ledgers.

View File

@ -1,6 +1,8 @@
--- ---
title: DID-SSI Organizations title: DID-SSI Organizations
layout: single layout: single
permalink: organizations/
redirect_from: organizations
--- ---
work in progress.... work in progress....

View File

@ -3,6 +3,8 @@ title: MyData
layout: single layout: single
classes: wide classes: wide
toc: false toc: false
permalink: organizations/mydata/
redirect_from: organizations/mydata
--- ---
* [Mydata](http://mydata.org/) [[**T**](https://twitter.com/mydataorg)] [[**D**](https://mydata.org/papers/)] [[**D**](https://mydata.org/declaration/)] * [Mydata](http://mydata.org/) [[**T**](https://twitter.com/mydataorg)] [[**D**](https://mydata.org/papers/)] [[**D**](https://mydata.org/declaration/)]

View File

@ -3,6 +3,11 @@ title: The Sovrin Foundation
layout: single layout: single
classes: wide classes: wide
toc: false toc: false
permalink: organizations/sovrin-foundation/
redirect_from:
- organizations/sovrin.foundation/
- organizations/sovrin.foundation
- organizations/sovrin-foundation
--- ---
<table> <table>

View File

@ -3,6 +3,8 @@ title: SSI-Meetup
layout: single layout: single
classes: wide classes: wide
toc: false toc: false
permalink: organizations/ssi-meetup/
redirect_from: organizations/ssi-meetup
--- ---

View File

@ -4,6 +4,8 @@ description: A start at examining leading thought around SSI since 2016, and pre
layout: single layout: single
classes: wide classes: wide
toc: false toc: false
permalink: self-sovereign-identity/evolution-of-ssi/
redirect_from: self-sovereign-identity/evolution-of-ssi
--- ---

View File

@ -5,7 +5,9 @@ image : "https://infominer.id/DIDecentralized/images/sovereign-identity.pn
twitter: twitter:
card : "summary_large_image" card : "summary_large_image"
layout: single layout: single
author_profile: true
permalink: self-sovereign-identity/
redirect_from: self-sovereign-identity
--- ---
<center><img src="../images/sovereign-id-wide.png"/></center> <center><img src="../images/sovereign-id-wide.png"/></center>

View File

@ -3,6 +3,8 @@ title: A Comparison Between SSI Principles, and Characteristics
layout: single layout: single
classes: wide classes: wide
toc: false toc: false
permalink: self-sovereign-identity/ssi-principles-vs-characteristics/
redirect_from: self-sovereign-identity/ssi-principles-vs-characteristics
--- ---

View File

@ -3,6 +3,8 @@ title: How would self-sovereign identity work for the user?
layout: single layout: single
classes: wide classes: wide
toc: false toc: false
permalink: self-sovereign-identity/user-experience/
redirect_from: self-sovereign-identity/user-experience
--- ---
Adapted from [A gentle introduction to self-sovereign-identity](https://bitsonblocks.net/2017/05/17/gentle-introduction-self-sovereign-identity/) by [@antonylewis](https://github.com/antonylewis). I think this could use some polishing, but this is a good start, and a good example of a basic necessary SSI explainer. Adapted from [A gentle introduction to self-sovereign-identity](https://bitsonblocks.net/2017/05/17/gentle-introduction-self-sovereign-identity/) by [@antonylewis](https://github.com/antonylewis). I think this could use some polishing, but this is a good start, and a good example of a basic necessary SSI explainer.

View File

@ -1,6 +1,8 @@
--- ---
title: DID Related Web Standards title: DID Related Web Standards
layout: single layout: single
permalink: standards/
redirect_from: standards
--- ---
## contents ## contents

View File

@ -1,6 +1,8 @@
--- ---
title: XDI title: XDI
layout: single layout: single
permalink: standards/xdi/
redirect_from: standards/xdi
--- ---
* [tutorial.xdi2.org](https://tutorial.xdi2.org) * [tutorial.xdi2.org](https://tutorial.xdi2.org)

View File

@ -4,8 +4,12 @@ title: Rebooting Web Of Trust - Papers and Advance Readings Index
description: "A reasonably complete listing of #RebootingWebOfTrust Papers, Topics, and Advance Readings" description: "A reasonably complete listing of #RebootingWebOfTrust Papers, Topics, and Advance Readings"
header: header:
image: "https://i.imgur.com/Nmxk4fE.png" image: "https://i.imgur.com/Nmxk4fE.png"
permalink: rebooting-web-of-trust/
redirect_from: redirect_from:
- "Rebooting-Web-of-Trust.html" - "Rebooting-Web-of-Trust.html"
- workshops/rebooting-web-of-trust/
- rebooting-web-of-trust
author_profile: true
--- ---
I wanted a list of all RWoT papers in one place, rather than having to directory hop to look for what I need. I'll be adding a short exerpt to each advance reading and then turning this into a database, so that it's easily searchable.+ I wanted a list of all RWoT papers in one place, rather than having to directory hop to look for what I need. I'll be adding a short exerpt to each advance reading and then turning this into a database, so that it's easily searchable.+

View File

@ -3,6 +3,8 @@ title: Decentralized-ID Workshops
layout: single layout: single
classes: wide classes: wide
toc: false toc: false
permalink: workshops/
redirect_from: workshops
--- ---
![](https://www.yubico.com/wp-content/uploads/2013/10/IIW-blog.jpg) ![](https://www.yubico.com/wp-content/uploads/2013/10/IIW-blog.jpg)

View File

@ -1,6 +0,0 @@
---
title: Digital Bazaar
layout: single
classes: wide
toc: false
---

View File

@ -1,6 +0,0 @@
---
title: Spidchain
layout: single
classes: wide
toc: false
---

View File

@ -1,4 +0,0 @@
---
layout: home
author_profile: true
---

Binary file not shown.

Before

Width:  |  Height:  |  Size: 122 KiB