forked from ruangnode/ruangnode-reactjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (39 loc) · 1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="style.css" />
<title>ruangnode</title>
<link rel="icon" type="image/x-icon" href="img/favicon.ico" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous" />
</head>
<body>
<!-- Jubotron start -->
<header class="container">
<div class="row">
<div class="col-12 py-4 text-center mt-5 mb-5">
<img src="img/logo2.png" alt="ruangnode" width="100%" class="rounded" />
</div>
</div>
</header>
<main class="container">
<div class="row">
<div class="col-12 py-5 text-center mt-5">
<h5 class="text-dark mt-5 fw-bold text-center">Ruangnode Validators helps investors compound their crypto investments with low commission and advanced support</h5>
<a class="btn btn-light btn-xl mt-5 fw-bold text-white" style="background-color: rgb(113, 30, 190)" href="https://ruangnode.com" role="button">Stake with ruangnode</a>
</div>
</div>
</main>
<footer class="container bg-light">
<div class="text-center mt-5">
<a class="btn btn-social" href="https://github.com/bakkeieth"><h1 class="bi bi-github"></h1></a>
<a class="btn btn-social" href="https://twitter.com/ruangnode"><h1 class="bi bi-twitter"></h1></a>
<a class="btn btn-social" href="https://t.me/ruangnode"><h1 class="bi bi-telegram"></h1></a>
<a class="btn btn-social" href="mailto:admin@ruangnode.com"><h1 class="bi bi-envelope"></h1></a>
</div>
</footer>
<!-- Jubotron end -->
</body>
</html>