-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·43 lines (38 loc) · 1.21 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
<html><head>
<style>
html {
background-color: #E9E9E9;
width:100%;
height:100%;
}
div {
position: absolute;
top: 40%;
left: 50%;
width: 400px;
height: 410px;
margin-top: -102px; /* Half the height */
margin-left: -200px; /* Half the width */
}
img {
postion: relative;
width: 200px;
height: 204px;
margin-left: 100px; /* Half the width */
}
p {
position: relative;
width: 400px;
height: 204px;
font-family: Inconsolata, monospace;
color: #000000;
font-size: 18px;
text-align: center;
}
</style>
</head>
<body>
<div>
<img src="images/20160901-Vulcanize-Logo.svg" alt="" />
<p>Vulcanize specializes in mechanism design with an emphasis on proof-of-stake systems. Vulcanize advises its clients on an array of topics related to the development and deployment of blockchain-based systems. Vulcanize received grants from Protocol Labs, Interchain Foundation, Uniswap, MolochDAO, and from the Ethereum Foundation for its contributions to EIP-1559.</p>
</body></html>