initial pass

This commit is contained in:
Josh Fraser 2018-08-23 00:12:14 -07:00
parent 891dc5e693
commit 8ff6bf4374
69 changed files with 513 additions and 6 deletions

168
css/style.css Normal file
View File

@ -0,0 +1,168 @@
/* global */
a {
color:#55a4ff;
}
h1 {
font-size: 68px;
font-family: 'Source Sans Pro', sans-serif;
}
h2 {
font-size: 24px;
font-weight: 600;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
color: #000000;
border-left: 2px solid #55a4ff;
text-indent: 16px;
left:-16px;
position:relative;
margin-top: 50px;
line-height: 24px;
font-family: 'Source Sans Pro', sans-serif;
}
h3 {
font-size:14px;
line-height: 22px;
font-weight: 600;
}
p {
font-size:14px;
font-family: 'Source Sans Pro', sans-serif;
}
/* reusable sections */
.white {
margin-bottom: 40px;
}
.grey {
background-color:#f3f4f6;
padding-bottom: 40px;
border-bottom: 1px solid #dddddd;
}
/* sections */
#header {
height: 596px;
color:#ffffff;
font-size: 18px;
background: #55a4ff;
background-image: linear-gradient(131deg, #55a4ff, #6e67ff); /* fallback */
background-image: url("../img/blocks.png"), linear-gradient(131deg, #55a4ff, #6e67ff); /* W3C */
background-repeat: no-repeat;
background-position: right;
}
#block {
position: absolute;
top: 502px;
right:26px;
}
#header h1 {
font-weight: 700;
margin-bottom: 30px;
}
.logo {
margin-top:57px;
margin-bottom: 57px;
}
#about .icon {
margin-top: 54px;
margin-bottom: 29px;
}
.developer {
height:90px;
}
.developer .headshot {
width: 60px;
height: 60px;
}
.developer .headshot img {
border-radius: 30px;
height: 100%;
width: 100%;
margin-right: 20px;
}
.developer p {
margin-left: 20px;
margin-top:8px;
}
.developer a {
font-weight:600;
color:#000;
display: block;
}
#projects {
padding: 1px; /* not sure why I need this */
padding-bottom: 40px;
}
#projects .logo {
margin-bottom: 20px;
}
.news {
padding:40px 40px 40px 0px;
}
.news a {
color:#000;
}
#footer {
background-image: linear-gradient(to bottom, #454545, #000000);
padding-top: 40px;
padding-bottom:60px;
}
#footer h1 {
font-size: 20px;
color:#ffffff;
margin-bottom: 20px;
margin-top:20px;
}
#footer img {
margin-top: 10px;
margin-bottom:10px;
}
#footer a {
font-size: 14px;
margin-right: 20px;
padding:10px;
}
/* media queries */
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
h1 {
font-size: 54px;
}
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
h1 {
font-size: 44px;
}
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
h1 {
font-size: 34px;
}
}

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
img/block.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
img/block@2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

BIN
img/block@3x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

BIN
img/blocks.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 457 KiB

BIN
img/blocks@2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

BIN
img/blocks@3x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 MiB

BIN
img/icon-email.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 476 B

BIN
img/icon-email@2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 949 B

BIN
img/icon-email@3x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
img/icon-github.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 542 B

BIN
img/icon-github@2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
img/icon-github@3x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
img/icon-origin.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 660 B

BIN
img/icon-origin@2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
img/icon-origin@3x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

BIN
img/icon-telegram.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 502 B

BIN
img/icon-telegram@2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
img/icon-telegram@3x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
img/logo-cleargraph.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

BIN
img/logo-cleargraph@2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
img/logo-cleargraph@3x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

BIN
img/logo-cryptokabn.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
img/logo-cryptokabn@2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

BIN
img/logo-cryptokabn@3x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
img/logo-dock.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
img/logo-dock@2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
img/logo-dock@3x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

BIN
img/logo-dream.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

BIN
img/logo-dream@2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

BIN
img/logo-dream@3x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
img/logo-fractal.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

BIN
img/logo-fractal@2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
img/logo-fractal@3x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
img/logo-gnosis.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
img/logo-gnosis@2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

BIN
img/logo-gnosis@3x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
img/logo-kord.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

BIN
img/logo-kord@2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

BIN
img/logo-kord@3x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

BIN
img/logo-origin.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
img/logo-origin@2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

BIN
img/logo-origin@3x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

BIN
img/logo-polymath.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

BIN
img/logo-polymath@2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
img/logo-polymath@3x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

BIN
img/logo-propy.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

BIN
img/logo-propy@2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

BIN
img/logo-propy@3x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
img/logo-public-market.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

BIN
img/logo-status.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
img/logo-status@2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

BIN
img/logo-status@3x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

BIN
img/logo-verity.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

BIN
img/logo-verity@2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

BIN
img/logo-verity@3x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
img/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

BIN
img/logo@2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
img/logo@3x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

BIN
img/what-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

BIN
img/what-icon@2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
img/what-icon@3x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

BIN
img/why-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

BIN
img/why-icon@2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
img/why-icon@3x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

View File

@ -1,10 +1,349 @@
<!DOCTYPE html>
<html>
<body>
<h3>What is ERC 725?</h3>
<p>ERC 725 is a proposed standard for blockchain-based identity authored by Fabian Vogelsteller, creator of ERC 20 and Web3.js. ERC 725 describes proxy smart contracts that can be controlled by multiple keys and other smart contracts. ERC 735 is an associated standard to add and remove claims to an ERC 725 identity smart contract. These identity smart contracts can describe humans, groups, objects, and machines. ERC 725 lives on the Ethereum blockchain.</p>
<head>
<title>ERC725 Alliance</title>
<meta charset="utf-8">
<meta name="description" content="This is the home of ERC 725, a proposed standard for blockchain-based identity authored by Fabian Vogelsteller, creator of the ERC 20 standard and Web3.js."/>
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="/css/hexagons.css">
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<section id='header'>
<div class="container">
<a href="/"><img src="img/logo.png" srcset="img/logo@2x.png 2x, img/logo@3x.png 3x" class="logo" alt="ERC725 Alliance"></a>
<h1>ERC-725<br>Ethereum Identity Standard</h1>
<div class="row">
<div class="col-8">
This is the home of ERC 725, a proposed standard for blockchain-based identity authored by Fabian Vogelsteller, creator of the ERC 20 standard and Web3.js.
</div>
</div>
</div>
<div id="block">
<img src="img/block.png" srcset="img/block@2x.png 2x, img/block@3x.png 3x">
</div>
</section>
<section id='about' class='grey'>
<div class="container">
<div class="row">
<div class="d-none d-sm-block col-sm-3 col-md-3 col-lg-2">
<img src="img/what-icon.png" srcset="img/what-icon@2x.png 2x, img/what-icon@3x.png 3x" class="icon">
</div>
<div class="col-12 col-sm-9 col-md-9 col-lg-8">
<h2>What is ERC 725?</h2>
<p>ERC 725 is a proposed standard for blockchain-based identity authored by Fabian Vogelsteller, creator of ERC 20 and Web3.js. ERC 725 describes proxy smart contracts that can be controlled by multiple keys and other smart contracts. ERC 735 is an associated standard to add claims to an ERC 725 identity smart contract. These identity smart contracts can describe humans, groups, objects, and machines. ERC 725 lives on the Ethereum blockchain.</p>
</div>
</div>
<div class="row">
<div class="d-none d-sm-block col-sm-3 col-md-3 col-lg-2">
<img src="img/why-icon.png" srcset="img/why-icon@2x.png 2x, img/why-icon@3x.png 3x" class="icon">
</div>
<div class="col-12 col-sm-9 col-md-9 col-lg-8">
<h2>Why ERC 725?</h2>
<p>ERC 725 allows for self-sovereign identity. Users should be able to own and manage their identity instead of ceding ownership of identity to centralized organizations. We have seen the negative effects of having centralized identity with damaging leaks and unfair selling of user data and identity. An open, portable standard for identities will enable decentralized reputation, governance, and more. Users will be able to take their identity across different Dapps and platforms that support this standard.</p>
</div>
</div>
</div>
</section>
<section id="developers" class='white'>
<div class="container">
<h2>Developers</h2><br>
<div class="row">
<div class="col-12 col-sm-6 col-lg-4">
<div class="developer">
<a href="https://github.com/frozeman" class="float-left">
<div class="headshot"><img src="https://avatars2.githubusercontent.com/u/232662?s=460&v=4" /></div>
</a>
<p class="float-left">
<a href="https://github.com/frozeman">Fabian Vogelsteller</a>
Author of ERC 725
</p>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-4">
<div class="developer">
<a href="https://github.com/nick" class="float-left">
<div class="headshot"><img src="https://avatars0.githubusercontent.com/u/939?s=460&v=4" /></div>
</a>
<p class="float-left">
<a href="https://github.com/nick">Nick Poulden</a>
Engineer at Origin Protocol
</p>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-4">
<div class="developer">
<a href="https://github.com/joshfraser" class="float-left">
<div class="headshot"><img src="https://avatars0.githubusercontent.com/u/982234?s=460&v=4" /></div>
</a>
<p class="float-left">
<a href="https://github.com/joshfraser">Josh Fraser</a>
Cofounder Origin Protocol
</p>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-4">
<div class="developer">
<a href="https://github.com/mirceapasoi" class="float-left">
<div class="headshot"><img src="https://avatars1.githubusercontent.com/u/29048?s=460&v=4" /></div>
</a>
<p class="float-left">
<a href="https://github.com/mirceapasoi">Mircea Pasoi</a>
Engineer at Coinbase
</p>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-4">
<div class="developer">
<a href="https://github.com/adamdossa" class="float-left">
<div class="headshot"><img src="https://avatars3.githubusercontent.com/u/2633913?s=460&v=4" /></div>
</a>
<p class="float-left">
<a href="https://github.com/adamdossa">Adam Dossa</a>
Engineer at Polymath
</p>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-4">
<div class="developer">
<a href="https://github.com/pabloruiz55" class="float-left">
<div class="headshot"><img src="https://avatars2.githubusercontent.com/u/526558?s=460&v=4" /></div>
</a>
<p class="float-left">
<a href="https://github.com/pabloruiz55">Pablo Ruiz</a>
Engineer at Polymath
</p>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-4">
<div class="developer">
<a href="https://github.com/wanderingstan" class="float-left">
<div class="headshot"><img src="https://avatars0.githubusercontent.com/u/673455?s=460&v=4" /></div>
</a>
<p class="float-left">
<a href="https://github.com/wanderingstan">Stan James</a>
Engineer at Origin Protocol
</p>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-4">
<div class="developer">
<a href="https://github.com/tyleryasaka" class="float-left">
<div class="headshot"><img src="https://avatars0.githubusercontent.com/u/6504519?s=460&v=4" /></div>
</a>
<p class="float-left">
<a href="https://github.com/tyleryasaka">Tyler Yasaka</a>
Engineer at Origin Protocol
</p>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-4">
<div class="developer">
<a href="https://github.com/dwking2000" class="float-left">
<div class="headshot"><img src="https://avatars0.githubusercontent.com/u/3486215?s=460&v=4" /></div>
</a>
<p class="float-left">
<a href="https://github.com/dwking2000">Doug King</a>
CTO at Verity
</p>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-4">
<div class="developer">
<a href="https://github.com/juliosantos" class="float-left">
<div class="headshot"><img src="https://avatars2.githubusercontent.com/u/365821?s=460&v=4" /></div>
</a>
<p class="float-left">
<a href="https://github.com/juliosantos">Júlio Santos</a>
CTO at Fractal
</p>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-4">
<div class="developer">
<a href="https://github.com/marekkirejczyk" class="float-left">
<div class="headshot"><img src="https://avatars2.githubusercontent.com/u/197522?s=460&v=4" /></div>
</a>
<p class="float-left">
<a href="https://github.com/marekkirejczyk">Marek Kirejczyk</a>
Engineer at EthWorks
</p>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-4">
<div class="developer">
<a href="https://www.linkedin.com/in/faustovanin/" class="float-left">
<div class="headshot"><img src="https://media.licdn.com/dms/image/C4D03AQG6zGKubB6IxA/profile-displayphoto-shrink_800_800/0?e=1540425600&v=beta&t=8XKI3vyqDL-dKrzYPO4njsoNH0S3QHVEQzXKhBordjM" /></div>
</a>
<p class="float-left">
<a href="https://www.linkedin.com/in/faustovanin/">Fausto Vanin</a>
Partner at OnePercent.io
</p>
</div>
</div>
<!-- <br class="clearfix" /> -->
</div>
</div>
</section>
<section id="projects" class="grey">
<div class="container">
<h2>Projects</h2>
<div class="row">
<div class="col-12 col-sm-4 col-md-3 col-lg-2 logo text-center">
<a href="https://polymath.network/" target="_blank">
<img src="img/logo-polymath.png" srcset="img/logo-polymath@2x.png 2x, img/logo-polymath@3x.png 3x">
</a>
</div>
<div class="col-12 col-sm-4 col-md-3 col-lg-2 logo text-center">
<a href="https://www.orginprotocol.com" target="_blank">
<img src="img/logo-origin.png" srcset="img/logo-origin@2x.png 2x, img/logo-origin@3x.png 3x">
</a>
</div>
<div class="col-12 col-sm-4 col-md-3 col-lg-2 logo text-center">
<a href="https://kord.network/" target="_blank">
<img src="img/logo-kord.png" srcset="img/logo-kord@2x.png 2x, img/logo-kord@3x.png 3x">
</a>
</div>
<div class="col-12 col-sm-4 col-md-3 col-lg-2 logo text-center">
<a href="http://publicmarket.io/" target="_blank">
<img src="img/logo-public-market.png" srcset="img/logo-public-market@2x.png 2x, img/logo-public-market@3x.png 3x">
</a>
</div>
<div class="col-12 col-sm-4 col-md-3 col-lg-2 logo text-center">
<a href="https://propy.com/" target="_blank">
<img src="img/logo-propy.png" srcset="img/logo-propy@2x.png 2x, img/logo-propy@3x.png 3x">
</a>
</div>
<div class="col-12 col-sm-4 col-md-3 col-lg-2 logo text-center">
<a href="https://dream.ac" target="_blank">
<img src="img/logo-dream.png" srcset="img/logo-dream@2x.png 2x, img/logo-dream@3x.png 3x">
</a>
</div>
<div class="col-12 col-sm-4 col-md-3 col-lg-2 logo text-center">
<a href="http://dock.io" target="_blank">
<img src="img/logo-dock.png" srcset="img/logo-dock@2x.png 2x, img/logo-dock@3x.png 3x">
</a>
</div>
<div class="col-12 col-sm-4 col-md-3 col-lg-2 logo text-center">
<a href="https://gnosis.pm/" target="_blank">
<img src="img/logo-gnosis.png" srcset="img/logo-gnosis@2x.png 2x, img/logo-gnosis@3x.png 3x">
</a>
</div>
<div class="col-12 col-sm-4 col-md-3 col-lg-2 logo text-center">
<a href="https://status.im/" target="_blank">
<img src="img/logo-status.png" srcset="img/logo-status@2x.png 2x, img/logo-status@3x.png 3x">
</a>
</div>
<div class="col-12 col-sm-4 col-md-3 col-lg-2 logo text-center">
<a href="http://www.verity.site/" target="_blank">
<img src="img/logo-verity.png" srcset="img/logo-verity@2x.png 2x, img/logo-verity@3x.png 3x">
</a>
</div>
<div class="col-12 col-sm-4 col-md-3 col-lg-2 logo text-center">
<a href="http://cryptokabn.com/" target="_blank">
<img src="img/logo-cryptokabn.png" srcset="img/logo-cryptokabn@2x.png 2x, img/logo-cryptokabn@3x.png 3x">
</a>
</div>
<div class="col-12 col-sm-4 col-md-3 col-lg-2 logo text-center">
<a href="https://cleargraph.com/" target="_blank">
<img src="img/logo-cleargraph.png" srcset="img/logo-cleargraph@2x.png 2x, img/logo-cleargraph@3x.png 3x">
</a>
</div>
</div>
</div>
</section>
<section id="news" class="white">
<div class="container">
<h2>News</h2>
<div class="row">
<div class="col-12 col-lg-4">
<div class="news">
<a href="https://hackernoon.com/first-impressions-with-erc-725-and-erc-735-identity-and-claims-4a87ff2509c9"><h3>First impressions with ERC 725 and ERC 735identity and claims</h3></a>
<p>"Fabian Vogelsteller, the creator of the Mist Browser and web3.js, is working on a new identity standard for Ethereum, ERC 725."</p>
<a href="https://hackernoon.com/first-impressions-with-erc-725-and-erc-735-identity-and-claims-4a87ff2509c9">Read more &raquo;</a>
</div>
</div>
<div class="col-12 col-lg-4">
<div class="news">
<a href="https://blog.dream.ac/qa-with-dream-advisor-fabian-vogelsteller-author-of-erc20-erc725/"><h3>Q&A with DREAM Advisor, Fabian Vogelsteller, Author of ERC20 & ERC725</h3></a>
<p>"To have an identity that people use and trusts, it needs to be on a trustless layer like Ethereum, or another public blockchain."</p>
<a href="https://blog.dream.ac/qa-with-dream-advisor-fabian-vogelsteller-author-of-erc20-erc725/">Read more &raquo;</a>
</div>
</div>
<div class="col-12 col-lg-4">
<div class="news">
<a href="https://www.ethnews.com/erc725-a-self-sovereign-identity-standard-for-ethereum"><h3>ERC725: A Self-Sovereign Identity Standard For Ethereum</h3></a>
<p>"If you are who you say you are, then why must you prove it over and over again? One day, a blockchain-based standard could make the monotony of identity verification a relic of the past."</p>
<a href="https://www.ethnews.com/erc725-a-self-sovereign-identity-standard-for-ethereum">Read more &raquo;</a>
</div>
</div>
<div class="col-12 col-lg-4">
<div class="news">
<a href="https://medium.com/originprotocol/tech-update-dapp-gets-erc-725-identity-transaction-steps-escrow-reviews-298a7c91b7a5"><h3>Origin DApp gets ERC 725 Identity, Transaction Steps, Escrow, and Reviews</h3></a>
<p>"You can think of ERC 725-enabled identity a bit like Facebook Connect, but without the Facebook."</p>
<a href="https://medium.com/originprotocol/tech-update-dapp-gets-erc-725-identity-transaction-steps-escrow-reviews-298a7c91b7a5">Read more &raquo;</a>
</div>
</div>
<div class="col-12 col-lg-4">
<div class="news">
<a href="https://medium.com/originprotocol/managing-identity-with-a-ui-for-erc-725-5c7422b38c09"><h3>Managing Identity with a UI for ERC 725</h3></a>
<p>"Although ERC 725 is still at an early stage, we believe it has great potential and our intention is to use it as the basis for managing identity and trust at Origin."
</p>
<a href="https://medium.com/originprotocol/managing-identity-with-a-ui-for-erc-725-5c7422b38c09">Read more &raquo;</a>
</div>
</div>
</div>
</div>
</section>
<section id="footer">
<div class="container">
<div class="row">
<div class="col-12 col-xl-6">
<h1>Development</h1>
<div class="row">
<div class="col-sm-4">
<img src="img/icon-github.png" srcset="img/icon-github@2x.png 2x, img/icon-github@3x.png 3x"><a href="https://github.com/ethereum/EIPs/issues/725">EIP Github</a>
</div>
<div class="col-sm-4">
<img src="img/icon-origin.png" srcset="img/icon-origin@2x.png 2x, img/icon-origin@3x.png 3x"><a href="https://erc725.originprotocol.com">Playground</a>
</div>
<div class="col-sm-4">
<img src="img/icon-origin.png" srcset="img/icon-origin@2x.png 2x, img/icon-origin@3x.png 3x"><a href="https://github.com/OriginProtocol/identity-playground">Code</a>
</div>
</div>
</div>
<div class="col-12 col-xl-6">
<h1>Discussion</h1>
<div class="row">
<div class="col-sm-4">
<img src="img/icon-telegram.png" srcset="img/icon-telegram@2x.png 2x, img/icon-telegram@3x.png 3x"><a href="https://t.me/joinchat/Gz70lg_D-b_mUgaCJxHzFg">Telegram</a>
</div>
<div class="col-sm-8">
<img src="img/icon-github.png" srcset="img/icon-github@2x.png 2x, img/icon-github@3x.png 3x"><a href="https://github.com/erc725alliance">Join the Alliance</a>
</div>
</div>
</div>
</div>
</div>
</section>
<h3>Why ERC 725?</h3>
<p>ERC 725 allows for self-sovereign identity. Users should be able to own and manage their identity instead of ceding ownership of identity to centralized organizations. We have seen the negative effects of having centralized identity with damaging leaks and unfair selling of user data and identity. An open, portable standard for identities will enable decentralized reputation, governance, and more. Users will be able to take their identity across different Dapps and platforms that support this standard.</p>
</body>
</html>
</html>