-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
55 additions
and
0 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,55 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Token Negotiator</title> | ||
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> | ||
<meta property="og:title" content="Token Negotiator"> | ||
<meta property="og:description" content="An open source technology made towards building the tokenised web. Supports over 35 blockchains and networks for both fungible, non-fungible and off chain attestations. Compatible with technologies including TokenScript, STL Attestation and more. Made to support your needs building custom tokenised web applications."> | ||
<meta property="og:url" content="https://example.com/token-negotiator"> | ||
<meta property="og:image" content="https://cdn.jsdelivr.net/gh/SmartTokenLabs/resources/images/logos/tkn.png"> | ||
<meta property="og:type" content="website"> | ||
<meta property="twitter:card" content="summary_large_image"> | ||
<meta property="twitter:title" content="Token Negotiator"> | ||
<meta property="twitter:description" content="An open source technology made towards building the tokenised web. Supports over 35 blockchains and networks for both fungible, non-fungible and off chain attestations. Compatible with technologies including TokenScript, STL Attestation and more. Made to support your needs building custom tokenised web applications."> | ||
<meta property="twitter:image" content="https://cdn.jsdelivr.net/gh/SmartTokenLabs/resources/images/logos/tkn.png"> | ||
<link rel="icon" type="image/png" href="https://tokenscript.gitbook.io/~gitbook/image?url=https%3A%2F%2F4095688855-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FP3fhvKywyqiADSplZHGq%252Ficon%252Feqip675dZvbSazu4BEMO%252Fstl_logo.png%3Falt%3Dmedia%26token%3D4c5f1a02-0715-458a-9200-96e8d524c33e&width=32&dpr=2&quality=100&sign=2011aefb3bed2d6134424629c9ea53bc671d52dfe0e32b5701eb28f811f098eb"> | ||
</head> | ||
<body class="bg-black text-white"> | ||
<div class="container mx-auto p-4"> | ||
<div class="flex justify-between items-center flex-wrap gap-4 mb-8"> | ||
<img style="height: 84px" class="block" alt="logo" src="https://cdn.jsdelivr.net/gh/SmartTokenLabs/resources/images/logos/tkn.png"/> | ||
<div class="flex justify-end items-center"> | ||
<a target="_blank" href="https://tokenscript.gitbook.io/token-negotiator/quick-start" class="bg-black border h-[42px] border-white text-white font-bold py-2 px-4 rounded hover:bg-gray-800 mr-2">Guides</a> | ||
<a target="_blank" href="https://tokenscript.gitbook.io/token-negotiator/github-examples" class="bg-black border h-[42px] border-white text-white font-bold py-2 px-4 rounded hover:bg-gray-800 mr-2">Examples</button> | ||
<a target="_blank" href="https://tokenscript.gitbook.io/token-negotiator" class="bg-black border h-[42px] border-white text-white font-bold py-2 px-4 rounded hover:bg-gray-800">Docs</a> | ||
</div> | ||
</div> | ||
|
||
<div class="mb-16"> | ||
<p class="text-2xl font-bold mb-2">< an open source technology /></p> | ||
<p class="text-5xl max-w-sm"> | ||
Made towards building the tokenised web.</p> | ||
</div> | ||
|
||
|
||
<div class="text-2xl text-[#D9D9D9]"> | ||
<p class="mb-8"> | ||
Supports multiple blockchains and networks for both fungible, non-fungible and off chain attestations. | ||
</p> | ||
<p class="mb-8"> | ||
Compatible with technologies including STL Attestation, EAS and more. | ||
</p> | ||
<p class="mb-8"> | ||
Made to support your needs building custom tokenised web applications. | ||
</p> | ||
<div class="flex justify-center"> | ||
<a target="_blank" href="https://tokenscript.gitbook.io/token-negotiator" class="bg-black border h-[40px] border-white text-white font-bold py-2 px-4 rounded hover:bg-gray-800 text-sm">Get Started</a> | ||
</div> | ||
</div> | ||
|
||
|
||
</div> | ||
</body> | ||
</html> |