forked from ikkez/Beer-Donation-Button
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
91 lines (87 loc) · 4.79 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Beer Donation Button</title>
<meta name="description" content="Get honored for your awesome work by using this delicious, CSS3 flavoured donation button on your website.">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/page.css">
<link rel="stylesheet" href="css/beer-btn.css">
<link rel="stylesheet" href="css/beer-btn-raw.css">
</head>
<body>
<a href="https://twitter.com/share" class="twitter-share-button" data-via="ikkez" data-hashtags="beer-donation">Tweet</a>
<iframe src="http://ghbtns.com/github-btn.html?user=ikkez&repo=Beer-Donation-Button&type=watch&count=true"
allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
<header>
<h1>Beer Donation Button</h1>
<p>Get honored for your awesome work by using this delicious, CSS3 flavoured donation button on your website. Because you deserve it!</p>
</header>
<div class="clearfix top-button-wrap">
<span class="left">A somewhat different way<br/>of a donation button:</span>
<span class="left ml20">
<a title="donate with PayPal" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5V34KMG8TUEPG" class="donate-beer-large" target="_blank"></a>
</span>
</div>
<hr />
<h2>It comes with cool features:</h2>
<ul>
<li>works great with PayPal and other services</li>
<li>uses multiple backgrounds</li>
<li>and pure CSS animations</li>
<li>cool eye-catcher, that brings more donations to you <sup>(hopefully)</sup></li>
<li>works in all modern browsers</li>
</ul>
<hr />
<h2>Customize</h2>
<p>The beer donation button is available in some different versions:</p>
<div class="clearfix mb20">
<div class="button-wrap">
<strong>large</strong><br/>
<a title="donate with PayPal" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5V34KMG8TUEPG" class="donate-beer-large" target="_blank"></a>
</div>
<div class="button-wrap">
<strong>small</strong><br/>
<a title="donate with PayPal" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5V34KMG8TUEPG" class="donate-beer-small" target="_blank"></a>
</div>
<div class="button-wrap">
<strong>mini</strong><br/>
<a title="donate with PayPal" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5V34KMG8TUEPG" class="donate-beer-mini" target="_blank"></a>
</div>
</div>
<p>If that does not fit your needs, you can use this pure CSS alternative to create your own.</p>
<p class="mb20 center">
<a class="donate-beer-css" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5V34KMG8TUEPG">donate a beer for me</a>
</p>
<hr />
<h2>Get it now</h2>
<p class="mb20">You can download this package as a demonstration. The Beer Donation Button is released under the
<a href="http://www.wtfpl.net/txt/copying/" target="_blank">WTFPL license</a>.
The .psd files are included too. If you like this button, i'd be happy about a beer ;-)</p>
<p class="center">
<a href="https://github.com/ikkez/Beer-Donation-Button/archive/gh-pages.zip" class="btn">Download Now</a>
</p>
<footer>
<hr/>
<p>This page was created by <a href="https://github.com/ikkez/">ikkez</a>. © 2013 Christian Knuth</p>
</footer>
<script>!function (d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0], p = /^http:/.test(d.location) ? 'http' : 'https';
if (!d.getElementById(id)) {
js = d.createElement(s);
js.id = id;
js.src = p + '://platform.twitter.com/widgets.js';
fjs.parentNode.insertBefore(js, fjs);
}
}(document, 'script', 'twitter-wjs');</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-7038753-3', 'ikkez.github.io');
ga('send', 'pageview');
</script>
</body>
</html>