Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/v3xlabs/CTGVault
Browse files Browse the repository at this point in the history
  • Loading branch information
wlhunter00 committed Apr 17, 2024
2 parents 38fa051 + d58c403 commit 298eee7
Show file tree
Hide file tree
Showing 10 changed files with 1,771 additions and 66 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CTGVault

[![](https://ctg.vote/preview2.png)](https://ctg.vote/?ref=github)
[![](https://ctg.vote/preview3.png)](https://ctg.vote/?ref=github)

Will is going to win. And you want to be on his jury.

Expand Down
69 changes: 39 additions & 30 deletions web/index.html
Original file line number Diff line number Diff line change
@@ -1,36 +1,45 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vote Crypto: The Game</title>
<meta name="description" content="Will you win with Will?" />
<link
rel="icon"
href="https://github.com/v3xlabs/CTGVault/blob/master/web/public/favicon.png?raw=true"
/>

<title>Vote Crypto: The Game</title>
<meta name="description" content="Will you win with Will?">
<link rel="icon" href="https://github.com/v3xlabs/CTGVault/blob/master/web/public/favicon.png?raw=true">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://ctg.vote/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Vote Crypto: The Game" />
<meta property="og:description" content="Will you win with Will?" />
<meta
property="og:image"
content="https://github.com/v3xlabs/CTGVault/blob/master/web/public/preview3.png?raw=true"
/>

<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://ctg.vote/">
<meta property="og:type" content="website">
<meta property="og:title" content="Vote Crypto: The Game">
<meta property="og:description" content="Will you win with Will?">
<meta property="og:image"
content="https://github.com/v3xlabs/CTGVault/blob/master/web/public/preview2.png?raw=true">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="cryptothegame.com" />
<meta property="twitter:url" content="https://ctg.vote/" />
<meta name="twitter:title" content="Vote Crypto: The Game" />
<meta name="twitter:description" content="Will you win with Will?" />
<meta
name="twitter:image"
content="https://github.com/v3xlabs/CTGVault/blob/master/web/public/preview3.png?raw=true"
/>
</head>

<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="cryptothegame.com">
<meta property="twitter:url" content="https://ctg.vote/">
<meta name="twitter:title" content="Vote Crypto: The Game">
<meta name="twitter:description" content="Will you win with Will?">
<meta name="twitter:image"
content="https://github.com/v3xlabs/CTGVault/blob/master/web/public/preview2.png?raw=true">
</head>

<body>
<div id="root"></div>
<script type="module" src="./src/index.tsx"></script>
<script defer data-domain="ctg.vote" src="http://ens.v3x.report/js/script.js"></script>
</body>

</html>
<body>
<div id="root"></div>
<script type="module" src="./src/index.tsx"></script>
<script
defer
data-domain="ctg.vote"
src="http://ens.v3x.report/js/script.js"
></script>
</body>
</html>
File renamed without changes
28 changes: 25 additions & 3 deletions web/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,36 @@ export const App = () => {
assets.
</p>
<p>
View the{' '}
View the source code of this{' '}
<a
href="https://github.com/v3xlabs/CTGVault"
target="_blank"
>
website
</a>{' '}
as well as the{' '}
<a
href="https://github.com/Ryan-Ouyang/6551-ctg-vault"
target="_blank"
>
source code of the contract
contract
</a>
. <br />
View the contract on Basescan (
<a
href="https://basescan.org/address/0x50351173a9338e2741a747b78db6b1101f70ec3c#readProxyContract"
target="_blank"
>
proxy
</a>
,{' '}
<a
href="https://basescan.org/address/0xc3d7bbb4a7acfbfb002c8817026f515364bb2d01#code"
target="_blank"
>
implementation
</a>
.
) directly.
</p>
<h2>Countdown</h2>
<p>
Expand Down
Loading

0 comments on commit 298eee7

Please sign in to comment.