-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added new links to the footer and improved explanation
- Loading branch information
Showing
3 changed files
with
14 additions
and
8 deletions.
There are no files selected for viewing
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,7 +48,7 @@ <h1>ERC-725<br>Ethereum Identity Standard</h1> | |
</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 generic standard for execution and data store. Its most common implementation is a blockchain-based identity/smart contract account. The most common implemnetation is called <a href="https://universalprofile.cloud" target="_blank">Universal Profiles</a> and can be found on the <a href="https://lukso.network" target="_blank">LUKSO Blockchain</a> an Ethereum twin network</p> | ||
<p>ERC 725 is a generic standard for execution and data store. Its most common implementation is a blockchain-based identity/smart contract account. The current implementation is called <a href="https://universalprofile.cloud" target="_blank">Universal Profiles / ERC725Account</a> and can be found on the <a href="https://lukso.network" target="_blank">LUKSO Blockchain</a>, an Ethereum twin network</p> | ||
</div> | ||
</div> | ||
|
||
|
@@ -843,27 +843,33 @@ <h2>News</h2> | |
<h1>Development</h1> | ||
<div class="row"> | ||
<div class="col-sm-12 col-md-4 col-xl-3"> | ||
<img src="img/icon-github.png" srcset="img/[email protected] 2x, img/[email protected] 3x"><a href="https://github.com/ethereum/EIPs/issues/725">EIP Github</a> | ||
<img src="img/icon-github.png" srcset="img/[email protected] 2x, img/[email protected] 3x"><a href="https://github.com/ethereum/EIPs/issues/725" target="_blank">EIP Github</a> | ||
</div> | ||
<div class="col-sm-12 col-md-4 col-xl-3"> | ||
<img src="img/icon-github.png" srcset="img/icon-origin@2x.png 2x, img/icon-origin@3x.png 3x"><a href="https://universalprofile.cloud/">Universal Profiles / ERC725Account</a> | ||
<img src="img/icon-github.png" srcset="img/icon-github@2x.png 2x, img/icon-github@3x.png 3x"><a href="https://docs.lukso.tech/standards/lsp-background/erc725/" target="_blank">Documentation</a> | ||
</div> | ||
<div class="col-sm-12 col-md-4 col-xl-3"> | ||
<img src="img/icon-github.png" srcset="img/[email protected] 2x, img/[email protected] 3x"><a href="https://github.com/ERC725Alliance/ERC725/tree/develop/implementations">Smart contract implemations</a> | ||
<img src="img/icon-github.png" srcset="img/[email protected] 2x, img/[email protected] 3x"><a href="https://github.com/ERC725Alliance/erc725.js" target="_blank">erc725.js</a> | ||
</div> | ||
<div class="col-sm-12 col-md-4 col-xl-3"> | ||
<img src="img/icon-github.png" srcset="img/[email protected] 2x, img/[email protected] 3x"><a href="https://github.com/ERC725Alliance/ERC725/tree/develop/implementations" target="_blank">Code</a> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col-12"> | ||
<h1>Discussion</h1> | ||
<h1>Discussion/Examples</h1> | ||
<div class="row"> | ||
<div class="col-sm-12 col-md-4 col-xl-3"> | ||
<img src="img/icon-telegram.png" srcset="img/[email protected] 2x, img/[email protected] 3x"><a href="https://t.me/joinchat/Gz70lg_D-b_mUgaCJxHzFg">Telegram</a> | ||
<img src="img/logo-x.png" width="23px" ><a href="https://x.com/ERC725Account" target="_blank">@ERC725Account</a> | ||
</div> | ||
<!-- <div class="col-sm-12 col-md-4 col-xl-3"> | ||
<img src="img/icon-telegram.png" srcset="img/[email protected] 2x, img/[email protected] 3x"><a href="https://t.me/joinchat/Gz70lg_D-b_mUgaCJxHzFg" target="_blank">Telegram</a> | ||
</div> --> | ||
<div class="col-sm-12 col-md-4 col-xl-3"> | ||
<img src="img/icon-medium.png" srcset="img/[email protected] 2x, img/[email protected] 3x"><a href="https://medium.com/erc725alliance">Medium</a> | ||
<img src="img/logo-universalprofiles.png" width="28px" ><a href="https://universalprofile.cloud/" target="_blank">Universal Profiles</a> | ||
</div> | ||
<div class="col-sm-12 col-md-4 col-xl-3"> | ||
<img src="img/icon-github.png" srcset="img/[email protected] 2x, img/[email protected] 3x"><a href="https://github.com/erc725alliance">Join the Alliance</a> | ||
<img src="img/icon-github.png" srcset="img/[email protected] 2x, img/[email protected] 3x"><a href="https://github.com/erc725alliance" target="_blank">Join the Alliance</a> | ||
</div> | ||
<!-- <div class="col-xl-3 d-none d-xl-block"> | ||
<div class="footer-block-wrapper"> | ||
|