-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
52 lines (46 loc) · 1.33 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
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
body {
text-align: center;
background: #222;
color: #eee;
font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#collatImg {
width: 120px;
height: 120px;
}
.tableWrapper {
margin: 0 auto;
width: 800px;
}
td {
border: 1px solid grey;
}
tr.highlight {
background: #ffffb1;
color: #222;
}
tr.highlight-blue {
background: #7FDBFF;
color: #222;
}
h5 {
text-decoration: underline;
}
</style>
</head>
<body>
<img src="https://app.mai.finance/static/media/steth-logo.d6e18c8c.svg" id="collatImg" />
<h1>QiDao Gauge Vote: Round 26</h1>
<h2>Vote for <em>Wrapped staked Ether (Optimism) </em> to receive <span id="qiPerPercent"></span> QI per 1% of the vote</h2>
<h3>Alternatively, vote for <em>xxLINK (Polygon)</em> to help our friends with tetuQi.</h2>
<h4><a id="linkToSnapshot"></a></h4>
<h4>Bribes will be paid immediately after vote closes. Note: there is a max total bribe of <span id="maxTotalBribe"></span> QI.</h4>
<h6>Bribe data last updated: <em>12/31/2022 @ 3:33pm UTC</em></h6>
<div id='loading'>Loading...</div>
<script src="dist/main.js"></script>
</body>
</html>