Skip to content

Commit

Permalink
Updated index.html to use correct project name (#42)
Browse files Browse the repository at this point in the history
* Updated index.html to use correct project name

* replace logo

Co-authored-by: ramil <ramilexe@gmail.com>
  • Loading branch information
stellarmagnet and ramilexe authored Jun 25, 2021
1 parent f23ee86 commit 03169fe
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions newclient/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,30 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>IPLD Block Explorer</title>

<link rel="icon" sizes="192x192" href="./logo-black-compact.png" />
<link rel="shortcut icon" type="image/png" href="./logo-black-compact.png" />
<link rel="icon" sizes="128x128" href="./logo-black-compact.png?v=1" />
<link rel="shortcut icon" type="image/png" href="./logo-black-compact.png?v=1" />

<meta name="theme-color" content="#3d55a5" />
<meta
name="description"
content="Explore real-time data on Ethereum addresses, ERC20 tokens, transactions, NFTs, prices, contracts, and more. Open source project powered by MyEtherWallet (MEW)."
content="Explore real-time data on Ethereum addresses, ERC20 tokens, transactions, NFTs, prices, contracts, and more. Open source project powered by VulcanizeDB."
/>
<meta property="og:title" content="EthVM: Ethereum Blockchain Explorer - Powered by MEW" />
<meta property="og:title" content="IPLD Block Explorer: Ethereum Blockchain Explorer - Powered by VulcanizeDB" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="EthVM.com: Ethereum Blockchain Explorer" />
<meta property="og:site_name" content="IPLD Block Explorer: Ethereum Blockchain Explorer" />

<meta property="og:image" content="https://www.ethvm.com/logo-blue.png" />
<meta property="og:image" content="https://explore.vdb.to/logo-blue.png?v=1" />

<meta property="og:url" content="https://www.ethvm.com" />
<meta property="og:url" content="https://explore.vdb.to" />
<meta
property="og:description"
content="Explore real-time data on Ethereum addresses, ERC20 tokens, transactions, NFTs, prices, contracts, and more. Open source project powered by MyEtherWallet (MEW)."
content="Explore real-time data on Ethereum addresses, ERC20 tokens, transactions, NFTs, prices, contracts, and more. Open source project powered by VulcanizeDB."
/>
<meta name="twitter:title" content="EthVM - open-source Ethereum Blockchain Explorer" />
<meta name="twitter:site" content="@eth_vm" />
<meta name="twitter:creator" content="@eth_vm" />
<meta name="twitter:image:alt" content="EthVM logo image." />
<meta name="apple-mobile-web-app-title" content="EthVM: Ethereum Blockchain Explorer - Powered by MEW" />
<meta name="twitter:title" content="IPLD Block Explorer - open-source Ethereum Blockchain Explorer" />
<meta name="twitter:site" content="@vulcanizeio" />
<meta name="twitter:creator" content="@vulcanizeio" />
<meta name="twitter:image:alt" content="IPLD explorer logo image." />
<meta name="apple-mobile-web-app-title" content="IPLD Block Explorer: Ethereum Blockchain Explorer - Powered by VulcanizeDB" />
<meta name="apple-mobile-web-app-status-bar-style" content="#3d55a5" />
<link rel="apple-touch-icon" href="logo.png" />

Expand All @@ -40,20 +40,20 @@
{
"@context": "http://schema.org",
"@type": "Organization",
"name": "EthVM",
"legalName": "MyEtherWallet Inc",
"url": "https://www.ethvm.com/",
"name": "Vulcanize",
"legalName": "Vulcanize Inc",
"url": "https://explore.vdb.to/",
"contactPoint": [
{
"@type": "ContactPoint",
"email": "support@ethvm.com",
"url": "https://www.ethvm.com",
"email": "noreply@vulcanize.io",
"url": "https://explore.vdb.to",
"contactType": "customer service"
}
],
"logo": "https://www.ethvm.com/logo.png",
"description": "Explore real-time data on Ethereum addresses, ERC20 tokens, transactions, NFTs, prices, contracts, and more. Open source project powered by MyEtherWallet (MEW).",
"sameAs": ["https://www.ethvm.com/", "https://www.ropsten.ethvm.com", "https://twitter.com/eth_vm", "https://github.com/EthVM"]
"logo": "https://explore.vdb.to/logo.png",
"description": "Explore real-time data on Ethereum addresses, ERC20 tokens, transactions, NFTs, prices, contracts, and more. Open source project powered by VulcanizeDB.",
"sameAs": ["https://explore.vdb.to/", "https://twitter.com/vulcanizeio", "https://github.com/vulcanize/ipld-block-explorer"]
}
</script>
<link href="<%= BASE_URL %>index.css" rel="stylesheet" type="text/css" />
Expand All @@ -67,8 +67,8 @@
</div>
<div class="text-container">
<strong>Looks like you have Javascript disabled.</strong>
<p class="text-public">We're sorry but EthVM doesn't work properly without JavaScript. Please enable it to continue.</p>
<p class="text-public">Thank you! #MEWteam</p>
<p class="text-public">We're sorry but IPLD Block Explorer doesn't work properly without JavaScript. Please enable it to continue.</p>
<p class="text-public">Thank you!</p>
</div>
</noscript>
</body>
Expand Down
Binary file modified newclient/public/logo-black-compact.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified newclient/public/logo-blue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 03169fe

Please sign in to comment.