-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (50 loc) · 3.54 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
57
58
59
60
61
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>AlwaysLiquid | Social NFT marketplace where NFTs are always liquid</title>
<link rel="icon" type="image/svg+xml" href="./img/favicon.svg">
<meta name="description" content="AlwaysLiquid is a social NFT marketplace where NFTs are always liquid.">
<meta name="keywords" content="NFT, web3, liquidity, marketplace, launchpad, ethereum, arbitrum, social, chat">
<meta name="author" content="Tempe Techie">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="./css/style.css">
<!-- Twitter meta tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@punkdomains">
<meta name="twitter:title" content="AlwaysLiquid">
<meta name="twitter:description" content="AlwaysLiquid is a social NFT marketplace where NFTs are always liquid.">
<meta name="twitter:image" content="https://alwaysliquid.com/img/cover.png">
<!-- Open Graph meta tags -->
<meta property="og:type" content="website">
<meta property="og:title" content="Always Liquid">
<meta property="og:description" content="AlwaysLiquid is a social NFT marketplace where NFTs are always liquid.">
<meta property="og:image" content="https://alwaysliquid.com/img/cover.png">
<meta property="og:url" content="https://alwaysliquid.com">
<meta property="og:site_name" content="Always Liquid">
</head>
<body class="d-flex h-100 text-center">
<div class="container d-flex w-100 h-100 p-3 mx-auto flex-column">
<img src="./img/logo.svg" alt="Always Liquid Logo" class="logo">
<h1 class="brand-name mt-3">always liquid</h1>
<!--<h2 class="coming-soon mt-5">coming soon</h2>-->
<div class="row mt-5 text-center">
<div class="dropdown">
<button class="btn btn-outline-primary btn-lg dropdown-toggle" type="button" data-bs-toggle="dropdown" aria-expanded="false">
Select network
</button>
<ul class="dropdown-menu">
<li><a class="dropdown-item" target="_blank" href="https://arbi.alwaysliquid.com"><span>Arbitrum</span> <i class="bi bi-box-arrow-up-right ms-1"></i></a></li>
<li><a class="dropdown-item" target="_blank" href="https://nova.alwaysliquid.com"><span>Arbitrum Nova</span> <i class="bi bi-box-arrow-up-right ms-1"></i></a></li>
<li><a class="dropdown-item" target="_blank" href="https://fantom.alwaysliquid.com"><span>Fantom</span> <i class="bi bi-box-arrow-up-right ms-1"></i></a></li>
<li><a class="dropdown-item" target="_blank" href="https://linea.alwaysliquid.com"><span>Linea</span> <i class="bi bi-box-arrow-up-right ms-1"></i></a></li>
<li><a class="dropdown-item" target="_blank" href="https://polygon.alwaysliquid.com"><span>Polygon</span> <i class="bi bi-box-arrow-up-right ms-1"></i></a></li>
<li><a class="dropdown-item" target="_blank" href="https://scroll.alwaysliquid.com"><span>Scroll</span> <i class="bi bi-box-arrow-up-right ms-1"></i></a></li>
</ul>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
</body>
</html>