Skip to content

Commit

Permalink
copy changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wlhunter00 committed Apr 17, 2024
1 parent 3f66a57 commit b910fa5
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 11 deletions.
17 changes: 11 additions & 6 deletions web/index.html
Original file line number Diff line number Diff line change
@@ -1,31 +1,36 @@
<!DOCTYPE html>
<html lang="en">

<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="Many will play. We Will win.">
<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="Many will play. We Will win.">
<meta property="og:image" content="https://github.com/v3xlabs/CTGVault/blob/master/web/public/preview2.png?raw=true">
<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="Many will play. We Will win.">
<meta name="twitter:image" content="https://github.com/v3xlabs/CTGVault/blob/master/web/public/preview2.png?raw=true">
<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>
Binary file added web/public/boi.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 added web/public/poster.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 6 additions & 5 deletions web/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ export const App = () => {
<div className="w-full max-w-xl p-4 mx-auto">
<div className="w-full border rounded-xl p-4 border-dark-border bg-dark-background-primary">
<div className="space-y-3">
<p>Will is going to win, but will you?</p>
<h1>Will you win with Will?</h1>
<h2>The Concept</h2>
<p>
The concept is simple, delegate your Jury CTG NFT to
Will's Player NFT, and earn a portion of the
winnings.
winnings. We will win.
</p>
<h2>Participate</h2>
<h2>How To</h2>
<p>
Use the button below to delegate your jury vote to
Will. By staking your CTG Jury NFT, you are "super
Expand All @@ -37,8 +37,9 @@ export const App = () => {
<h2>Is this a rug pull?</h2>
<p>
Nope! This is a collaboration between people from
IYK, NPC Labs (Authors of 6551), ENS, and V3X to
show off the power of decentralized digital assets.
IYK, Future Primitive (Authors of 6551), ENS, and
V3X to show off the power of decentralized digital
assets.
</p>
<p>
View the{' '}
Expand Down

0 comments on commit b910fa5

Please sign in to comment.