-
Notifications
You must be signed in to change notification settings - Fork 11
/
index.html
56 lines (50 loc) · 3.92 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!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-1xl 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] mb-24">
<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>
<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>
</body>
</html>