-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdonation_meter.html
More file actions
76 lines (75 loc) · 1.73 KB
/
Copy pathdonation_meter.html
File metadata and controls
76 lines (75 loc) · 1.73 KB
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
<style>
.piggy-bank {
background-image: url('http://www.haiku-inc.org/images/piggy-bank.png');
background-repeat:no-repeat;
background-position: left;
width: 250px;
height: 128px;
margin-top: 30px;
margin-bottom: 20px;
}
.progress-bar-borders {
position: relative;
left: 98px;
width: 20px;
height:128px;
border-right: 1px solid #060606;
border-bottom: 1px solid #060606;
opacity: 0.9;
}
.progress-bar-background {
position: relative;
top: -2px;
left: -2px;
width: 20px;
height:128px;
margin: 0px;
font-size: 1.2em;
border: 1px solid #666;
background-color: #FAFAFA;
}
.progress-bar-filler {
position:absolute;
bottom: 0px;
width: 20px;
height: 5px;
margin: 0px;
background: #3C3;
}
.goal-text {
position: relative;
top:-23px;
left:26px;
width: 120px;
border-bottom: 1px solid #666;
}
.current-text {
position: relative;
left: 26px;
width: 120px;
border-top: 1px solid #666;
}
</style>
<div>
<h3>
Fundraising 2017
</h3>
<div class='piggy-bank'>
<div class='progress-bar-borders'>
<div class='progress-bar-background'>
<div class='goal-text'>Goal: $35,000</div>
<div class='progress-bar-filler'>
<div class='current-text'>$0</div>
</div>
</div>
</div>
</div>
<p>
Updated: January 1st<br />
€1 = $1.1782<br />
<a href="http://www.haiku-inc.org/donations.html#online">Submit a Donation</a><br />
<a href="http://flattr.com/thing/1335767/Haiku-Inc-" target="_blank">
<img src="http://www.haiku-inc.org/images/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" />
</a>
</p>
</div>