Skip to content

Commit

Permalink
added new links to the footer and improved explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
frozeman committed May 7, 2024
1 parent 59546bb commit 7bcf52a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
File renamed without changes
Binary file added img/logo-x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 14 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down Expand Up @@ -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">
Expand Down

0 comments on commit 7bcf52a

Please sign in to comment.