-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
93 lines (68 loc) · 3.6 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!doctype html>
<html lang="en" class="h-100">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<title>SeaLightSwap</title>
<link rel="icon" href="logo.jpeg">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital@1&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Assistant&display=swap" rel="stylesheet">
<link href="/your-path-to-fontawesome/css/all.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;900&family=Ubuntu:wght@300;400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-fQybjgWLrvvRgtW6bFlB7jaZrFsaBXjsOMm/tB9LTS58ONXgqbR9W8oWht/amnpF" crossorigin="anonymous"></script>
<link rel="canonical" href="https://getbootstrap.com/docs/5.1/examples/cover/">
<!-- Bootstrap core CSS -->
<!-- Custom styles for this template -->
<link href="cover.css" rel="stylesheet">
</head>
<body class="d-flex h-100 text-center text-white bg-dark">
<div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column">
<header class="mb-auto">
<div>
<section id="title">
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="index.html">SeaLightSwap</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="https://snapshot.org/#/sealightswap.eth">Governance</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://nikoemme-eth.gitbook.io/sealightcapital-docs/">Docs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://twitter.com/sealight_swap">Contacts</a>
</li>
<li class="nav-item">
<a class="nav-link" href="nft.html">Airdrop NFT</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://sealightswap-info.vercel.app">Analitycs(In Progress)</a>
</li>
</ul>
</div>
</nav>
</div>
</header>
<main class="px-3">
<img class="" src="bg.png" alt="">
<p class="lead">
<a href="https://sealightswap.org/#/swap " class="btn btn-lg btn-secondary fw-bold border-white bg-white">Enter SeaLightSwap</a>
</p>
</main>
<footer id="bottom" class="row text-center fixed-bottom">
<div class="col-12">
<div class="">
<a href="https://github.com/nikomatt69">Github</a>
</div>
Copyright © 2022 Nikoemme.eth / SeaLightSwap
</div>
</div>
</body>
</html>