-
Notifications
You must be signed in to change notification settings - Fork 2
/
about.html
88 lines (78 loc) · 3.96 KB
/
about.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
---
title: About
layout: landing
permalink: /about
---
<section
class="container-fluid"
style="background-image: url('../assets/img/aboutus.jpg');background-repeat: no-repeat;background-size: cover;background-position: center">
<div class="row align-items-center g-4 py-5 row-cols-1 row-cols-lg-2">
<div class="col text-white py-5">
<h1 style="font-size: 72px;font-weight: bold">About GENZP</h1>
<a href="/contact-us" class="btn btn-primary">Contact us</a>
</div>
</div>
</section>
<section class="container-fluid">
<div class="row align-items-center g-4 p-5 row-cols-1 row-cols-lg-2">
<div class="col py-5">
<h1>Who we are?</h1>
<p style="font-size: 24px">We are the leading staking service provider for blockchain projects. Join our community to help secure networks and earn rewards. We know staking.</p>
</div>
<div class="col d-none d-lg-block text-center">
<img src="../assets/img/who.png">
</div>
</div>
</section>
<section class="container-fluid">
<div class="row align-items-center g-4 p-5 row-cols-1 row-cols-lg-2">
<div class="col d-none d-lg-block text-center">
<img src="../assets/img/network.png">
</div>
<div class="col py-5">
<h1>Networks</h1>
<p style="font-size: 24px">We invest a lot of time and effort to set up robust validator nodes and put security measures around our nodes. On top of just the infrastructure, we eat our own lunch by having our own tokens staked on our validators. We spend a considerable amount of time doing our due diligence on each blockchain we decide to support.</p>
</div>
</div>
</section>
<section class="container-fluid" style="background: linear-gradient(90deg, rgba(6,10,240,0.9640231092436975) 0%, rgba(36,4,242,0.8575805322128851) 99%)")">
<div class="row align-items-center g-4 p-5">
<div class="col">
<h1 style="color: white">How staking works?</h1>
<p style="font-size: 24px;color: white">Proof of Stake blockchains have validators who create, propose, or vote on blocks to be added to the blockchain. These validators are required to run robust hardware that is online 24/7 with multiple security features in place. This is a lot of work, and that’s where we come in. We are a professional validator that never sleeps so you can stake with peace of mind.</p>
</div>
</div>
</section>
<section class="container-fluid">
<div class="row align-items-center g-4 p-5 row-cols-1 row-cols-lg-2">
<div class="col py-5">
<h1>Always Distributed</h1>
<p style="font-size: 24px">Not only are our validator nodes and sentry nodes globally distributed, our team is as well! This guarantees that we have 24 hour coverage of our validator nodes. We can monitor and jump to address any issues that arise. We plan to keep our team in different locations of the world, so rest assured that someone from GENZ will always be watching over our nodes.</p>
</div>
<div class="col d-none d-lg-block text-center">
<img src="../assets/img/24.png">
</div>
</div>
</section>
<section class="container-fluid">
<div class="row align-items-center g-4 p-5 row-cols-1 row-cols-lg-2">
<div class="col d-none d-lg-block text-center">
<img src="../assets/img/root.png">
</div>
<div class="col py-5">
<h1>Always Devoted</h1>
<p style="font-size: 24px">We have deep roots in the crypto space. Our founder co-founded one of the world’s largest mining pools. We, as GENZ, are here to make similar contributions to Proof of Stake blockchains. We invest time and effort to help secure blockchains that we believe will be used decades down the road.</p>
</div>
</div>
</section>
<section class="container-fluid">
<div class="row align-items-center g-4 p-5 row-cols-1 row-cols-lg-2">
<div class="col py-5">
<h1>Always secure</h1>
<p style="font-size: 24px">We don’t compromise on security. We would rather take a conservative approach in our infrastructure than strive for efficiency.</p>
</div>
<div class="col d-none d-lg-block text-center">
<img src="../assets/img/lock.png">
</div>
</div>
</section>