-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
73 lines (57 loc) · 1.94 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
<!DOCTYPE html>
<html>
<title>RaZZoR-Labs, Cardano Stake Pool</title>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link href="https://fonts.googleapis.com/css?family=Lato:100,300,600" rel="stylesheet" type="text/css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<style>
h2 {
text-align: center;
}
body {
margin: 0;
font-family: Lato;
}
.bg-image {
background-image: url("btv_out_of_prod.jpg");
background-color: rgb(255, 255, 255);
height: 500px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.bg-text {
text-align: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: white;
}
</style>
<body style="background-color:black;">
</head>
<body>
<div class="bg-image">
<div class="bg-text">
<h1 style="font-size:50px">RaZZoR-Labs</h1>
<h3>Cardano stake pool running from Slovakia/Bratislava</h3>
</div>
</div>
<p>
<font face="Lato" size="8px" color="#FFFFFF">
<h2>Ticker: RZR</h2>
</font>
<font face="Lato" size="2px" color="#FFFFFF">
<h2>Hello, this one is very simple website and it exists to inform you that I am running this Stake Pool on two <strong>RPI's 4 Model B with 8GB of memory</strong> and <strong>Broadcom BCM2711, Quad core Cortex-A72 (ARM v8) 64-bit SoC @ 1.5GHz</strong></h3>
<h2>This pool consist of one Block Producer node and one Relay Node.</h3>
<h2>Current info about this pool on pool.vet: <a href="https://pool.vet/#4a5398f2855807c02cf1a6c64a9ab115bfef35d9a7d23f46e89e2c23">Visit pool.vet for the Info about this pool.</a></h3>
<h2>Current info about this pool on pool.pm: <a href="https://pool.pm/4a5398f2855807c02cf1a6c64a9ab115bfef35d9a7d23f46e89e2c23">Visit pool.pm for the Info about this pool.</a></h3>
</font>
</p>
</body>
</html>